Library:Apache Jakarta Commons Net
Version:1.4.1
Compatibility:JDK 1.4
Interfaces in library Apache Jakarta Commons Net.
NamePackageDescription
Configurableorg.apache.commons.net.ftpThis interface adds the aspect of configurability by means of a supplied FTPClientConfig object to other classes in the system, especially listing parsers.
CopyStreamListenerorg.apache.commons.net.ioThe CopyStreamListener class can accept CopyStreamEvents to keep track of the progress of a stream copying operation.
DatagramSocketFactoryorg.apache.commons.netThe DatagramSocketFactory interface provides a means for the programmer to control the creation of datagram sockets and provide his own DatagramSocket implementations for use by all classes derived from DatagramSocketClient .
FTPFileEntryParserorg.apache.commons.net.ftpFTPFileEntryParser defines the interface for parsing a single FTP file listing and converting that information into an FTPFile instance.
FTPFileEntryParserFactoryorg.apache.commons.net.ftp.parserThe interface describes a factory for creating FTPFileEntryParsers.
FTPFileListParserorg.apache.commons.net.ftpFTPFileListParser defines the interface for parsing FTP file listings and converting that information into an array of FTPFile instances.
FTPTimestampParserorg.apache.commons.net.ftp.parserThis interface specifies the concept of parsing an FTP server's timestamp.
NtpV3Packetorg.apache.commons.net.ntpInterface for a NtpV3Packet with get/set methods corresponding to the fields in the NTP Data Message Header described in RFC 1305.
ProtocolCommandListenerorg.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.
SocketFactoryorg.apache.commons.netThe SocketFactory interface provides a means for the programmer to control the creation of sockets and provide his own Socket implementations for use by all classes derived from SocketClient .
TelnetNotificationHandlerorg.apache.commons.net.telnetThe TelnetNotificationHandler interface can be used to handle notification of options negotiation commands received on a telnet session.
Threadableorg.apache.commons.net.nntpA placeholder interface for threadable message objects Author: Rory Winston
Search