de.unkrig.commons library is a collection of generic functionality that extends and integrates
seamlessly with the standard JDK library.See: Description
| Package | Description |
|---|---|
| de.unkrig.commons.net |
This package contains classes and interfaces that implement generic Java™ networking capabilities,
specifically a TCP server framework.
|
| de.unkrig.commons.net.ftp |
This package contains classes and interfaces that implement the FTP protocol, both the server and the client side.
|
| de.unkrig.commons.net.ftp.ftplett |
This package contains functionality around the
Ftplett interface. |
| de.unkrig.commons.net.http |
This package contains classes and interfaces that implement the HTTP protocol, both the server and the client side.
|
| de.unkrig.commons.net.http.io |
java.io-related classes that adhere closely to the HTTP protocol. |
| de.unkrig.commons.net.http.servlett |
This package contains the
Servlett interface and some sample
implementations. |
| de.unkrig.commons.net.security |
This package contains classes and interfaces that implement generic Java™ networking capabilities,
specifically a TCP server framework.
|
| de.unkrig.commons.net.stream |
java.io streams for transferring bytes to and from a remote host. |
| de.unkrig.commons.net.tool.ftpmon |
The "ftpmon" command line utility.
|
| de.unkrig.commons.net.tool.ftpserver |
A simple FTP server.
|
| de.unkrig.commons.net.tool.httpd |
A (very) simple HTTP server.
|
| de.unkrig.commons.net.tool.httpproxy |
An HTTP server that accepts connections from clients and forwards them to remote servers.
|
| de.unkrig.commons.net.tool.nullserver |
A server that accepts connections from clients and logs the data it receives from these connections.
|
| de.unkrig.commons.net.tool.tcpmon |
A server that accepts connections from clients, creates another connection to a remote server for each accepted
connection, and forwards all data from the client to the server and back.
|
| de.unkrig.commons.net.tool.telnet |
Creates a TCP connection to a server and forwards STDIN/STDOUT to that connection.
|
de.unkrig.commons library is a collection of generic functionality that extends and integrates
seamlessly with the standard JDK library.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Copyright © 2016 Arno Unkrig. All rights reserved.