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 synchronous, blocking 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.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.protocol
Methods in org.apache.http.protocol that return HttpHostMethods in org.apache.http.protocol with parameters of type HttpHost