Package | Description |
---|---|
org.apache.http.impl.nio.pool |
Default implementations of client side connection pools
for asynchronous, even driven communication.
|
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–2022 The Apache Software Foundation. All rights reserved.