|
Lines 725-731
public class MultiThreadedHttpConnection
|
Link Here
|
|---|
|
private static class ConnectionSource { | private static class ConnectionSource { |
| |
/** The connection pool that created the connection */ | /** The connection pool that created the connection */ |
public ConnectionPool connectionPool; |
public org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.ConnectionPool connectionPool; |
| |
/** The connection's host configuration */ | /** The connection's host configuration */ |
public HostConfiguration hostConfiguration; | public HostConfiguration hostConfiguration; |