| Package | Description | 
|---|---|
| org.apache.commons.net.bsd | Classes for rcommand, rexec, rlogin | 
| org.apache.commons.net.chargen | Chargen over TCP and UDP | 
| org.apache.commons.net.daytime | Daytime over TCP and UDP | 
| org.apache.commons.net.discard | Discard over TCP and UDP | 
| org.apache.commons.net.echo | Echo over TCP and UDP | 
| org.apache.commons.net.finger | Finger implementation | 
| org.apache.commons.net.ftp | FTP and FTPS support classes | 
| org.apache.commons.net.imap | Basic IMAP and IMAPS support classes | 
| org.apache.commons.net.nntp | NNTP - network news transfer protocol | 
| org.apache.commons.net.pop3 | POP3 and POP3S mail | 
| org.apache.commons.net.smtp | SMTP and SMTPS mail | 
| org.apache.commons.net.telnet | Telnet implementation | 
| org.apache.commons.net.time | Time protocol (RFC 868) over TCP and UDP | 
| org.apache.commons.net.whois | Whois client | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RCommandClientRCommandClient is very similar to
  RExecClient,
 from which it is derived, and implements the rcmd() facility that
 first appeared in 4.2BSD Unix. | 
| class  | RExecClientRExecClient implements the rexec() facility that first appeared in
 4.2BSD Unix. | 
| class  | RLoginClientRLoginClient is very similar to
  RCommandClient,
 from which it is derived, and uses the rcmd() facility implemented
 in RCommandClient to implement the functionality of the rlogin command that
 first appeared in 4.2BSD Unix. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CharGenTCPClientThe CharGenTCPClient class is a TCP implementation of a client for the
 character generator protocol described in RFC 864. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DaytimeTCPClientThe DaytimeTCPClient class is a TCP implementation of a client for the
 Daytime protocol described in RFC 867. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DiscardTCPClientThe DiscardTCPClient class is a TCP implementation of a client for the
 Discard protocol described in RFC 863. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EchoTCPClientThe EchoTCPClient class is a TCP implementation of a client for the
 Echo protocol described in RFC 862. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FingerClientThe FingerClient class implements the client side of the Internet Finger
 Protocol defined in RFC 1288. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FTPFTP provides the basic the functionality necessary to implement your
 own FTP client. | 
| class  | FTPClientFTPClient encapsulates all the functionality necessary to store and
 retrieve files from an FTP server. | 
| class  | FTPHTTPClientExperimental attempt at FTP client that tunnels over an HTTP proxy connection. | 
| class  | FTPSClientFTP over SSL processing. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AuthenticatingIMAPClientAn IMAP Client class with authentication support. | 
| class  | IMAPThe IMAP class provides the basic the functionality necessary to implement your
 own IMAP client. | 
| class  | IMAPClientThe IMAPClient class provides the basic functionalities found in an
 IMAP client. | 
| class  | IMAPSClientThe IMAPSClient class provides SSL/TLS connection encryption to IMAPClient. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NNTPThe NNTP class is not meant to be used by itself and is provided
 only so that you may easily implement your own NNTP client if
 you so desire. | 
| class  | NNTPClientNNTPClient encapsulates all the functionality necessary to post and
 retrieve articles from an NNTP server. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExtendedPOP3ClientA POP3 Cilent class with protocol and authentication extensions support
 (RFC2449 and RFC2195). | 
| class  | POP3The POP3 class is not meant to be used by itself and is provided
 only so that you may easily implement your own POP3 client if
 you so desire. | 
| class  | POP3ClientThe POP3Client class implements the client side of the Internet POP3
 Protocol defined in RFC 1939. | 
| class  | POP3SClientPOP3 over SSL processing. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AuthenticatingSMTPClientAn SMTP Client class with authentication support (RFC4954). | 
| class  | SMTPSMTP provides the basic the functionality necessary to implement your
 own SMTP client. | 
| class  | SMTPClientSMTPClient encapsulates all the functionality necessary to send files
 through an SMTP server. | 
| class  | SMTPSClientSMTP over SSL processing. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TelnetClientThe TelnetClient class implements the simple network virtual
 terminal (NVT) for the Telnet protocol according to RFC 854. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TimeTCPClientThe TimeTCPClient class is a TCP implementation of a client for the
 Time protocol described in RFC 868. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WhoisClientThe WhoisClient class implements the client side of the Internet Whois
 Protocol defined in RFC 954. | 
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.