Uses of Class
org.restlet.ext.nio.internal.controller.ConnectionController
-
Packages that use ConnectionController Package Description org.restlet.ext.nio Integration with Java NIO package.org.restlet.ext.nio.internal.connection org.restlet.ext.nio.internal.controller -
-
Uses of ConnectionController in org.restlet.ext.nio
Fields in org.restlet.ext.nio declared as ConnectionController Modifier and Type Field Description protected ConnectionControllerBaseHelper. controllerDeprecated.The controller task.Methods in org.restlet.ext.nio that return ConnectionController Modifier and Type Method Description protected abstract ConnectionControllerBaseHelper. createController()Deprecated.Creates a new controller.protected ConnectionControllerClientConnectionHelper. createController()Deprecated.ConnectionControllerBaseHelper. getController()Deprecated.Returns the controller task.Methods in org.restlet.ext.nio with parameters of type ConnectionController Modifier and Type Method Description Connection<T>ConnectionHelper. checkout(java.nio.channels.SocketChannel socketChannel, ConnectionController controller, java.net.InetSocketAddress socketAddress)Deprecated.Checks out a connection associated to the given socket from the pool.Connection<Client>ClientConnectionHelper. createConnection(java.nio.channels.SocketChannel socketChannel, ConnectionController controller, java.net.InetSocketAddress socketAddress)Deprecated.abstract Connection<T>ConnectionHelper. createConnection(java.nio.channels.SocketChannel socketChannel, ConnectionController controller, java.net.InetSocketAddress socketAddress)Deprecated.Creates a connection associated to the given socket.Connection<Client>HttpsClientHelper. createConnection(java.nio.channels.SocketChannel socketChannel, ConnectionController controller, java.net.InetSocketAddress socketAddress)Deprecated.Connection<Server>HttpsServerHelper. createConnection(java.nio.channels.SocketChannel socketChannel, ConnectionController controller, java.net.InetSocketAddress socketAddress)Deprecated.Connection<Server>ServerConnectionHelper. createConnection(java.nio.channels.SocketChannel socketChannel, ConnectionController controller, java.net.InetSocketAddress socketAddress)Deprecated. -
Uses of ConnectionController in org.restlet.ext.nio.internal.connection
Methods in org.restlet.ext.nio.internal.connection with parameters of type ConnectionController Modifier and Type Method Description voidConnection. init(java.nio.channels.SocketChannel socketChannel, ConnectionController controller, java.net.InetSocketAddress socketAddress)Deprecated.Initializes the connection and associates it to the given socket.voidConnection. reuse(java.nio.channels.SocketChannel socketChannel, ConnectionController controller, java.net.InetSocketAddress socketAddress)Deprecated.Reuses the connection and associates it to the given socket.voidSslConnection. reuse(java.nio.channels.SocketChannel socketChannel, ConnectionController controller, java.net.InetSocketAddress socketAddress)Deprecated.Constructors in org.restlet.ext.nio.internal.connection with parameters of type ConnectionController Constructor Description Connection(ConnectionHelper<T> helper, java.nio.channels.SocketChannel socketChannel, ConnectionController controller, java.net.InetSocketAddress socketAddress, int inboundBufferSize, int outboundBufferSize)Deprecated.Constructor.SslConnection(ConnectionHelper<T> helper, java.nio.channels.SocketChannel socketChannel, ConnectionController controller, java.net.InetSocketAddress socketAddress, javax.net.ssl.SSLEngine sslEngine)Deprecated.Constructor. -
Uses of ConnectionController in org.restlet.ext.nio.internal.controller
Subclasses of ConnectionController in org.restlet.ext.nio.internal.controller Modifier and Type Class Description classServerConnectionControllerDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
-