Uses of Package
org.restlet.engine.connector

Packages that use org.restlet.engine.connector
org.restlet.engine.connector New advanced internal HTTP connector. 
 

Classes in org.restlet.engine.connector used by org.restlet.engine.connector
BaseHelper
          Base connector helper.
ClientConnectionHelper
          Base client helper based on NIO non blocking sockets.
ClientInboundWay
          Client-side inbound way.
ClientOutboundWay
          Client-side outbound way.
Connection
          A network connection though which messages are exchanged by connectors.
ConnectionController
          Controls the IO work of parent connector helper and manages its connections.
ConnectionHelper
          Connector helper using network connections.
ConnectionPool
          A connection pool to prevent to recreation of heavy byte buffers.
ConnectionState
          Enumeration of the states of a connection.
Controller
          Controls the IO work of parent connector helper.
EntityType
          Enumeration of entity IO types.
HttpInboundRequest
          Request wrapper for server HTTP calls.
InboundRequest
          Marker interface for inbound requests.
InboundWay
          A network connection way though which messages are received.
MessageState
          Enumeration of the states of the HTTP reading or writing.
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.
 



Copyright © 2005-2013 Restlet.