Class | Description |
---|---|
Acceptor |
Listens on the given socket channel for incoming connections and dispatches
them to the given handler pool
|
BaseClientHelper |
Base client helper based on NIO blocking sockets.
|
BaseHelper<T extends Connector> |
Base connector helper.
|
BaseServerHelper |
Base server helper based on NIO blocking sockets.
|
BaseTask | |
ClientConnection |
Generic HTTP-like client connection.
|
ConnectedRequest |
Request wrapper for server HTTP calls.
|
Connection<T extends Connector> |
A network connection though which requests and responses are exchanged by
connectors.
|
Controller |
Controls the state of the server helper and its managed connections.
|
HttpClientHelper |
HTTP client helper based on NIO blocking sockets.
|
HttpServerHelper |
HTTP server helper based on NIO blocking sockets.
|
ServerConnection |
Generic HTTP-like server connection.
|
Enum | Description |
---|---|
ConnectionState |
Enumeration of the states of a connection.
|
Copyright © 2005–2016. All rights reserved.