org.apache.http.impl.pool
Class BasicPoolEntry

java.lang.Object
  extended by org.apache.http.pool.PoolEntry<HttpHost,HttpClientConnection>
      extended by org.apache.http.impl.pool.BasicPoolEntry

@ThreadSafe
public class BasicPoolEntry
extends PoolEntry<HttpHost,HttpClientConnection>

Since:
4.2

Constructor Summary
BasicPoolEntry(String id, HttpHost route, HttpClientConnection conn)
           
 
Method Summary
 void close()
           
 boolean isClosed()
           
 
Methods inherited from class org.apache.http.pool.PoolEntry
getConnection, getCreated, getExpiry, getId, getRoute, getState, getUpdated, getValidUnit, isExpired, setState, toString, updateExpiry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicPoolEntry

public BasicPoolEntry(String id,
                      HttpHost route,
                      HttpClientConnection conn)
Method Detail

close

public void close()
Specified by:
close in class PoolEntry<HttpHost,HttpClientConnection>

isClosed

public boolean isClosed()
Specified by:
isClosed in class PoolEntry<HttpHost,HttpClientConnection>


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.