Uses of Class org.apache.commons.net.SocketClient

Uses in package org.apache.commons.net

Classes derived from org.apache.commons.net.SocketClient

class
The CharGenTCPClient class is a TCP implementation of a client for the character generator protocol described in RFC 864.
class
The DaytimeTCPClient class is a TCP implementation of a client for the Daytime protocol described in RFC 867.
class
The DiscardTCPClient class is a TCP implementation of a client for the Discard protocol described in RFC 863.
class
The EchoTCPClient class is a TCP implementation of a client for the Echo protocol described in RFC 862.
class
The FingerClient class implements the client side of the Internet Finger Protocol defined in RFC 1288.
class
The TimeTCPClient class is a TCP implementation of a client for the Time protocol described in RFC 868.
class
The WhoisClient class implements the client side of the Internet Whois Protocol defined in RFC 954.

Uses in package org.apache.commons.net.bsd

Classes derived from org.apache.commons.net.SocketClient

class
RCommandClient is very similar to RExecClient, from which it is derived, and implements the rcmd() facility that first appeared in 4.2BSD Unix.
class
RExecClient implements the rexec() facility that first appeared in 4.2BSD Unix.
class
RLoginClient 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.

Uses in package org.apache.commons.net.ftp

Classes derived from org.apache.commons.net.SocketClient

class
FTP provides the basic the functionality necessary to implement your own FTP client.
class
FTPClient encapsulates all the functionality necessary to store and retrieve files from an FTP server.

Uses in package org.apache.commons.net.nntp

Classes derived from org.apache.commons.net.SocketClient

class
The 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
NNTPClient encapsulates all the functionality necessary to post and retrieve articles from an NNTP server.

Uses in package org.apache.commons.net.pop3

Classes derived from org.apache.commons.net.SocketClient

class
The 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
The POP3Client class implements the client side of the Internet POP3 Protocol defined in RFC 1939.

Uses in package org.apache.commons.net.smtp

Classes derived from org.apache.commons.net.SocketClient

class
SMTP provides the basic the functionality necessary to implement your own SMTP client.
class
SMTPClient encapsulates all the functionality necessary to send files through an SMTP server.

Uses in package org.apache.commons.net.telnet

Classes derived from org.apache.commons.net.SocketClient

class
The TelnetClient class implements the simple network virtual terminal (NVT) for the Telnet protocol according to RFC 854.