public class ConnectionPool extends Object
Constructor and Description |
---|
ConnectionPool() |
Modifier and Type | Method and Description |
---|---|
void |
forget(org.apache.http.nio.NHttpClientConnection conn) |
org.apache.http.nio.NHttpClientConnection |
getConnection(org.apache.http.conn.routing.HttpRoute route) |
List<org.apache.http.nio.NHttpClientConnection> |
getSslConnectionsList(Set<String> hostList)
Returns SSL Connections List for the given list host:port combinations
|
void |
release(org.apache.http.nio.NHttpClientConnection conn) |
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.