Skip navigation links

commons-net 1.2.13-SNAPSHOT API

HTTP and FTP servers and clients; various networking tools like TCPMON, FTPMON, TELNET.

See: Description

Packages 
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.authenticator
Functionality around the JRE's Authenticator API.
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.
HTTP and FTP servers and clients; various networking tools like TCPMON, FTPMON, TELNET.

License

de.unkrig.commons - A general-purpose Java class library

Copyright (c) 2011, Arno Unkrig
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Skip navigation links

Copyright © 2018 Arno Unkrig. All rights reserved.