Package | Description |
---|---|
org.apache.http |
Core HTTP components based on the blocking I/O model.
|
org.apache.http.impl.pool |
Basic implementations for interfaces in
org.apache.http.pool . |
Constructor and Description |
---|
HttpHost(HttpHost httphost)
Copy constructor for
HttpHost . |
Modifier and Type | Method and Description |
---|---|
HttpClientConnection |
BasicConnFactory.create(HttpHost host) |
protected BasicPoolEntry |
BasicConnPool.createEntry(HttpHost host,
HttpClientConnection conn) |
Constructor and Description |
---|
BasicPoolEntry(String id,
HttpHost route,
HttpClientConnection conn) |
Constructor and Description |
---|
BasicConnPool(ConnFactory<HttpHost,HttpClientConnection> connFactory) |
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.