Interface | Description |
---|---|
InboundRequest |
Marker interface for inbound requests.
|
Class | Description |
---|---|
BaseHelper<T extends Connector> |
Base connector helper.
|
ClientConnectionHelper |
Base client helper based on NIO non blocking sockets.
|
ClientInboundWay |
Client-side inbound way.
|
ClientOutboundWay |
Client-side outbound way.
|
Connection<T extends Connector> |
A network connection though which messages are exchanged by connectors.
|
ConnectionController |
Controls the IO work of parent connector helper and manages its connections.
|
ConnectionHelper<T extends Connector> |
Connector helper using network connections.
|
ConnectionPool<T extends Connector> |
A connection pool to prevent to recreation of heavy byte buffers.
|
Controller |
Controls the IO work of parent connector helper.
|
HttpClientHelper |
HTTP client helper based on NIO blocking sockets.
|
HttpClientInboundWay |
HTTP client inbound way.
|
HttpClientOutboundWay |
HTTP client outbound way.
|
HttpInboundRequest |
Request wrapper for server HTTP calls.
|
HttpServerHelper |
HTTP server helper based on NIO blocking sockets.
|
HttpServerInboundWay |
HTTP server inbound way.
|
HttpServerOutboundWay |
HTTP server outbound way.
|
InboundWay |
A network connection way though which messages are received.
|
OutboundWay |
A network connection way though which messages are sent.
|
ServerConnectionController |
Controls the IO work of parent server helper and manages its connections.
|
ServerConnectionHelper |
Base server helper based on NIO non blocking sockets.
|
ServerInboundWay |
Server-side inbound way.
|
ServerOutboundWay |
Server-side outbound way.
|
Way |
A network connection way though which messages are exchanged.
|
Enum | Description |
---|---|
ConnectionState |
Enumeration of the states of a connection.
|
EntityType |
Enumeration of entity IO types.
|
MessageState |
Enumeration of the states of the HTTP reading or writing.
|
Copyright © 2005–2014. All rights reserved.