Uses of Class
org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
-
Packages that use AsyncSchemeRegistry Package Description org.apache.http.impl.nio.conn Default implementations of asynchronous client connection management functions.org.apache.http.nio.conn Asynchronous client connection management APIs. -
-
Uses of AsyncSchemeRegistry in org.apache.http.impl.nio.conn
Methods in org.apache.http.impl.nio.conn that return AsyncSchemeRegistry Modifier and Type Method Description static AsyncSchemeRegistry
AsyncSchemeRegistryFactory. createDefault()
Deprecated.AsyncSchemeRegistry
PoolingClientAsyncConnectionManager. getSchemeRegistry()
Deprecated.Constructors in org.apache.http.impl.nio.conn with parameters of type AsyncSchemeRegistry Constructor Description DefaultHttpAsyncRoutePlanner(AsyncSchemeRegistry schemeRegistry)
Deprecated.PoolingClientAsyncConnectionManager(org.apache.http.nio.reactor.ConnectingIOReactor ioreactor, AsyncSchemeRegistry schemeRegistry)
Deprecated.PoolingClientAsyncConnectionManager(org.apache.http.nio.reactor.ConnectingIOReactor ioreactor, AsyncSchemeRegistry schemeRegistry, long timeToLive, TimeUnit tunit)
Deprecated. -
Uses of AsyncSchemeRegistry in org.apache.http.nio.conn
Methods in org.apache.http.nio.conn that return AsyncSchemeRegistry Modifier and Type Method Description AsyncSchemeRegistry
ClientAsyncConnectionManager. getSchemeRegistry()
Deprecated.
-