Package | Description |
---|---|
org.apache.http.nio.pool |
Client side connection pools APIs for asynchronous, event driven
communication.
|
org.apache.http.pool |
Client side connection pools APIs for synchronous, blocking
communication.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractNIOConnPool.enumAvailable(PoolEntryCallback<T,C> callback)
Enumerates all available connections.
|
protected void |
AbstractNIOConnPool.enumEntries(Iterator<E> it,
PoolEntryCallback<T,C> callback)
Deprecated.
(4.3.2)
|
protected void |
AbstractNIOConnPool.enumLeased(PoolEntryCallback<T,C> callback)
Enumerates all leased connections.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractConnPool.enumAvailable(PoolEntryCallback<T,C> callback)
Enumerates all available connections.
|
protected void |
AbstractConnPool.enumLeased(PoolEntryCallback<T,C> callback)
Enumerates all leased connections.
|
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.