Uses of Class
org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
Packages that use AsyncSchemeRegistry
Package
Description
Default asynchronous HTTP client implementation.
Default implementations of asynchronous client connection
management functions.
Asynchronous client connection management APIs.
-
Uses of AsyncSchemeRegistry in org.apache.http.impl.nio.client
Methods in org.apache.http.impl.nio.client that return AsyncSchemeRegistryModifier and TypeMethodDescriptionprivate AsyncSchemeRegistry
DefaultAsyncRequestDirector.getSchemeRegistry
(org.apache.http.protocol.HttpContext context) Deprecated. -
Uses of AsyncSchemeRegistry in org.apache.http.impl.nio.conn
Fields in org.apache.http.impl.nio.conn declared as AsyncSchemeRegistryModifier and TypeFieldDescriptionprivate final AsyncSchemeRegistry
DefaultHttpAsyncRoutePlanner.schemeRegistry
Deprecated.private final AsyncSchemeRegistry
HttpNIOConnPool.schemeRegistry
Deprecated.private final AsyncSchemeRegistry
PoolingClientAsyncConnectionManager.schemeRegistry
Deprecated.Methods in org.apache.http.impl.nio.conn that return AsyncSchemeRegistryModifier and TypeMethodDescriptionstatic AsyncSchemeRegistry
AsyncSchemeRegistryFactory.createDefault()
Deprecated.private AsyncSchemeRegistry
DefaultHttpAsyncRoutePlanner.getSchemeRegistry
(org.apache.http.protocol.HttpContext context) Deprecated.private AsyncSchemeRegistry
ManagedClientAsyncConnectionImpl.getSchemeRegistry
(org.apache.http.protocol.HttpContext context) Deprecated.PoolingClientAsyncConnectionManager.getSchemeRegistry()
Deprecated.Constructors in org.apache.http.impl.nio.conn with parameters of type AsyncSchemeRegistryModifierConstructorDescriptionDefaultHttpAsyncRoutePlanner
(AsyncSchemeRegistry schemeRegistry) Deprecated.(package private)
HttpNIOConnPool
(org.apache.commons.logging.Log log, org.apache.http.nio.reactor.ConnectingIOReactor ioreactor, AsyncSchemeRegistry schemeRegistry, long connTimeToLive, TimeUnit tunit) 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