Package org.restlet.engine.http.connector

New advanced internal HTTP connector.

See:
          Description

Class Summary
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 Summary
ConnectionState Enumeration of the states of a connection.
 

Package org.restlet.engine.http.connector Description

New advanced internal HTTP connector.

Since:
Restlet 2.0


Copyright © 2005-2011 Noelios Technologies.