|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.impl.nio.pool.PoolEntry<T>
public abstract class PoolEntry<T>
| Constructor Summary | |
|---|---|
PoolEntry(T route,
org.apache.http.nio.reactor.IOSession session,
long timeToLive,
TimeUnit tunit)
|
|
| Method Summary | |
|---|---|
long |
getCreated()
|
long |
getExpiry()
|
protected org.apache.http.nio.reactor.IOSession |
getIOSession()
|
protected T |
getRoute()
|
protected Object |
getState()
|
long |
getUpdated()
|
long |
getValidUnit()
|
boolean |
isExpired(long now)
|
protected void |
setState(Object state)
|
String |
toString()
|
void |
updateExpiry(long time,
TimeUnit tunit)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PoolEntry(T route,
org.apache.http.nio.reactor.IOSession session,
long timeToLive,
TimeUnit tunit)
| Method Detail |
|---|
protected T getRoute()
protected org.apache.http.nio.reactor.IOSession getIOSession()
public long getCreated()
public long getValidUnit()
protected Object getState()
protected void setState(Object state)
public long getUpdated()
public long getExpiry()
public void updateExpiry(long time,
TimeUnit tunit)
public boolean isExpired(long now)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||