Library:Apache Jakarta Commons Net
Version:1.4.1
Compatibility:JDK 1.4
Classes in library Apache Jakarta Commons Net.
NamePackageDescription
Articleorg.apache.commons.net.nntpThis is a class that contains the basic state needed for message retrieval and threading.
ArticlePointerorg.apache.commons.net.nntpThis class is a structure used to return article number and unique id information extracted from an NNTP server reply.
CharGenTCPClientorg.apache.commons.netThe CharGenTCPClient class is a TCP implementation of a client for the character generator protocol described in RFC 864.
CharGenUDPClientorg.apache.commons.netThe CharGenUDPClient class is a UDP implementation of a client for the character generator protocol described in RFC 864.
CompositeFileEntryParserorg.apache.commons.net.ftp.parserThis implementation allows to pack some FileEntryParsers together and handle the case where to returned dirstyle isnt clearly defined.
ConfigurableFTPFileEntryParserImplorg.apache.commons.net.ftp.parserTo change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates - Comments
CopyStreamAdapterorg.apache.commons.net.ioThe CopyStreamAdapter will relay CopyStreamEvents to a list of listeners when either of its bytesTransferred() methods are called.
CopyStreamEventorg.apache.commons.net.ioA CopyStreamEvent is triggered after every write performed by a stream copying operation.
DatagramSocketClientorg.apache.commons.netThe DatagramSocketClient provides the basic operations that are required of client objects accessing datagram sockets.
DaytimeTCPClientorg.apache.commons.netThe DaytimeTCPClient class is a TCP implementation of a client for the Daytime protocol described in RFC 867.
DaytimeUDPClientorg.apache.commons.netThe DaytimeUDPClient class is a UDP implementation of a client for the Daytime protocol described in RFC 867.
DefaultDatagramSocketFactoryorg.apache.commons.netDefaultDatagramSocketFactory implements the DatagramSocketFactory interface by simply wrapping the java.net.DatagramSocket constructors.
DefaultFTPFileEntryParserFactoryorg.apache.commons.net.ftp.parserThis is the default implementation of the FTPFileEntryParserFactory interface.
DefaultFTPFileListParserorg.apache.commons.net.ftpDefaultFTPFileListParser is the default implementation of FTPFileListParser used by FTPClient to parse file listings.
DefaultSocketFactoryorg.apache.commons.netDefaultSocketFactory implements the SocketFactory interface by simply wrapping the java.net.Socket and java.net.ServerSocket constructors.
DiscardTCPClientorg.apache.commons.netThe DiscardTCPClient class is a TCP implementation of a client for the Discard protocol described in RFC 863.
DiscardUDPClientorg.apache.commons.netThe DiscardUDPClient class is a UDP implementation of a client for the Discard protocol described in RFC 863.
DotTerminatedMessageReaderorg.apache.commons.net.ioDotTerminatedMessageReader 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.
DotTerminatedMessageWriterorg.apache.commons.net.ioDotTerminatedMessageWriter 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.
EchoOptionHandlerorg.apache.commons.net.telnetImplements the telnet echo option RFC 857.
EchoTCPClientorg.apache.commons.netThe EchoTCPClient class is a TCP implementation of a client for the Echo protocol described in RFC 862.
EchoUDPClientorg.apache.commons.netThe EchoUDPClient class is a UDP implementation of a client for the Echo protocol described in RFC 862.
EnterpriseUnixFTPEntryParserorg.apache.commons.net.ftp.parserParser for the Connect Enterprise Unix FTP Server From Sterling Commerce.
FingerClientorg.apache.commons.netThe FingerClient class implements the client side of the Internet Finger Protocol defined in RFC 1288.
FromNetASCIIInputStreamorg.apache.commons.net.ioThis 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.
FromNetASCIIOutputStreamorg.apache.commons.net.ioThis 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.
FTPorg.apache.commons.net.ftpFTP provides the basic the functionality necessary to implement your own FTP client.
FTPClientorg.apache.commons.net.ftpFTPClient encapsulates all the functionality necessary to store and retrieve files from an FTP server.
FTPClientConfigorg.apache.commons.net.ftp

This class implements an alternate means of configuring the FTPClient object and also subordinate objects which it uses.

