Uses of Class
org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
-
Packages that use AsyncSchemeRegistry Package Description org.apache.http.impl.nio.client Default asynchronous HTTP client implementation.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.client
Methods in org.apache.http.impl.nio.client that return AsyncSchemeRegistry Modifier and Type Method Description private AsyncSchemeRegistryDefaultAsyncRequestDirector. 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 AsyncSchemeRegistry Modifier and Type Field Description private AsyncSchemeRegistryDefaultHttpAsyncRoutePlanner. schemeRegistryDeprecated.private AsyncSchemeRegistryHttpNIOConnPool. schemeRegistryDeprecated.private AsyncSchemeRegistryPoolingClientAsyncConnectionManager. schemeRegistryDeprecated.Methods in org.apache.http.impl.nio.conn that return AsyncSchemeRegistry Modifier and Type Method Description static AsyncSchemeRegistryAsyncSchemeRegistryFactory. createDefault()Deprecated.private AsyncSchemeRegistryDefaultHttpAsyncRoutePlanner. getSchemeRegistry(org.apache.http.protocol.HttpContext context)Deprecated.private AsyncSchemeRegistryManagedClientAsyncConnectionImpl. getSchemeRegistry(org.apache.http.protocol.HttpContext context)Deprecated.AsyncSchemeRegistryPoolingClientAsyncConnectionManager. getSchemeRegistry()Deprecated.Constructors in org.apache.http.impl.nio.conn with parameters of type AsyncSchemeRegistry Constructor Description DefaultHttpAsyncRoutePlanner(AsyncSchemeRegistry schemeRegistry)Deprecated.HttpNIOConnPool(org.apache.commons.logging.Log log, org.apache.http.nio.reactor.ConnectingIOReactor ioreactor, AsyncSchemeRegistry schemeRegistry, long connTimeToLive, java.util.concurrent.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, java.util.concurrent.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 AsyncSchemeRegistryClientAsyncConnectionManager. getSchemeRegistry()Deprecated.
-