Classes summary
| Connector |
The Connector class is the main class in this package that
implements the ConnectorInterface and allows you to create
streaming connections. |
| DnsConnector |
The ConnectorInterface is responsible for providing an interface
for establishing streaming connections, such as a normal TCP/IP connection. |
| LimitingServer |
The LimitingServer decorator wraps a given
ServerInterface and is responsible for limiting and keeping track
of open connections to this server instance. |
| SecureConnector |
The ConnectorInterface is responsible for providing an interface
for establishing streaming connections, such as a normal TCP/IP connection. |
| SecureServer |
The SecureServer class implements the ServerInterface
and is responsible for providing a secure TLS (formerly known as SSL) server. |
| Server |
The Server class implements the ServerInterface and is
responsible for accepting plaintext TCP/IP connections. |
| TcpConnector |
The ConnectorInterface is responsible for providing an interface
for establishing streaming connections, such as a normal TCP/IP connection. |
| TimeoutConnector |
The ConnectorInterface is responsible for providing an interface
for establishing streaming connections, such as a normal TCP/IP connection. |
| UnixConnector |
Unix domain socket connector |