Uses of Class
org.apache.http.HttpHost
Packages that use HttpHost
Package
Description
Core HTTP component APIs and primitives.
Default implementations of client side connection pools
for asynchronous, even driven communication.
Default implementations of client side connection pools
for synchronous, blocking communication.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
TLS/SSL support for asynchronous, event driven communication.
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 HttpHostConstructors in org.apache.http with parameters of type HttpHost -
Uses of HttpHost in org.apache.http.impl.nio.pool
Methods in org.apache.http.impl.nio.pool with parameters of type HttpHostModifier and TypeMethodDescriptionprotected BasicNIOPoolEntry
BasicNIOConnPool.createEntry
(HttpHost host, NHttpClientConnection conn) BasicNIOConnPool.lease
(HttpHost route, Object state, FutureCallback<BasicNIOPoolEntry> callback) BasicNIOConnPool.BasicAddressResolver.resolveLocalAddress
(HttpHost host) protected SocketAddress
BasicNIOConnPool.resolveLocalAddress
(HttpHost host) Deprecated.BasicNIOConnPool.BasicAddressResolver.resolveRemoteAddress
(HttpHost host) protected SocketAddress
BasicNIOConnPool.resolveRemoteAddress
(HttpHost host) Deprecated.(4.3) useSocketAddressResolver
Constructors in org.apache.http.impl.nio.pool with parameters of type HttpHostModifierConstructorDescriptionBasicNIOPoolEntry
(String id, HttpHost route, NHttpClientConnection conn) Constructor parameters in org.apache.http.impl.nio.pool with type arguments of type HttpHostModifierConstructorDescriptionBasicNIOConnPool
(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 HttpHostModifier and TypeMethodDescriptionprotected BasicPoolEntry
BasicConnPool.createEntry
(HttpHost host, HttpClientConnection conn) Constructors in org.apache.http.impl.pool with parameters of type HttpHostModifierConstructorDescriptionBasicPoolEntry
(String id, HttpHost route, HttpClientConnection conn) Constructor parameters in org.apache.http.impl.pool with type arguments of type HttpHostModifierConstructorDescriptionBasicConnPool
(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 HttpHostModifier and TypeClassDescription(package private) class
HttpAsyncRequester.ConnPipelinedRequestCallback<T,
E extends PoolEntry<HttpHost, NHttpClientConnection>> (package private) class
(package private) class
Fields in org.apache.http.nio.protocol declared as HttpHostFields in org.apache.http.nio.protocol with type parameters of type HttpHostModifier and TypeFieldDescriptionHttpAsyncRequester.ConnPipelinedRequestCallback.connPool
HttpAsyncRequester.ConnRequestCallback.connPool
HttpAsyncRequester.RequestExecutionCallback.connPool
Methods in org.apache.http.nio.protocol with type parameters of type HttpHostModifier and TypeMethodDescription<T,
E extends PoolEntry<HttpHost, NHttpClientConnection>>
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>>
Future<T> HttpAsyncRequester.execute
(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost, E> connPool) Initiates asynchronous HTTP request execution.<T,
E extends PoolEntry<HttpHost, NHttpClientConnection>>
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>>
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>>
Future<List<T>> HttpAsyncRequester.executePipelined
(List<HttpAsyncRequestProducer> requestProducers, List<HttpAsyncResponseConsumer<T>> responseConsumers, E poolEntry, ConnPool<HttpHost, E> connPool, HttpContext context, FutureCallback<List<T>> callback) Initiates asynchronous pipelined HTTP request execution.<T,
E extends PoolEntry<HttpHost, NHttpClientConnection>>
Future<List<T>> HttpAsyncRequester.executePipelined
(HttpHost target, List<? extends HttpAsyncRequestProducer> requestProducers, List<? extends HttpAsyncResponseConsumer<T>> responseConsumers, ConnPool<HttpHost, E> connPool, HttpContext context, FutureCallback<List<T>> callback) Initiates asynchronous pipelined HTTP request execution.Methods in org.apache.http.nio.protocol that return HttpHostModifier and TypeMethodDescriptionBasicAsyncRequestExecutionHandler.getTarget()
Deprecated.BasicAsyncRequestProducer.getTarget()
HttpAsyncRequestProducer.getTarget()
Invoked to obtain the request target host.Methods in org.apache.http.nio.protocol with parameters of type HttpHostModifier and TypeMethodDescription<T,
E extends PoolEntry<HttpHost, NHttpClientConnection>>
Future<List<T>> HttpAsyncRequester.executePipelined
(HttpHost target, List<? extends HttpAsyncRequestProducer> requestProducers, List<? extends HttpAsyncResponseConsumer<T>> responseConsumers, ConnPool<HttpHost, E> connPool, HttpContext context, FutureCallback<List<T>> callback) Initiates asynchronous pipelined HTTP request execution.Method parameters in org.apache.http.nio.protocol with type arguments of type HttpHostModifier and TypeMethodDescription<T,
E extends PoolEntry<HttpHost, NHttpClientConnection>>
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>>
Future<T> HttpAsyncRequester.execute
(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost, E> connPool) Initiates asynchronous HTTP request execution.<T,
E extends PoolEntry<HttpHost, NHttpClientConnection>>
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>>
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>>
Future<List<T>> HttpAsyncRequester.executePipelined
(List<HttpAsyncRequestProducer> requestProducers, List<HttpAsyncResponseConsumer<T>> responseConsumers, E poolEntry, ConnPool<HttpHost, E> connPool, HttpContext context, FutureCallback<List<T>> callback) Initiates asynchronous pipelined HTTP request execution.<T,
E extends PoolEntry<HttpHost, NHttpClientConnection>>
Future<List<T>> HttpAsyncRequester.executePipelined
(HttpHost target, List<? extends HttpAsyncRequestProducer> requestProducers, List<? extends HttpAsyncResponseConsumer<T>> responseConsumers, ConnPool<HttpHost, E> connPool, HttpContext context, FutureCallback<List<T>> callback) Initiates asynchronous pipelined HTTP request execution.Constructors in org.apache.http.nio.protocol with parameters of type HttpHostModifierConstructorDescriptionprotected
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 HttpHostModifierConstructorDescription(package private)
ConnPipelinedRequestCallback
(BasicFuture<List<T>> requestFuture, List<? extends HttpAsyncRequestProducer> requestProducers, List<? extends HttpAsyncResponseConsumer<T>> responseConsumers, ConnPool<HttpHost, E> connPool, HttpContext context) (package private)
ConnRequestCallback
(BasicFuture<T> requestFuture, HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost, E> connPool, HttpContext context) (package private)
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 HttpHostModifierConstructorDescriptionSSLIOSession
(IOSession session, SSLMode sslMode, HttpHost host, SSLContext sslContext, SSLSetupHandler handler) Creates new instance ofSSLIOSession
class.SSLIOSession
(IOSession session, SSLMode sslMode, HttpHost host, 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 HttpHostMethods in org.apache.http.protocol with parameters of type HttpHost
SocketAddressResolver