FTPCommandorg.apache.commons.net.ftpFTPCommand stores a set of constants for FTP command codes.
FTPFileorg.apache.commons.net.ftpThe FTPFile class is used to represent information about files stored on an FTP server.
FTPFileEntryParserImplorg.apache.commons.net.ftpThis abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.
FTPFileIteratororg.apache.commons.net.ftpThis class implements a bidirectional iterator over an FTPFileList.
FTPFileListorg.apache.commons.net.ftpThis class encapsulates a listing of files from an FTP server.
FTPFileListParserImplorg.apache.commons.net.ftpThis abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.
FTPListParseEngineorg.apache.commons.net.ftpThis class handles the entire process of parsing a listing of file entries from the server.
FTPReplyorg.apache.commons.net.ftpFTPReply stores a set of constants for FTP reply codes.
FTPTimestampParserImplorg.apache.commons.net.ftp.parserDefault implementation of the FTPTimestampParser interface also implements the Configurable interface to allow the parsing to be configured from the outside.
ListenerListorg.apache.commons.net.utilNo description provided.
MVSFTPEntryParserorg.apache.commons.net.ftp.parserImplementation of FTPFileEntryParser and FTPFileListParser for IBM MVS Systems.
NewGroupsOrNewsQueryorg.apache.commons.net.nntpThe NewGroupsOrNewsQuery class.
NewsgroupInfoorg.apache.commons.net.nntpNewsgroupInfo stores information pertaining to a newsgroup returned by the NNTP GROUP, LIST, and NEWGROUPS commands, implemented by selectNewsgroup , listNewsgroups , and listNewNewsgroups respectively.
NNTPorg.apache.commons.net.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.
NNTPClientorg.apache.commons.net.nntpNNTPClient encapsulates all the functionality necessary to post and retrieve articles from an NNTP server.
NNTPCommandorg.apache.commons.net.nntpNNTPCommand stores a set of constants for NNTP command codes.
NNTPReplyorg.apache.commons.net.nntpNNTPReply stores a set of constants for NNTP reply codes.
NTFTPEntryParserorg.apache.commons.net.ftp.parserImplementation of FTPFileEntryParser and FTPFileListParser for NT Systems.
NTPUDPClientorg.apache.commons.net.ntpThe 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.
NtpUtilsorg.apache.commons.net.ntpCommon NtpUtils Helper class.
NtpV3Implorg.apache.commons.net.ntpImplementation of NtpV3Packet with methods converting Java objects to/from the Network Time Protocol (NTP) data message header format described in RFC-1305.
OS2FTPEntryParserorg.apache.commons.net.ftp.parserImplementation of FTPFileEntryParser and FTPFileListParser for OS2 Systems.
OS400FTPEntryParserorg.apache.commons.net.ftp.parserNo description provided.
POP3org.apache.commons.net.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.
POP3Clientorg.apache.commons.net.pop3The POP3Client class implements the client side of the Internet POP3 Protocol defined in RFC 1939.
POP3Commandorg.apache.commons.net.pop3POP3Command stores POP3 command code constants.
POP3MessageInfoorg.apache.commons.net.pop3POP3MessageInfo is used to return information about messages stored on a POP3 server.
POP3Replyorg.apache.commons.net.pop3POP3Reply stores POP3 reply code constants.
ProtocolCommandEventorg.apache.commons.netThere 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.
ProtocolCommandSupportorg.apache.commons.netProtocolCommandSupport is a convenience class for managing a list of ProtocolCommandListeners and firing ProtocolCommandEvents.
RCommandClientorg.apache.commons.net.bsdRCommandClient is very similar to RExecClient , from which it is derived, and implements the rcmd() facility that first appeared in 4.2BSD Unix.
RegexFTPFileEntryParserImplorg.apache.commons.net.ftp.parserThis abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.
RelayPathorg.apache.commons.net.smtpA class used to represent forward and reverse relay paths.
RExecClientorg.apache.commons.net.bsdRExecClient implements the rexec() facility that first appeared in 4.2BSD Unix.
RLoginClientorg.apache.commons.net.bsdRLoginClient 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.
SimpleNNTPHeaderorg.apache.commons.net.nntpThis class is used to construct the bare minimum acceptable header for most news readers.
SimpleOptionHandlerorg.apache.commons.net.telnetSimple option handler that can be used for options that don't require subnegotiation.
SimpleSMTPHeaderorg.apache.commons.net.smtpThis class is used to construct a bare minimum acceptable header for an email message.
SMTPorg.apache.commons.net.smtpSMTP provides the basic the functionality necessary to implement your own SMTP client.
SMTPClientorg.apache.commons.net.smtpSMTPClient encapsulates all the functionality necessary to send files through an SMTP server.
SMTPCommandorg.apache.commons.net.smtpSMTPCommand stores a set of constants for SMTP command codes.
SMTPReplyorg.apache.commons.net.smtpSMTPReply stores a set of constants for SMTP reply codes.
SocketClientorg.apache.commons.netThe SocketClient provides the basic operations that are required of client objects accessing sockets.
SocketInputStreamorg.apache.commons.net.ioThis class wraps an input stream, storing a reference to its originating socket.
SocketOutputStreamorg.apache.commons.net.ioThis class wraps an output stream, storing a reference to its originating socket.
SuppressGAOptionHandlerorg.apache.commons.net.telnetImplements the telnet suppress go ahead option RFC 858.
TelnetClientorg.apache.commons.net.telnetThe TelnetClient class implements the simple network virtual terminal (NVT) for the Telnet protocol according to RFC 854.
TelnetCommandorg.apache.commons.net.telnetThe TelnetCommand class cannot be instantiated and only serves as a storehouse for telnet command constants.
TelnetOptionorg.apache.commons.net.telnetThe TelnetOption class cannot be instantiated and only serves as a storehouse for telnet option constants.
TelnetOptionHandlerorg.apache.commons.net.telnetThe TelnetOptionHandler class is the base class to be used for implementing handlers for telnet options.
TerminalTypeOptionHandlerorg.apache.commons.net.telnetImplements the telnet terminal type option RFC 1091.
TFTPorg.apache.commons.net.tftpThe 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.
TFTPAckPacketorg.apache.commons.net.tftpA final class derived from TFTPPacket definiing the TFTP Acknowledgement packet type.
TFTPClientorg.apache.commons.net.tftpThe TFTPClient class encapsulates all the aspects of the TFTP protocol necessary to receive and send files through TFTP.
TFTPDataPacketorg.apache.commons.net.tftpA final class derived from TFTPPacket definiing the TFTP Data packet type.
TFTPErrorPacketorg.apache.commons.net.tftpA final class derived from TFTPPacket definiing the TFTP Error packet type.
TFTPPacketorg.apache.commons.net.tftpTFTPPacket is an abstract class encapsulating the functionality common to the 5 types of TFTP packets.
TFTPReadRequestPacketorg.apache.commons.net.tftpA class derived from TFTPRequestPacket definiing a TFTP read request packet type.
TFTPRequestPacketorg.apache.commons.net.tftpAn abstract class derived from TFTPPacket definiing a TFTP Request packet type.
TFTPWriteRequestPacketorg.apache.commons.net.tftpA class derived from TFTPRequestPacket definiing a TFTP write request packet type.
Threaderorg.apache.commons.net.nntpNo description provided.
TimeInfoorg.apache.commons.net.ntpWrapper class to network time packet messages (NTP, etc) that computes related timing info and stats.
TimeStamporg.apache.commons.net.ntpTimeStamp class represents the Network Time Protocol (NTP) timestamp as defined in RFC-1305 and SNTP (RFC-2030).
TimeTCPClientorg.apache.commons.netThe TimeTCPClient class is a TCP implementation of a client for the Time protocol described in RFC 868.
TimeUDPClientorg.apache.commons.netThe TimeUDPClient class is a UDP implementation of a client for the Time protocol described in RFC 868.
ToNetASCIIInputStreamorg.apache.commons.net.ioThis 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.
ToNetASCIIOutputStreamorg.apache.commons.net.ioThis 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.
UnixFTPEntryParserorg.apache.commons.net.ftp.parserImplementation FTPFileEntryParser and FTPFileListParser for standard Unix Systems.
Utilorg.apache.commons.net.ioThe Util class cannot be instantiated and stores short static convenience methods that are often quite useful.
VMSFTPEntryParserorg.apache.commons.net.ftp.parserImplementation FTPFileEntryParser and FTPFileListParser for VMS Systems.
VMSVersioningFTPEntryParserorg.apache.commons.net.ftp.parserSpecial implementation VMSFTPEntryParser with versioning turned on.
WhoisClientorg.apache.commons.netThe WhoisClient class implements the client side of the Internet Whois Protocol defined in RFC 954.
Search