| Class | Description |
|---|---|
| HostsLib | |
| LogEventListeningDaemon |
A daemon that can be used to listen to logging events from a remote appender.
|
| NetworkLib | |
| SocketLib |
Library routines to simplify dealing with TCP/IP sockets.
|
| TcpMiddlemanDaemon | |
| TcpProxyDaemon | |
| TcpSocketChannelDaemon |
Abstract TCP socketChannel daemon implementation using java.nio channels instead of plain sockets.
|
| TcpSocketClient |
Implementation of basic TCP socket client functionality.
|
| TcpSocketDaemon |
Abstract TCP socket daemon implementation.
|
| TcpSocketDemultiplexer |
A TCP socket proxy that demultiplexes data from TcpSocketDemultiplexer and forwards it
appropriately to multiple socket connections.
|
| TcpSocketMultiplexer |
A TCP socket proxy that multiplexes all connections into a single TCP
connection to a TcpSocketDemultiplexer.
|
| TextServerDaemon |
A simple TCP/IP server that accepts a text request and sends a text response.
|
| UrlLib |
Copyright 2012 Partner Software, Inc. |
| Enum | Description |
|---|---|
| NetworkService |
This is a list of known network services, with name, description, type and port number.
|