Uses of Class
org.apache.commons.httpclient.HttpConnection

Packages that use HttpConnection
org.archive.httpclient Provides specializations on apache jakarta commons httpclient
 

Uses of HttpConnection in org.archive.httpclient
 

Methods in org.archive.httpclient that return HttpConnection
 HttpConnection SingleHttpConnectionManager.getConnection(org.apache.commons.httpclient.HostConfiguration hostConfiguration, long timeout)
           
 

Methods in org.archive.httpclient with parameters of type HttpConnection
protected  void HttpRecorderGetMethod.readResponseBody(org.apache.commons.httpclient.HttpState state, HttpConnection connection)
           
protected  boolean HttpRecorderGetMethod.shouldCloseConnection(HttpConnection conn)
           
 int HttpRecorderGetMethod.execute(org.apache.commons.httpclient.HttpState state, HttpConnection conn)
           
protected  void HttpRecorderPostMethod.readResponseBody(org.apache.commons.httpclient.HttpState state, HttpConnection connection)
           
protected  boolean HttpRecorderPostMethod.shouldCloseConnection(HttpConnection conn)
           
 int HttpRecorderPostMethod.execute(org.apache.commons.httpclient.HttpState state, HttpConnection conn)
           
 void SingleHttpConnectionManager.releaseConnection(HttpConnection conn)
           
(package private) static void SingleHttpConnectionManager.finishLast(HttpConnection conn)
           
 



Copyright © 2003-2004 Internet Archive. All Rights Reserved.