Class Summary |
Base64 |
Implements methods for encoding and decoding using base64 algorithm. |
CodecFactory |
Factory class for looking up a Codec based on it's name. |
ConnectionParameters |
SSH connection parameters container. |
LineReader |
|
LineWriter |
|
MD5 |
Implements basic MD5 hash functionality based on algorithm described in RFC 1321. |
QuotedPrintable |
Implements methods for encoding and decoding using quoted-printable algorithm. |
ServerSocketUtil |
Creates a ServerSocket which is going to listen a port from a FTP Server. |
TimedSocket |
Implements methods for creating sockets within a defined timeout. |
TimedURLConnection |
Implements methods for opening an InputStream or OutputStream on a URLConnection within a desired timeout. |
URLParser |
This class enables URL parsing for non-registered protocols. |
Uuencode |
Implements methods for encoding and decoding using uuencode algorithm. |
YEnc |
Implements methods for encoding and decoding data using the YEnc specification. |