Uses of Class
org.restlet.ext.nio.internal.connection.ConnectionPool
-
Packages that use ConnectionPool Package Description org.restlet.ext.nio Integration with Java NIO package. -
-
Uses of ConnectionPool in org.restlet.ext.nio
Fields in org.restlet.ext.nio declared as ConnectionPool Modifier and Type Field Description private ConnectionPool<T>ConnectionHelper. connectionPoolDeprecated.The connection pool.Methods in org.restlet.ext.nio that return ConnectionPool Modifier and Type Method Description ConnectionPool<T>ConnectionHelper. getConnectionPool()Deprecated.Returns the connection pool.
-