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 |
---|---|
protected void |
BasicNIOConnPool.onLease(BasicNIOPoolEntry entry) |
protected void |
BasicNIOConnPool.onRelease(BasicNIOPoolEntry entry) |
Modifier and Type | Method and Description |
---|---|
Future<BasicNIOPoolEntry> |
BasicNIOConnPool.lease(HttpHost route,
Object state,
FutureCallback<BasicNIOPoolEntry> callback) |
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.