Uses of Class
org.apache.commons.net.SocketClient
-
-
Uses of SocketClient in org.apache.commons.net
Subclasses of SocketClient in org.apache.commons.net Modifier and Type Class Description classCharGenTCPClientThe CharGenTCPClient class is a TCP implementation of a client for the character generator protocol described in RFC 864.classDaytimeTCPClientThe DaytimeTCPClient class is a TCP implementation of a client for the Daytime protocol described in RFC 867.classDiscardTCPClientThe DiscardTCPClient class is a TCP implementation of a client for the Discard protocol described in RFC 863.classEchoTCPClientThe EchoTCPClient class is a TCP implementation of a client for the Echo protocol described in RFC 862.classFingerClientThe FingerClient class implements the client side of the Internet Finger Protocol defined in RFC 1288.classTimeTCPClientThe TimeTCPClient class is a TCP implementation of a client for the Time protocol described in RFC 868.classWhoisClientThe WhoisClient class implements the client side of the Internet Whois Protocol defined in RFC 954. -
Uses of SocketClient in org.apache.commons.net.bsd
Subclasses of SocketClient in org.apache.commons.net.bsd Modifier and Type Class Description classRCommandClientRCommandClient is very similar toRExecClient, from which it is derived, and implements the rcmd() facility that first appeared in 4.2BSD Unix.classRExecClientRExecClient implements the rexec() facility that first appeared in 4.2BSD Unix.classRLoginClientRLoginClient is very similar toRCommandClient, 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. -
Uses of SocketClient in org.apache.commons.net.ftp
Subclasses of SocketClient in org.apache.commons.net.ftp Modifier and Type Class Description classFTPFTP provides the basic the functionality necessary to implement your own FTP client.classFTPClientFTPClient encapsulates all the functionality necessary to store and retrieve files from an FTP server. -
Uses of SocketClient in org.apache.commons.net.nntp
Subclasses of SocketClient in org.apache.commons.net.nntp Modifier and Type Class Description classNNTPThe 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.classNNTPClientNNTPClient encapsulates all the functionality necessary to post and retrieve articles from an NNTP server. -
Uses of SocketClient in org.apache.commons.net.pop3
Subclasses of SocketClient in org.apache.commons.net.pop3 Modifier and Type Class Description classPOP3The 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.classPOP3ClientThe POP3Client class implements the client side of the Internet POP3 Protocol defined in RFC 1939. -
Uses of SocketClient in org.apache.commons.net.smtp
Subclasses of SocketClient in org.apache.commons.net.smtp Modifier and Type Class Description classSMTPSMTP provides the basic the functionality necessary to implement your own SMTP client.classSMTPClientSMTPClient encapsulates all the functionality necessary to send files through an SMTP server. -
Uses of SocketClient in org.apache.commons.net.telnet
Subclasses of SocketClient in org.apache.commons.net.telnet Modifier and Type Class Description classTelnetClientThe TelnetClient class implements the simple network virtual terminal (NVT) for the Telnet protocol according to RFC 854.
-