Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.net Classes and Interfaces - 157 results found.
NameDescriptionTypePackageFramework
ArticleThis is a class that contains the basic state needed for message retrieval and threading.Classorg.apache.commons.net.nntpApache Commons
ArticleInfoClass contains details about an article.Classorg.apache.commons.net.nntpApache Commons
ArticlePointerThis class is a structure used to return article number and unique id information extracted from an NNTP server reply.Classorg.apache.commons.net.nntpApache Commons
AuthenticatingIMAPClientAn IMAP Client class with authentication support.Classorg.apache.commons.net.imapApache Commons
AuthenticatingIMAPClient .AUTH_METHODThe enumeration of currently-supported authentication methods.Classorg.apache.commons.net.imap.AuthenticatingIMAPClientApache Commons
AuthenticatingSMTPClientAn SMTP Client class with authentication support (RFC4954).Classorg.apache.commons.net.smtpApache Commons
AuthenticatingSMTPClient .AUTH_METHODThe enumeration of currently-supported authentication methods.Classorg.apache.commons.net.smtp.AuthenticatingSMTPClientApache Commons
Base64Provides Base64 encoding and decoding as defined by RFC 2045.Classorg.apache.commons.net.utilApache Commons
CharGenTCPClientThe CharGenTCPClient class is a TCP implementation of a client for the character generator protocol described in RFC 864.Classorg.apache.commons.net.chargenApache Commons
CharGenUDPClientThe CharGenUDPClient class is a UDP implementation of a client for the character generator protocol described in RFC 864.Classorg.apache.commons.net.chargenApache Commons
CharsetsHelps dealing with Charsets.Classorg.apache.commons.net.utilApache Commons
CompositeFileEntryParserThis implementation allows to pack some FileEntryParsers together and handle the case where to returned dirstyle isnt clearly defined.Classorg.apache.commons.net.ftp.parserApache Commons
ConfigurableThis interface adds the aspect of configurability by means of a supplied FTPClientConfig object to other classes in theInterfaceorg.apache.commons.net.ftpApache Commons
ConfigurableFTPFileEntryParserImpl This abstract class implements the common timestamp parsing algorithm for all the concrete parsers.Classorg.apache.commons.net.ftp.parserApache Commons
CopyStreamAdapterThe CopyStreamAdapter will relay CopyStreamEvents to a list of listeners when either of its bytesTransferred() methods are called.Classorg.apache.commons.net.ioApache Commons
CopyStreamEventA CopyStreamEvent is triggered after every write performed by a stream copying operation.Classorg.apache.commons.net.ioApache Commons
CopyStreamExceptionThe CopyStreamException class is thrown by the org.Classorg.apache.commons.net.ioApache Commons
CopyStreamListenerThe CopyStreamListener class can accept CopyStreamEvents to keep track of the progress of a stream copying operation.Interfaceorg.apache.commons.net.ioApache Commons
CRLFLineReaderCRLFLineReader implements a readLine() method that requires exactly CRLF to terminate an input line.Classorg.apache.commons.net.ioApache Commons
DatagramSocketClientThe DatagramSocketClient provides the basic operations that are required of client objects accessing datagram sockets.Classorg.apache.commons.netApache Commons
DatagramSocketFactoryThe DatagramSocketFactory interface provides a means for the programmer to control the creation of datagram sockets andInterfaceorg.apache.commons.netApache Commons
DaytimeTCPClientThe DaytimeTCPClient class is a TCP implementation of a client for the Daytime protocol described in RFC 867.Classorg.apache.commons.net.daytimeApache Commons
DaytimeUDPClientThe DaytimeUDPClient class is a UDP implementation of a client for the Daytime protocol described in RFC 867.Classorg.apache.commons.net.daytimeApache Commons
DefaultDatagramSocketFactoryDefaultDatagramSocketFactory implements the DatagramSocketFactory interface by simply wrapping the java.Classorg.apache.commons.netApache Commons
DefaultFTPFileEntryParserFactoryThis is the default implementation of the FTPFileEntryParserFactory interface.Classorg.apache.commons.net.ftp.parserApache Commons
DefaultSocketFactoryDefaultSocketFactory implements the SocketFactory interface by simply wrapping the java.Classorg.apache.commons.netApache Commons
DiscardTCPClientThe DiscardTCPClient class is a TCP implementation of a client for the Discard protocol described in RFC 863.Classorg.apache.commons.net.discardApache Commons
DiscardUDPClientThe DiscardUDPClient class is a UDP implementation of a client for the Discard protocol described in RFC 863.Classorg.apache.commons.net.discardApache Commons
DotTerminatedMessageReaderDotTerminatedMessageReader is a class used to read messages from a server that are terminated by a single dot followed by aClassorg.apache.commons.net.ioApache Commons
DotTerminatedMessageWriterDotTerminatedMessageWriter is a class used to write messages to a server that are terminated by a single dot followed by aClassorg.apache.commons.net.ioApache Commons
EchoOptionHandlerClassorg.apache.commons.net.telnetApache Commons
EchoTCPClientThe EchoTCPClient class is a TCP implementation of a client for the Echo protocol described in RFC 862.Classorg.apache.commons.net.echoApache Commons
EchoUDPClientThe EchoUDPClient class is a UDP implementation of a client for the Echo protocol described in RFC 862.Classorg.apache.commons.net.echoApache Commons
EnterpriseUnixFTPEntryParserParser for the Connect Enterprise Unix FTP Server From Sterling Commerce.Classorg.apache.commons.net.ftp.parserApache Commons
ExtendedPOP3ClientA POP3 Cilent class with protocol and authentication extensions support (RFC2449 and RFC2195).Classorg.apache.commons.net.pop3Apache Commons
ExtendedPOP3Client .AUTH_METHODThe enumeration of currently-supported authentication methods.Classorg.apache.commons.net.pop3.ExtendedPOP3ClientApache Commons
FingerClientThe FingerClient class implements the client side of the Internet Finger Protocol defined in RFC 1288.Classorg.apache.commons.net.fingerApache Commons
FromNetASCIIInputStreamThis class wraps an input stream, replacing all occurrences of (carriage return followed by a linefeed),Classorg.apache.commons.net.ioApache Commons
FromNetASCIIOutputStreamThis class wraps an output stream, replacing all occurrences of (carriage return followed by a linefeed),Classorg.apache.commons.net.ioApache Commons
FTPFTP provides the basic the functionality necessary to implement your own FTP client.Classorg.apache.commons.net.ftpApache Commons
FTPClientFTPClient encapsulates all the functionality necessary to store and retrieve files from an FTP server.Classorg.apache.commons.net.ftpApache Commons
FTPClientConfig This class implements an alternate means of configuring the FTPClient object andClassorg.apache.commons.net.ftpApache Commons
FTPCmdClassorg.apache.commons.net.ftpApache Commons
FTPCommandFTPCommand stores a set of constants for FTP command codes.Classorg.apache.commons.net.ftpApache Commons
FTPConnectionClosedExceptionFTPConnectionClosedException is used to indicate the premature or unexpected closing of an FTP connection resulting from aClassorg.apache.commons.net.ftpApache Commons
FTPFileThe FTPFile class is used to represent information about files storedSee Also:FTPFileEntryParser, Classorg.apache.commons.net.ftpApache Commons
FTPFileEntryParserFTPFileEntryParser defines the interface for parsing a single FTP file listing and converting that information into anInterfaceorg.apache.commons.net.ftpApache Commons
FTPFileEntryParserFactoryThe interface describes a factory for creating FTPFileEntryParsers.Interfaceorg.apache.commons.net.ftp.parserApache Commons
FTPFileEntryParserImplThis abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.Classorg.apache.commons.net.ftpApache Commons
FTPFileFilterPerform filtering on FTPFile entries.Interfaceorg.apache.commons.net.ftpApache Commons
FTPFileFiltersClassorg.apache.commons.net.ftpApache Commons
FTPHTTPClientExperimental attempt at FTP client that tunnels over an HTTP proxy connection.Classorg.apache.commons.net.ftpApache Commons
FTPListParseEngineThis class handles the entire process of parsing a listing of file entries from the server.Classorg.apache.commons.net.ftpApache Commons
FTPReplyFTPReply stores a set of constants for FTP reply codes.Classorg.apache.commons.net.ftpApache Commons
FTPSClientFTP over SSL processing.Classorg.apache.commons.net.ftpApache Commons
FTPSCommandFTPS-specific commands.Classorg.apache.commons.net.ftpApache Commons
FTPSServerSocketFactoryServer socket factory for FTPS connections.Classorg.apache.commons.net.ftpApache Commons
FTPSSocketFactoryClassorg.apache.commons.net.ftpApache Commons
FTPSTrustManagerClassorg.apache.commons.net.ftpApache Commons
FTPTimestampParserInterfaceorg.apache.commons.net.ftp.parserApache Commons
FTPTimestampParserImplDefault implementation of the FTPTimestampParser interface also implements the ConfigurableClassorg.apache.commons.net.ftp.parserApache Commons
IMAPClassorg.apache.commons.net.imapApache Commons
IMAP .IMAPChunkListener in order to get access to multi-line partial command responses.Interfaceorg.apache.commons.net.imap.IMAPApache Commons
IMAP .IMAPStateA constant representing the authenticated state.Classorg.apache.commons.net.imap.IMAPApache Commons
IMAPClientClassorg.apache.commons.net.imapApache Commons
IMAPClient .FETCH_ITEM_NAMESThe message data item names for the FETCH command defined in RFC 3501.Classorg.apache.commons.net.imap.IMAPClientApache Commons
IMAPClient .SEARCH_CRITERIAThe search criteria defined in RFC 3501.Classorg.apache.commons.net.imap.IMAPClientApache Commons
IMAPClient .STATUS_DATA_ITEMSThe status data items defined in RFC 3501.Classorg.apache.commons.net.imap.IMAPClientApache Commons
IMAPCommandIMAPCommand stores IMAP command codes.Classorg.apache.commons.net.imapApache Commons
IMAPReplyIMAPReply stores IMAP reply code constants.Classorg.apache.commons.net.imapApache Commons
IMAPSClientThe IMAPSClient class provides SSL/TLS connection encryption to IMAPClient.Classorg.apache.commons.net.imapApache Commons
InvalidTelnetOptionExceptionThe InvalidTelnetOptionException is the exception that is thrown whenever a TelnetOptionHandler with an invlaidClassorg.apache.commons.net.telnetApache Commons
KeyManagerUtilsGeneral KeyManager utilities How to use with a client certificate:Classorg.apache.commons.net.utilApache Commons
ListenerListClassorg.apache.commons.net.utilApache Commons
MacOsPeterFTPEntryParserClassorg.apache.commons.net.ftp.parserApache Commons
MalformedServerReplyExceptionThis exception is used to indicate that the reply from a server could not be interpreted.Classorg.apache.commons.netApache Commons
MLSxEntryParserParser class for MSLT and MLSD replies.Classorg.apache.commons.net.ftp.parserApache Commons
MVSFTPEntryParserClassorg.apache.commons.net.ftp.parserApache Commons
NetwareFTPEntryParser extensions for Novell-specific operations are not supported.Classorg.apache.commons.net.ftp.parserApache Commons
NewGroupsOrNewsQueryThe NewGroupsOrNewsQuery class.Classorg.apache.commons.net.nntpApache Commons
NewsgroupInfoNewsgroupInfo stores information pertaining to a newsgroup returned by the NNTP GROUP, LIST, and NEWGROUPS commands, implemented byClassorg.apache.commons.net.nntpApache Commons
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 ifClassorg.apache.commons.net.nntpApache Commons
NNTPClientNNTPClient encapsulates all the functionality necessary to post and retrieve articles from an NNTP server.Classorg.apache.commons.net.nntpApache Commons
NNTPCommandNNTPCommand stores a set of constants for NNTP command codes.Classorg.apache.commons.net.nntpApache Commons
NNTPConnectionClosedExceptionNNTPConnectionClosedException is used to indicate the premature or unexpected closing of an NNTP connection resulting from aClassorg.apache.commons.net.nntpApache Commons
NNTPReplyNNTPReply stores a set of constants for NNTP reply codes.Classorg.apache.commons.net.nntpApache Commons
NTFTPEntryParserClassorg.apache.commons.net.ftp.parserApache Commons
NTPUDPClientThe NTPUDPClient class is a UDP implementation of a client for the Network Time Protocol (NTP) described in RFC 1305 as well as theClassorg.apache.commons.net.ntpApache Commons
NtpUtilsCommon NtpUtils Helper class.Classorg.apache.commons.net.ntpApache Commons
NtpV3Impl the Network Time Protocol (NTP) data message header format described in RFC-1305.Classorg.apache.commons.net.ntpApache Commons
NtpV3PacketInterface for a NtpV3Packet with get/set methods corresponding to the fields in the NTP Data Message Header described in RFC 1305.Interfaceorg.apache.commons.net.ntpApache Commons
OS2FTPEntryParserClassorg.apache.commons.net.ftp.parserApache Commons
OS400FTPEntryParserClassorg.apache.commons.net.ftp.parserApache Commons
ParserInitializationExceptionThis class encapsulates all errors that may be thrown by the process of an FTPFileEntryParserFactory creating andClassorg.apache.commons.net.ftp.parserApache Commons
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 ifClassorg.apache.commons.net.pop3Apache Commons
POP3ClientThe POP3Client class implements the client side of the Internet POP3 Protocol defined in RFC 1939.Classorg.apache.commons.net.pop3Apache Commons
POP3CommandPOP3Command stores POP3 command code constants.Classorg.apache.commons.net.pop3Apache Commons
POP3MessageInfoPOP3MessageInfo is used to return information about messages stored on a POP3 server.Classorg.apache.commons.net.pop3Apache Commons
POP3ReplyPOP3Reply stores POP3 reply code constants.Classorg.apache.commons.net.pop3Apache Commons
POP3SClientPOP3 over SSL processing.Classorg.apache.commons.net.pop3Apache Commons
PrintCommandListenerThis is a support class for some of the example programs.Classorg.apache.commons.netApache Commons
ProtocolCommandEventThere exists a large class of IETF protocols that work by sending an ASCII text command and arguments to a server, and then receiving anClassorg.apache.commons.netApache Commons
ProtocolCommandListenerThere exists a large class of IETF protocols that work by sending an ASCII text command and arguments to a server, and then receiving anInterfaceorg.apache.commons.netApache Commons
ProtocolCommandSupportProtocolCommandSupport is a convenience class for managing a list of ProtocolCommandListeners and firing ProtocolCommandEvents.Classorg.apache.commons.netApache Commons
RCommandClientRCommandClient is very similar to from which it is derived, and implements the rcmd() facility thatClassorg.apache.commons.net.bsdApache Commons
RegexFTPFileEntryParserImplThis abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.Classorg.apache.commons.net.ftp.parserApache Commons
RelayPathA class used to represent forward and reverse relay paths.Classorg.apache.commons.net.smtpApache Commons
RExecClientRExecClient implements the rexec() facility that first appeared in 4.Classorg.apache.commons.net.bsdApache Commons
RLoginClientRLoginClient is very similar to from which it is derived, and uses the rcmd() facility implementedClassorg.apache.commons.net.bsdApache Commons
SimpleNNTPHeaderThis class is used to construct the bare minimum acceptable header for most news readers.Classorg.apache.commons.net.nntpApache Commons
SimpleOptionHandlerSimple option handler that can be used for options that don't require subnegotiation.Classorg.apache.commons.net.telnetApache Commons
SimpleSMTPHeaderThis class is used to construct a bare minimum acceptable header for an email message.Classorg.apache.commons.net.smtpApache Commons
SMTPSMTP provides the basic the functionality necessary to implement your own SMTP client.Classorg.apache.commons.net.smtpApache Commons
SMTPClientSMTPClient encapsulates all the functionality necessary to send files through an SMTP server.Classorg.apache.commons.net.smtpApache Commons
SMTPCommandSMTPCommand stores a set of constants for SMTP command codes.Classorg.apache.commons.net.smtpApache Commons
SMTPConnectionClosedExceptionSMTPConnectionClosedException is used to indicate the premature or unexpected closing of an SMTP connection resulting from aClassorg.apache.commons.net.smtpApache Commons
SMTPReplySMTPReply stores a set of constants for SMTP reply codes.Classorg.apache.commons.net.smtpApache Commons
SMTPSClientSMTP over SSL processing.Classorg.apache.commons.net.smtpApache Commons
SocketClientThe SocketClient provides the basic operations that are required of client objects accessing sockets.Classorg.apache.commons.netApache Commons
SocketInputStreamThis class wraps an input stream, storing a reference to its originating socket.Classorg.apache.commons.net.ioApache Commons
SocketOutputStreamThis class wraps an output stream, storing a reference to its originating socket.Classorg.apache.commons.net.ioApache Commons
SSLContextUtilsGeneral utilities for SSLContext.Classorg.apache.commons.net.utilApache Commons
SSLSocketUtilsGeneral utilities for SSLSocket.Classorg.apache.commons.net.utilApache Commons
SubnetUtilsA class that performs some subnet calculations given a network address and a subnet mask.Classorg.apache.commons.net.utilApache Commons
SuppressGAOptionHandlerClassorg.apache.commons.net.telnetApache Commons
TelnetClientThe TelnetClient class implements the simple network virtual terminal (NVT) for the Telnet protocol according to RFC 854.Classorg.apache.commons.net.telnetApache Commons
TelnetCommandThe TelnetCommand class cannot be instantiated and only serves as a storehouse for telnet command constants.Classorg.apache.commons.net.telnetApache Commons
TelnetInputListenerListener interface used for notification that incoming data is available to be read.Interfaceorg.apache.commons.net.telnetApache Commons
TelnetNotificationHandlerThe TelnetNotificationHandler interface can be used to handle notification of options negotiation commands received on a telnetInterfaceorg.apache.commons.net.telnetApache Commons
TelnetOptionThe TelnetOption class cannot be instantiated and only serves as a storehouse for telnet option constants.Classorg.apache.commons.net.telnetApache Commons
TelnetOptionHandlerThe TelnetOptionHandler class is the base class to be used for implementing handlers for telnet options.Classorg.apache.commons.net.telnetApache Commons
TerminalTypeOptionHandlerClassorg.apache.commons.net.telnetApache Commons
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 orClassorg.apache.commons.net.tftpApache Commons
TFTPAckPacketA final class derived from TFTPPacket definiing the TFTP Acknowledgement Details regarding the TFTP protocol and the format of TFTP packets canClassorg.apache.commons.net.tftpApache Commons
TFTPClientThe TFTPClient class encapsulates all the aspects of the TFTP protocol necessary to receive and send files through TFTP.Classorg.apache.commons.net.tftpApache Commons
TFTPDataPacketA final class derived from TFTPPacket definiing the TFTP Data Details regarding the TFTP protocol and the format of TFTP packets canClassorg.apache.commons.net.tftpApache Commons
TFTPErrorPacketA final class derived from TFTPPacket definiing the TFTP Error Details regarding the TFTP protocol and the format of TFTP packets canClassorg.apache.commons.net.tftpApache Commons
TFTPPacketTFTPPacket is an abstract class encapsulating the functionality common to the 5 types of TFTP packets.Classorg.apache.commons.net.tftpApache Commons
TFTPPacketExceptionA class used to signify the occurrence of an error in the creation of a TFTP packet.Classorg.apache.commons.net.tftpApache Commons
TFTPReadRequestPacketA class derived from TFTPRequestPacket definiing a TFTP read request Details regarding the TFTP protocol and the format of TFTP packets canClassorg.apache.commons.net.tftpApache Commons
TFTPRequestPacketAn abstract class derived from TFTPPacket definiing a TFTP Request packet type.Classorg.apache.commons.net.tftpApache Commons
TFTPWriteRequestPacketA class derived from TFTPRequestPacket definiing a TFTP write request Details regarding the TFTP protocol and the format of TFTP packets canClassorg.apache.commons.net.tftpApache Commons
ThreadableA placeholder interface for threadable message objects Author: Rory Winston (rwinston@checkfree.Interfaceorg.apache.commons.net.nntpApache Commons
ThreaderClassorg.apache.commons.net.nntpApache Commons
TimeInfoWrapper class to network time packet messages (NTP, etc) that computes related timing info and stats.Classorg.apache.commons.net.ntpApache Commons
TimeStampTimeStamp class represents the Network Time Protocol (NTP) timestamp as defined in RFC-1305 and SNTP (RFC-2030).Classorg.apache.commons.net.ntpApache Commons
TimeTCPClientThe TimeTCPClient class is a TCP implementation of a client for the Time protocol described in RFC 868.Classorg.apache.commons.net.timeApache Commons
TimeUDPClientThe TimeUDPClient class is a UDP implementation of a client for the Time protocol described in RFC 868.Classorg.apache.commons.net.timeApache Commons
ToNetASCIIInputStreamThis class wraps an input stream, replacing all singly occurring (linefeed) characters with (carriage returnClassorg.apache.commons.net.ioApache Commons
ToNetASCIIOutputStreamThis class wraps an output stream, replacing all singly occurring (linefeed) characters with (carriage returnClassorg.apache.commons.net.ioApache Commons
TrustManagerUtilsTrustManager utilities for generating TrustManagers.Classorg.apache.commons.net.utilApache Commons
UnixFTPEntryParser This class is based on the logic of Daniel Savarese's DefaultFTPListParser, but adapted to use regular expressions and to fit theClassorg.apache.commons.net.ftp.parserApache Commons
UtilThe Util class cannot be instantiated and stores short static convenience methods that are often quite useful.Classorg.apache.commons.net.ioApache Commons
VMSFTPEntryParser This is a sample of VMS LIST output 1-JUN.Classorg.apache.commons.net.ftp.parserApache Commons
VMSVersioningFTPEntryParserSpecial implementation VMSFTPEntryParser with versioning turned on.Classorg.apache.commons.net.ftp.parserApache Commons
WhoisClientThe WhoisClient class implements the client side of the Internet Whois Protocol defined in RFC 954.Classorg.apache.commons.net.whoisApache Commons
WindowSizeOptionHandlerClassorg.apache.commons.net.telnetApache Commons