Package | Description |
---|---|
org.apache.http.impl.nio.pool |
Basic implementations for interfaces in
org.apache.http.nio.pool . |
Modifier and Type | Method and Description |
---|---|
protected BasicNIOPoolEntry |
BasicNIOConnPool.createEntry(HttpHost host,
NHttpClientConnection conn) |
Modifier and Type | Method and Description |
---|---|
Future<BasicNIOPoolEntry> |
BasicNIOConnPool.lease(HttpHost route,
Object state) |
Future<BasicNIOPoolEntry> |
BasicNIOConnPool.lease(HttpHost route,
Object state,
FutureCallback<BasicNIOPoolEntry> callback) |
Modifier and Type | Method and Description |
---|---|
Future<BasicNIOPoolEntry> |
BasicNIOConnPool.lease(HttpHost route,
Object state,
FutureCallback<BasicNIOPoolEntry> callback) |
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.