private static class ConnectionPool.ConnectionEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) ExtendedHttpConnection |
connection |
(package private) long |
timeAdded |
Constructor and Description |
---|
ConnectionEntry(ExtendedHttpConnection conn) |
Modifier and Type | Method and Description |
---|---|
ExtendedHttpConnection |
getConnection() |
long |
getTimeAdded() |
ExtendedHttpConnection connection
long timeAdded
public ConnectionEntry(ExtendedHttpConnection conn)
public ExtendedHttpConnection getConnection()
public long getTimeAdded()