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.pool Default implementations of client side connection pools for synchronous, blocking 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.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.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)
-