| Name | Description | Type | Package | Framework |
| CopyStreamAdapter | The CopyStreamAdapter will relay CopyStreamEvents to a list of listeners when either of its bytesTransferred() methods are called. | Class | org.apache.commons.net.io | Apache Commons |
|
| CopyStreamEvent | A CopyStreamEvent is triggered after every write performed by a stream copying operation. | Class | org.apache.commons.net.io | Apache Commons |
|
| CopyStreamException | The CopyStreamException class is thrown by the org. | Class | org.apache.commons.net.io | Apache Commons |
|
| CopyStreamListener | The CopyStreamListener class can accept CopyStreamEvents to keep track of the progress of a stream copying operation. | Interface | org.apache.commons.net.io | Apache Commons |
|
| CRLFLineReader | CRLFLineReader implements a readLine() method that requires exactly CRLF to terminate an input line. | Class | org.apache.commons.net.io | Apache Commons |
|
| DotTerminatedMessageReader | DotTerminatedMessageReader is a class used to read messages from a server that are terminated by a single dot followed by a | Class | org.apache.commons.net.io | Apache Commons |
|
| DotTerminatedMessageWriter | DotTerminatedMessageWriter is a class used to write messages to a server that are terminated by a single dot followed by a | Class | org.apache.commons.net.io | Apache Commons |
|
| FromNetASCIIInputStream | This class wraps an input stream, replacing all occurrences of (carriage return followed by a linefeed), | Class | org.apache.commons.net.io | Apache Commons |
|
| FromNetASCIIOutputStream | This class wraps an output stream, replacing all occurrences of (carriage return followed by a linefeed), | Class | org.apache.commons.net.io | Apache Commons |
|
| SocketInputStream | This class wraps an input stream, storing a reference to its originating socket. | Class | org.apache.commons.net.io | Apache Commons |
|
| SocketOutputStream | This class wraps an output stream, storing a reference to its originating socket. | Class | org.apache.commons.net.io | Apache Commons |
|
| ToNetASCIIInputStream | This class wraps an input stream, replacing all singly occurring (linefeed) characters with (carriage return | Class | org.apache.commons.net.io | Apache Commons |
|
| ToNetASCIIOutputStream | This class wraps an output stream, replacing all singly occurring (linefeed) characters with (carriage return | Class | org.apache.commons.net.io | Apache Commons |
|
| Util | The Util class cannot be instantiated and stores short static convenience methods that are often quite useful. | Class | org.apache.commons.net.io | Apache Commons |