Uses of Class
org.restlet.engine.connector.ConnectionController

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

Uses of ConnectionController in org.restlet.engine.connector
 

Subclasses of ConnectionController in org.restlet.engine.connector
 class ServerConnectionController
          Controls the IO work of parent server helper and manages its connections.
 

Fields in org.restlet.engine.connector declared as ConnectionController
protected  ConnectionController BaseHelper.controller
          The controller task.
 

Methods in org.restlet.engine.connector that return ConnectionController
protected  ConnectionController ClientConnectionHelper.createController()
           
protected abstract  ConnectionController BaseHelper.createController()
          Creates a new controller.
 ConnectionController BaseHelper.getController()
          Returns the controller task.
 

Methods in org.restlet.engine.connector with parameters of type ConnectionController
protected  Connection<T> ConnectionHelper.checkout(SocketChannel socketChannel, ConnectionController controller, InetSocketAddress socketAddress)
          Checks out a connection associated to the given socket from the pool.
protected  Connection<Client> ClientConnectionHelper.createConnection(SocketChannel socketChannel, ConnectionController controller, InetSocketAddress socketAddress)
           
protected abstract  Connection<T> ConnectionHelper.createConnection(SocketChannel socketChannel, ConnectionController controller, InetSocketAddress socketAddress)
          Creates a connection associated to the given socket.
protected  Connection<Server> ServerConnectionHelper.createConnection(SocketChannel socketChannel, ConnectionController controller, InetSocketAddress socketAddress)
           
 void Connection.init(SocketChannel socketChannel, ConnectionController controller, InetSocketAddress socketAddress)
          Initializes the connection and associates it to the given socket.
 void Connection.reuse(SocketChannel socketChannel, ConnectionController controller, InetSocketAddress socketAddress)
          Reuses the connection and associates it to the given socket.
 

Constructors in org.restlet.engine.connector with parameters of type ConnectionController
Connection(ConnectionHelper<T> helper, SocketChannel socketChannel, ConnectionController controller, InetSocketAddress socketAddress, int inboundBufferSize, int outboundBufferSize)
          Constructor.
 



Copyright © 2005-2013 Restlet.