HomeSort by relevance Sort by last modified time
    Searched refs:ManagedClientConnection (Results 1 - 25 of 39) sorted by null

1 2

  /external/apache-http/src/org/apache/http/conn/
ClientConnectionRequest.java 37 * Encapsulates a request for a {@link ManagedClientConnection}.
69 ManagedClientConnection getConnection(long timeout, TimeUnit tunit)
BasicEofSensorWatcher.java 58 protected ManagedClientConnection managedConn;
71 public BasicEofSensorWatcher(ManagedClientConnection conn,
ClientConnectionManager.java 41 * Management interface for {@link ManagedClientConnection client connections}.
72 * {@link ManagedClientConnection} can be obtained or the request can be
95 void releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit)
BasicManagedEntity.java 42 * An entity that releases a {@link ManagedClientConnection connection}.
43 * A {@link ManagedClientConnection} will
64 protected ManagedClientConnection managedConn;
81 ManagedClientConnection conn,
ManagedClientConnection.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/ManagedClientConnection.java $
66 public interface ManagedClientConnection extends
266 } // interface ManagedClientConnection
  /external/apache-http/src/org/apache/http/impl/client/
DefaultUserTokenHandler.java 42 import org.apache.http.conn.ManagedClientConnection;
70 ManagedClientConnection conn = (ManagedClientConnection) context.getAttribute(
DefaultRequestDirector.java 80 import org.apache.http.conn.ManagedClientConnection;
157 protected ManagedClientConnection managedConn;
    [all...]
  /external/apache-http/src/org/apache/http/client/methods/
AbortableHttpRequest.java 40 import org.apache.http.conn.ManagedClientConnection;
74 * Typically, this will be the {@link ManagedClientConnection} itself.
  /external/apache-http/src/org/apache/http/client/protocol/
RequestAddCookies.java 51 import org.apache.http.conn.ManagedClientConnection;
116 ManagedClientConnection conn = (ManagedClientConnection) context.getAttribute(
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ThreadSafeClientConnManager.java 46 import org.apache.http.conn.ManagedClientConnection;
169 public ManagedClientConnection getConnection(
203 public void releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit) {
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 44 import org.apache.http.conn.ManagedClientConnection;
193 public ManagedClientConnection getConnection(
212 public ManagedClientConnection getConnection(HttpRoute route, Object state) {
278 public void releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit) {
AbstractClientConnAdapter.java 49 import org.apache.http.conn.ManagedClientConnection;
55 * {@link ManagedClientConnection managed} client connections.
86 implements ManagedClientConnection {
323 // non-javadoc, see interface ManagedClientConnection
330 // non-javadoc, see interface ManagedClientConnection
345 // non-javadoc, see interface ManagedClientConnection
350 // non-javadoc, see interface ManagedClientConnection
355 // non-javadoc, see interface ManagedClientConnection
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 154 protected ManagedClientConnection managedConn;
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 824 milliseconds

1 2