Uses of Class
org.apache.commons.net.SocketClient
Package
Description
Classes for rcommand, rexec, rlogin
Chargen over TCP and UDP
Daytime over TCP and UDP
Discard over TCP and UDP
Echo over TCP and UDP
Finger implementation
FTP and FTPS support classes
Basic IMAP and IMAPS support classes
NNTP - network news transfer protocol
POP3 and POP3S mail
SMTP and SMTPS mail
Telnet implementation
Time protocol (RFC 868) over TCP and UDP
Whois client
-
Uses of SocketClient in org.apache.commons.net.bsd
Modifier and TypeClassDescriptionclass
RCommandClient is very similar toRExecClient
, 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 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.chargen
Modifier and TypeClassDescriptionfinal class
The CharGenTCPClient class is a TCP implementation of a client for the character generator protocol described in RFC 864. -
Uses of SocketClient in org.apache.commons.net.daytime
Modifier and TypeClassDescriptionfinal class
The DaytimeTCPClient class is a TCP implementation of a client for the Daytime protocol described in RFC 867. -
Uses of SocketClient in org.apache.commons.net.discard
Modifier and TypeClassDescriptionclass
The DiscardTCPClient class is a TCP implementation of a client for the Discard protocol described in RFC 863. -
Uses of SocketClient in org.apache.commons.net.echo
Modifier and TypeClassDescriptionfinal class
The EchoTCPClient class is a TCP implementation of a client for the Echo protocol described in RFC 862. -
Uses of SocketClient in org.apache.commons.net.finger
Modifier and TypeClassDescriptionclass
The FingerClient class implements the client side of the Internet Finger Protocol defined in RFC 1288. -
Uses of SocketClient in org.apache.commons.net.ftp
Modifier and TypeClassDescriptionclass
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.class
Experimental attempt at FTP client that tunnels over an HTTP proxy connection.class
FTP over SSL processing. -
Uses of SocketClient in org.apache.commons.net.imap
Modifier and TypeClassDescriptionclass
An IMAP Client class with authentication support.class
The IMAP class provides the basic the functionality necessary to implement your own IMAP client.class
The IMAPClient class provides the basic functionalities found in an IMAP client.class
The IMAPSClient class provides SSL/TLS connection encryption to IMAPClient. -
Uses of SocketClient in org.apache.commons.net.nntp
Modifier and TypeClassDescriptionclass
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 of SocketClient in org.apache.commons.net.pop3
Modifier and TypeClassDescriptionclass
A POP3 Cilent class with protocol and authentication extensions support (RFC2449 and RFC2195).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.class
POP3 over SSL processing. -
Uses of SocketClient in org.apache.commons.net.smtp
Modifier and TypeClassDescriptionclass
An SMTP Client class with authentication support (RFC4954).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.class
SMTP over SSL processing. -
Uses of SocketClient in org.apache.commons.net.telnet
Modifier and TypeClassDescriptionclass
The TelnetClient class implements the simple network virtual terminal (NVT) for the Telnet protocol according to RFC 854. -
Uses of SocketClient in org.apache.commons.net.time
Modifier and TypeClassDescriptionfinal class
The TimeTCPClient class is a TCP implementation of a client for the Time protocol described in RFC 868. -
Uses of SocketClient in org.apache.commons.net.whois
Modifier and TypeClassDescriptionfinal class
The WhoisClient class implements the client side of the Internet Whois Protocol defined in RFC 954.