Uses of Class
org.apache.http.HttpHost
-
Packages that use HttpHost Package Description org.apache.http Core HTTP component APIs and primitives.org.apache.http.impl.nio.pool Default implementations of client side connection pools for asynchronous, even driven communication.org.apache.http.impl.pool Default implementations of client side connection pools for synchronous, blocking communication.org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication.org.apache.http.nio.reactor.ssl TLS/SSL support for asynchronous, event driven communication.org.apache.http.protocol Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. -
-
Uses of HttpHost in org.apache.http
Methods in org.apache.http that return HttpHost Modifier and Type Method Description static HttpHost
HttpHost. create(java.lang.String s)
CreatesHttpHost
instance from string.Constructors in org.apache.http with parameters of type HttpHost Constructor Description HttpHost(HttpHost httphost)
Copy constructor forHttpHost
. -
Uses of HttpHost in org.apache.http.impl.nio.pool
Methods in org.apache.http.impl.nio.pool with parameters of type HttpHost Modifier and Type Method Description NHttpClientConnection
BasicNIOConnFactory. create(HttpHost route, IOSession session)
protected BasicNIOPoolEntry
BasicNIOConnPool. createEntry(HttpHost host, NHttpClientConnection conn)
java.util.concurrent.Future<BasicNIOPoolEntry>
BasicNIOConnPool. lease(HttpHost route, java.lang.Object state)
java.util.concurrent.Future<BasicNIOPoolEntry>
BasicNIOConnPool. lease(HttpHost route, java.lang.Object state, FutureCallback<BasicNIOPoolEntry> callback)
java.net.SocketAddress
BasicNIOConnPool.BasicAddressResolver. resolveLocalAddress(HttpHost host)
protected java.net.SocketAddress
BasicNIOConnPool. resolveLocalAddress(HttpHost host)
Deprecated.(4.3) useSocketAddressResolver
java.net.SocketAddress
BasicNIOConnPool.BasicAddressResolver. resolveRemoteAddress(HttpHost host)
protected java.net.SocketAddress
BasicNIOConnPool. resolveRemoteAddress(HttpHost host)
Deprecated.(4.3) useSocketAddressResolver
Constructors in org.apache.http.impl.nio.pool with parameters of type HttpHost Constructor Description BasicNIOPoolEntry(java.lang.String id, HttpHost route, NHttpClientConnection conn)
Constructor parameters in org.apache.http.impl.nio.pool with type arguments of type HttpHost Constructor Description BasicNIOConnPool(ConnectingIOReactor ioReactor, NIOConnFactory<HttpHost,NHttpClientConnection> connFactory, int connectTimeout)
BasicNIOConnPool(ConnectingIOReactor ioReactor, NIOConnFactory<HttpHost,NHttpClientConnection> connFactory, HttpParams params)
Deprecated. -
Uses of HttpHost in org.apache.http.impl.pool
Methods in org.apache.http.impl.pool with parameters of type HttpHost Modifier and Type Method Description HttpClientConnection
BasicConnFactory. create(HttpHost host)
protected BasicPoolEntry
BasicConnPool. createEntry(HttpHost host, HttpClientConnection conn)
Constructors in org.apache.http.impl.pool with parameters of type HttpHost Constructor Description BasicPoolEntry(java.lang.String id, HttpHost route, HttpClientConnection conn)
Constructor parameters in org.apache.http.impl.pool with type arguments of type HttpHost Constructor Description BasicConnPool(ConnFactory<HttpHost,HttpClientConnection> connFactory)
-
Uses of HttpHost in org.apache.http.nio.protocol
Classes in org.apache.http.nio.protocol with type parameters of type HttpHost Modifier and Type Class Description (package private) class
HttpAsyncRequester.ConnPipelinedRequestCallback<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
(package private) class
HttpAsyncRequester.ConnRequestCallback<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
(package private) class
HttpAsyncRequester.RequestExecutionCallback<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
Fields in org.apache.http.nio.protocol declared as HttpHost Modifier and Type Field Description private HttpHost
BasicAsyncRequestProducer. target
Fields in org.apache.http.nio.protocol with type parameters of type HttpHost Modifier and Type Field Description private ConnPool<HttpHost,E>
HttpAsyncRequester.ConnPipelinedRequestCallback. connPool
private ConnPool<HttpHost,E>
HttpAsyncRequester.ConnRequestCallback. connPool
private ConnPool<HttpHost,E>
HttpAsyncRequester.RequestExecutionCallback. connPool
Methods in org.apache.http.nio.protocol with type parameters of type HttpHost Modifier and Type Method Description <T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<T>HttpAsyncRequester. execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, E poolEntry, ConnPool<HttpHost,E> connPool, HttpContext context, FutureCallback<T> callback)
Initiates asynchronous HTTP request execution.<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<T>HttpAsyncRequester. execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost,E> connPool)
Initiates asynchronous HTTP request execution.<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<T>HttpAsyncRequester. execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost,E> connPool, HttpContext context)
Initiates asynchronous HTTP request execution.<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<T>HttpAsyncRequester. execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost,E> connPool, HttpContext context, FutureCallback<T> callback)
Initiates asynchronous HTTP request execution.<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<java.util.List<T>>HttpAsyncRequester. executePipelined(java.util.List<HttpAsyncRequestProducer> requestProducers, java.util.List<HttpAsyncResponseConsumer<T>> responseConsumers, E poolEntry, ConnPool<HttpHost,E> connPool, HttpContext context, FutureCallback<java.util.List<T>> callback)
Initiates asynchronous pipelined HTTP request execution.<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<java.util.List<T>>HttpAsyncRequester. executePipelined(HttpHost target, java.util.List<? extends HttpAsyncRequestProducer> requestProducers, java.util.List<? extends HttpAsyncResponseConsumer<T>> responseConsumers, ConnPool<HttpHost,E> connPool, HttpContext context, FutureCallback<java.util.List<T>> callback)
Initiates asynchronous pipelined HTTP request execution.Methods in org.apache.http.nio.protocol that return HttpHost Modifier and Type Method Description HttpHost
BasicAsyncRequestExecutionHandler. getTarget()
Deprecated.HttpHost
BasicAsyncRequestProducer. getTarget()
HttpHost
HttpAsyncRequestProducer. getTarget()
Invoked to obtain the request target host.Methods in org.apache.http.nio.protocol with parameters of type HttpHost Modifier and Type Method Description <T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<java.util.List<T>>HttpAsyncRequester. executePipelined(HttpHost target, java.util.List<? extends HttpAsyncRequestProducer> requestProducers, java.util.List<? extends HttpAsyncResponseConsumer<T>> responseConsumers, ConnPool<HttpHost,E> connPool, HttpContext context, FutureCallback<java.util.List<T>> callback)
Initiates asynchronous pipelined HTTP request execution.Method parameters in org.apache.http.nio.protocol with type arguments of type HttpHost Modifier and Type Method Description <T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<T>HttpAsyncRequester. execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, E poolEntry, ConnPool<HttpHost,E> connPool, HttpContext context, FutureCallback<T> callback)
Initiates asynchronous HTTP request execution.<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<T>HttpAsyncRequester. execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost,E> connPool)
Initiates asynchronous HTTP request execution.<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<T>HttpAsyncRequester. execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost,E> connPool, HttpContext context)
Initiates asynchronous HTTP request execution.<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<T>HttpAsyncRequester. execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost,E> connPool, HttpContext context, FutureCallback<T> callback)
Initiates asynchronous HTTP request execution.<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<java.util.List<T>>HttpAsyncRequester. executePipelined(java.util.List<HttpAsyncRequestProducer> requestProducers, java.util.List<HttpAsyncResponseConsumer<T>> responseConsumers, E poolEntry, ConnPool<HttpHost,E> connPool, HttpContext context, FutureCallback<java.util.List<T>> callback)
Initiates asynchronous pipelined HTTP request execution.<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<java.util.List<T>>HttpAsyncRequester. executePipelined(HttpHost target, java.util.List<? extends HttpAsyncRequestProducer> requestProducers, java.util.List<? extends HttpAsyncResponseConsumer<T>> responseConsumers, ConnPool<HttpHost,E> connPool, HttpContext context, FutureCallback<java.util.List<T>> callback)
Initiates asynchronous pipelined HTTP request execution.Constructors in org.apache.http.nio.protocol with parameters of type HttpHost Constructor Description BasicAsyncRequestProducer(HttpHost target, HttpEntityEnclosingRequest request, HttpAsyncContentProducer producer)
Creates a producer that can be used to transmit the given request message.BasicAsyncRequestProducer(HttpHost target, HttpRequest request)
Creates a producer that can be used to transmit the given request message.Constructor parameters in org.apache.http.nio.protocol with type arguments of type HttpHost Constructor Description ConnPipelinedRequestCallback(BasicFuture<java.util.List<T>> requestFuture, java.util.List<? extends HttpAsyncRequestProducer> requestProducers, java.util.List<? extends HttpAsyncResponseConsumer<T>> responseConsumers, ConnPool<HttpHost,E> connPool, HttpContext context)
ConnRequestCallback(BasicFuture<T> requestFuture, HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost,E> connPool, HttpContext context)
RequestExecutionCallback(BasicFuture<T> future, E poolEntry, ConnPool<HttpHost,E> connPool)
-
Uses of HttpHost in org.apache.http.nio.reactor.ssl
Constructors in org.apache.http.nio.reactor.ssl with parameters of type HttpHost Constructor Description SSLIOSession(IOSession session, SSLMode sslMode, HttpHost host, javax.net.ssl.SSLContext sslContext, SSLSetupHandler handler)
Creates new instance ofSSLIOSession
class.SSLIOSession(IOSession session, SSLMode sslMode, HttpHost host, javax.net.ssl.SSLContext sslContext, SSLSetupHandler handler, SSLBufferManagementStrategy bufferManagementStrategy)
Creates new instance ofSSLIOSession
class. -
Uses of HttpHost in org.apache.http.protocol
Methods in org.apache.http.protocol that return HttpHost Modifier and Type Method Description HttpHost
HttpCoreContext. getTargetHost()
Methods in org.apache.http.protocol with parameters of type HttpHost Modifier and Type Method Description void
HttpCoreContext. setTargetHost(HttpHost host)
-