| Name | Package | Description |
| Article | org.apache.commons.net.nntp | This is a class that contains the basic state needed for message retrieval and threading. |
| ArticlePointer | org.apache.commons.net.nntp | This class is a structure used to return article number and unique
id information extracted from an NNTP server reply. |
| CharGenTCPClient | org.apache.commons.net | The CharGenTCPClient class is a TCP implementation of a client for the
character generator protocol described in RFC 864. |
| CharGenUDPClient | org.apache.commons.net | The CharGenUDPClient class is a UDP implementation of a client for the
character generator protocol described in RFC 864. |
| CompositeFileEntryParser | org.apache.commons.net.ftp.parser | This implementation allows to pack some FileEntryParsers together
and handle the case where to returned dirstyle isnt clearly defined. |
| ConfigurableFTPFileEntryParserImpl | org.apache.commons.net.ftp.parser | To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates - Comments |
| CopyStreamAdapter | org.apache.commons.net.io | The CopyStreamAdapter will relay CopyStreamEvents to a list of listeners
when either of its bytesTransferred() methods are called. |
| CopyStreamEvent | org.apache.commons.net.io | A CopyStreamEvent is triggered after every write performed by a
stream copying operation. |
| DatagramSocketClient | org.apache.commons.net | The DatagramSocketClient provides the basic operations that are required
of client objects accessing datagram sockets. |
| DaytimeTCPClient | org.apache.commons.net | The DaytimeTCPClient class is a TCP implementation of a client for the
Daytime protocol described in RFC 867. |
| DaytimeUDPClient | org.apache.commons.net | The DaytimeUDPClient class is a UDP implementation of a client for the
Daytime protocol described in RFC 867. |
| DefaultDatagramSocketFactory | org.apache.commons.net | DefaultDatagramSocketFactory implements the DatagramSocketFactory
interface by simply wrapping the java.net.DatagramSocket
constructors. |
| DefaultFTPFileEntryParserFactory | org.apache.commons.net.ftp.parser | This is the default implementation of the
FTPFileEntryParserFactory interface. |
| DefaultFTPFileListParser | org.apache.commons.net.ftp | DefaultFTPFileListParser is the default implementation of
FTPFileListParser
used by FTPClient
to parse file listings. |
| DefaultSocketFactory | org.apache.commons.net | DefaultSocketFactory implements the SocketFactory interface by
simply wrapping the java.net.Socket and java.net.ServerSocket
constructors. |
| DiscardTCPClient | org.apache.commons.net | The DiscardTCPClient class is a TCP implementation of a client for the
Discard protocol described in RFC 863. |
| DiscardUDPClient | org.apache.commons.net | The DiscardUDPClient class is a UDP implementation of a client for the
Discard protocol described in RFC 863. |
| DotTerminatedMessageReader | org.apache.commons.net.io | DotTerminatedMessageReader is a class used to read messages from a
server that are terminated by a single dot followed by a
<CR><LF>
sequence and with double dots appearing at the begining of lines which
do not signal end of message yet start with a dot. |
| DotTerminatedMessageWriter | org.apache.commons.net.io | DotTerminatedMessageWriter is a class used to write messages to a
server that are terminated by a single dot followed by a
<CR><LF>
sequence and with double dots appearing at the begining of lines which
do not signal end of message yet start with a dot. |
| EchoOptionHandler | org.apache.commons.net.telnet | Implements the telnet echo option RFC 857. |
| EchoTCPClient | org.apache.commons.net | The EchoTCPClient class is a TCP implementation of a client for the
Echo protocol described in RFC 862. |
| EchoUDPClient | org.apache.commons.net | The EchoUDPClient class is a UDP implementation of a client for the
Echo protocol described in RFC 862. |
| EnterpriseUnixFTPEntryParser | org.apache.commons.net.ftp.parser | Parser for the Connect Enterprise Unix FTP Server From Sterling Commerce. |
| FingerClient | org.apache.commons.net | The FingerClient class implements the client side of the Internet Finger
Protocol defined in RFC 1288. |
| FromNetASCIIInputStream | org.apache.commons.net.io | This class wraps an input stream, replacing all occurrences
of <CR><LF> (carriage return followed by a linefeed),
which is the NETASCII standard for representing a newline, with the
local line separator representation. |
| FromNetASCIIOutputStream | org.apache.commons.net.io | This class wraps an output stream, replacing all occurrences
of <CR><LF> (carriage return followed by a linefeed),
which is the NETASCII standard for representing a newline, with the
local line separator representation. |
| FTP | org.apache.commons.net.ftp | FTP provides the basic the functionality necessary to implement your
own FTP client. |
| FTPClient | org.apache.commons.net.ftp | FTPClient encapsulates all the functionality necessary to store and
retrieve files from an FTP server. |
| FTPClientConfig | org.apache.commons.net.ftp |
This class implements an alternate means of configuring the
FTPClient object and
also subordinate objects which it uses. |
| FTPCommand | org.apache.commons.net.ftp | FTPCommand stores a set of constants for FTP command codes. |
| FTPFile | org.apache.commons.net.ftp | The FTPFile class is used to represent information about files stored
on an FTP server. |
| FTPFileEntryParserImpl | org.apache.commons.net.ftp | This abstract class implements both the older FTPFileListParser and
newer FTPFileEntryParser interfaces with default functionality. |
| FTPFileIterator | org.apache.commons.net.ftp | This class implements a bidirectional iterator over an FTPFileList. |
| FTPFileList | org.apache.commons.net.ftp | This class encapsulates a listing of files from an FTP server. |
| FTPFileListParserImpl | org.apache.commons.net.ftp | This abstract class implements both the older FTPFileListParser and
newer FTPFileEntryParser interfaces with default functionality. |
| FTPListParseEngine | org.apache.commons.net.ftp | This class handles the entire process of parsing a listing of
file entries from the server. |
| FTPReply | org.apache.commons.net.ftp | FTPReply stores a set of constants for FTP reply codes. |
| FTPTimestampParserImpl | org.apache.commons.net.ftp.parser | Default implementation of the FTPTimestampParser
interface also implements the Configurable
interface to allow the parsing to be configured from the outside. |
| ListenerList | org.apache.commons.net.util | No description provided. |
| MVSFTPEntryParser | org.apache.commons.net.ftp.parser | Implementation of FTPFileEntryParser and FTPFileListParser for IBM MVS Systems. |
| NewGroupsOrNewsQuery | org.apache.commons.net.nntp | The NewGroupsOrNewsQuery class. |
| NewsgroupInfo | org.apache.commons.net.nntp | NewsgroupInfo stores information pertaining to a newsgroup returned by
the NNTP GROUP, LIST, and NEWGROUPS commands, implemented by
selectNewsgroup
,
listNewsgroups
, and
listNewNewsgroups
respectively. |
| NNTP | org.apache.commons.net.nntp | 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. |
| NNTPClient | org.apache.commons.net.nntp | NNTPClient encapsulates all the functionality necessary to post and
retrieve articles from an NNTP server. |
| NNTPCommand | org.apache.commons.net.nntp | NNTPCommand stores a set of constants for NNTP command codes. |
| NNTPReply | org.apache.commons.net.nntp | NNTPReply stores a set of constants for NNTP reply codes. |
| NTFTPEntryParser | org.apache.commons.net.ftp.parser | Implementation of FTPFileEntryParser and FTPFileListParser for NT Systems. |
| NTPUDPClient | org.apache.commons.net.ntp | The NTPUDPClient class is a UDP implementation of a client for the
Network Time Protocol (NTP) described in RFC 1305 as well as the
Simple Network Time Protocol (SNTP) in RFC-2030. |
| NtpUtils | org.apache.commons.net.ntp | Common NtpUtils Helper class. |
| NtpV3Impl | org.apache.commons.net.ntp | Implementation of NtpV3Packet with methods converting Java objects to/from
the Network Time Protocol (NTP) data message header format described in RFC-1305. |
| OS2FTPEntryParser | org.apache.commons.net.ftp.parser | Implementation of FTPFileEntryParser and FTPFileListParser for OS2 Systems. |
| OS400FTPEntryParser | org.apache.commons.net.ftp.parser | No description provided. |
| POP3 | org.apache.commons.net.pop3 | 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. |
| POP3Client | org.apache.commons.net.pop3 | The POP3Client class implements the client side of the Internet POP3
Protocol defined in RFC 1939. |
| POP3Command | org.apache.commons.net.pop3 | POP3Command stores POP3 command code constants. |
| POP3MessageInfo | org.apache.commons.net.pop3 | POP3MessageInfo is used to return information about messages stored on
a POP3 server. |
| POP3Reply | org.apache.commons.net.pop3 | POP3Reply stores POP3 reply code constants. |
| ProtocolCommandEvent | org.apache.commons.net | There exists a large class of IETF protocols that work by sending an
ASCII text command and arguments to a server, and then receiving an
ASCII text reply. |
| ProtocolCommandSupport | org.apache.commons.net | ProtocolCommandSupport is a convenience class for managing a list of
ProtocolCommandListeners and firing ProtocolCommandEvents. |
| RCommandClient | org.apache.commons.net.bsd | RCommandClient is very similar to
RExecClient ,
from which it is derived, and implements the rcmd() facility that
first appeared in 4.2BSD Unix. |
| RegexFTPFileEntryParserImpl | org.apache.commons.net.ftp.parser | This abstract class implements both the older FTPFileListParser and
newer FTPFileEntryParser interfaces with default functionality. |
| RelayPath | org.apache.commons.net.smtp | A class used to represent forward and reverse relay paths. |
| RExecClient | org.apache.commons.net.bsd | RExecClient implements the rexec() facility that first appeared in
4.2BSD Unix. |
| RLoginClient | org.apache.commons.net.bsd | 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. |
| SimpleNNTPHeader | org.apache.commons.net.nntp | This class is used to construct the bare minimum
acceptable header for most news readers. |
| SimpleOptionHandler | org.apache.commons.net.telnet | Simple option handler that can be used for options
that don't require subnegotiation. |
| SimpleSMTPHeader | org.apache.commons.net.smtp | This class is used to construct a bare minimum
acceptable header for an email message. |
| SMTP | org.apache.commons.net.smtp | SMTP provides the basic the functionality necessary to implement your
own SMTP client. |
| SMTPClient | org.apache.commons.net.smtp | SMTPClient encapsulates all the functionality necessary to send files
through an SMTP server. |
| SMTPCommand | org.apache.commons.net.smtp | SMTPCommand stores a set of constants for SMTP command codes. |
| SMTPReply | org.apache.commons.net.smtp | SMTPReply stores a set of constants for SMTP reply codes. |
| SocketClient | org.apache.commons.net | The SocketClient provides the basic operations that are required of
client objects accessing sockets. |
| SocketInputStream | org.apache.commons.net.io | This class wraps an input stream, storing a reference to its originating
socket. |
| SocketOutputStream | org.apache.commons.net.io | This class wraps an output stream, storing a reference to its originating
socket. |
| SuppressGAOptionHandler | org.apache.commons.net.telnet | Implements the telnet suppress go ahead option RFC 858. |
| TelnetClient | org.apache.commons.net.telnet | The TelnetClient class implements the simple network virtual
terminal (NVT) for the Telnet protocol according to RFC 854. |
| TelnetCommand | org.apache.commons.net.telnet | The TelnetCommand class cannot be instantiated and only serves as a
storehouse for telnet command constants. |
| TelnetOption | org.apache.commons.net.telnet | The TelnetOption class cannot be instantiated and only serves as a
storehouse for telnet option constants. |
| TelnetOptionHandler | org.apache.commons.net.telnet | The TelnetOptionHandler class is the base class to be used
for implementing handlers for telnet options. |
| TerminalTypeOptionHandler | org.apache.commons.net.telnet | Implements the telnet terminal type option RFC 1091. |
| TFTP | org.apache.commons.net.tftp | The TFTP class exposes a set of methods to allow you to deal with the TFTP
protocol directly, in case you want to write your own TFTP client or
server. |
| TFTPAckPacket | org.apache.commons.net.tftp | A final class derived from TFTPPacket definiing the TFTP Acknowledgement
packet type. |
| TFTPClient | org.apache.commons.net.tftp | The TFTPClient class encapsulates all the aspects of the TFTP protocol
necessary to receive and send files through TFTP. |
| TFTPDataPacket | org.apache.commons.net.tftp | A final class derived from TFTPPacket definiing the TFTP Data
packet type. |
| TFTPErrorPacket | org.apache.commons.net.tftp | A final class derived from TFTPPacket definiing the TFTP Error
packet type. |
| TFTPPacket | org.apache.commons.net.tftp | TFTPPacket is an abstract class encapsulating the functionality common
to the 5 types of TFTP packets. |
| TFTPReadRequestPacket | org.apache.commons.net.tftp | A class derived from TFTPRequestPacket definiing a TFTP read request
packet type. |
| TFTPRequestPacket | org.apache.commons.net.tftp | An abstract class derived from TFTPPacket definiing a TFTP Request
packet type. |
| TFTPWriteRequestPacket | org.apache.commons.net.tftp | A class derived from TFTPRequestPacket definiing a TFTP write request
packet type. |
| Threader | org.apache.commons.net.nntp | No description provided. |
| TimeInfo | org.apache.commons.net.ntp | Wrapper class to network time packet messages (NTP, etc) that computes
related timing info and stats. |
| TimeStamp | org.apache.commons.net.ntp | TimeStamp class represents the Network Time Protocol (NTP) timestamp
as defined in RFC-1305 and SNTP (RFC-2030). |
| TimeTCPClient | org.apache.commons.net | The TimeTCPClient class is a TCP implementation of a client for the
Time protocol described in RFC 868. |
| TimeUDPClient | org.apache.commons.net | The TimeUDPClient class is a UDP implementation of a client for the
Time protocol described in RFC 868. |
| ToNetASCIIInputStream | org.apache.commons.net.io | This class wraps an input stream, replacing all singly occurring
<LF> (linefeed) characters with <CR><LF> (carriage return
followed by linefeed), which is the NETASCII standard for representing
a newline. |
| ToNetASCIIOutputStream | org.apache.commons.net.io | This class wraps an output stream, replacing all singly occurring
<LF> (linefeed) characters with <CR><LF> (carriage return
followed by linefeed), which is the NETASCII standard for representing
a newline. |
| UnixFTPEntryParser | org.apache.commons.net.ftp.parser | Implementation FTPFileEntryParser and FTPFileListParser for standard
Unix Systems. |
| Util | org.apache.commons.net.io | The Util class cannot be instantiated and stores short static convenience
methods that are often quite useful. |
| VMSFTPEntryParser | org.apache.commons.net.ftp.parser | Implementation FTPFileEntryParser and FTPFileListParser for VMS Systems. |
| VMSVersioningFTPEntryParser | org.apache.commons.net.ftp.parser | Special implementation VMSFTPEntryParser with versioning turned on. |
| WhoisClient | org.apache.commons.net | The WhoisClient class implements the client side of the Internet Whois
Protocol defined in RFC 954. |