| Name | Package | Description |
| Configurable | org.apache.commons.net.ftp | This interface adds the aspect of configurability by means of
a supplied FTPClientConfig object to other classes in the
system, especially listing parsers. |
| CopyStreamListener | org.apache.commons.net.io | The CopyStreamListener class can accept CopyStreamEvents to keep track
of the progress of a stream copying operation. |
| DatagramSocketFactory | org.apache.commons.net | The 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
. |
| FTPFileEntryParser | org.apache.commons.net.ftp | FTPFileEntryParser defines the interface for parsing a single FTP file
listing and converting that information into an
FTPFile instance. |
| FTPFileEntryParserFactory | org.apache.commons.net.ftp.parser | The interface describes a factory for creating FTPFileEntryParsers. |
| FTPFileListParser | org.apache.commons.net.ftp | FTPFileListParser defines the interface for parsing FTP file listings
and converting that information into an array of
FTPFile instances. |
| FTPTimestampParser | org.apache.commons.net.ftp.parser | This interface specifies the concept of parsing an FTP server's
timestamp. |
| NtpV3Packet | org.apache.commons.net.ntp | Interface for a NtpV3Packet with get/set methods corresponding to the fields
in the NTP Data Message Header described in RFC 1305. |
| ProtocolCommandListener | 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. |
| SocketFactory | org.apache.commons.net | The 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 . |
| TelnetNotificationHandler | org.apache.commons.net.telnet | The TelnetNotificationHandler interface can be used to handle
notification of options negotiation commands received on a telnet
session. |
| Threadable | org.apache.commons.net.nntp | A placeholder interface for threadable message objects
Author: Rory Winston |