Class ExtendedHttpConnection
java.lang.Object
org.apache.commons.httpclient.HttpConnection
org.globus.axis.transport.commons.ExtendedHttpConnection
public class ExtendedHttpConnection
extends org.apache.commons.httpclient.HttpConnection
-
Field Summary
Fields inherited from class org.apache.commons.httpclient.HttpConnection
isOpen
-
Constructor Summary
ConstructorsConstructorDescriptionExtendedHttpConnection
(org.apache.commons.httpclient.HostConfiguration hc, boolean staleChecking) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.commons.httpclient.HostConfiguration
protected org.apache.commons.httpclient.HttpMethodRetryHandler
protected boolean
protected void
setFromPool
(boolean fromPool) void
Methods inherited from class org.apache.commons.httpclient.HttpConnection
assertNotOpen, assertOpen, close, closeIfStale, closeSocketAndStreams, flushRequestOutputStream, getHost, getHttpConnectionManager, getLastResponseInputStream, getLocalAddress, getParams, getPort, getProtocol, getProxyHost, getProxyPort, getRequestOutputStream, getResponseInputStream, getSendBufferSize, getSocket, getSoTimeout, getVirtualHost, isLocked, isOpen, isProxied, isResponseAvailable, isResponseAvailable, isSecure, isStale, isStaleCheckingEnabled, isTransparent, open, print, print, printLine, printLine, printLine, readLine, readLine, releaseConnection, setConnectionTimeout, setHost, setHttpConnectionManager, setLastResponseInputStream, setLocalAddress, setLocked, setParams, setPort, setProtocol, setProxyHost, setProxyPort, setSendBufferSize, setSocketTimeout, setSoTimeout, setStaleCheckingEnabled, setVirtualHost, shutdownOutput, tunnelCreated, write, write, writeLine
-
Constructor Details
-
ExtendedHttpConnection
public ExtendedHttpConnection(org.apache.commons.httpclient.HostConfiguration hc, boolean staleChecking)
-
-
Method Details
-
getHostConfiguration
protected org.apache.commons.httpclient.HostConfiguration getHostConfiguration() -
setFromPool
protected void setFromPool(boolean fromPool) -
isFromPool
protected boolean isFromPool() -
getRetryHandler
protected org.apache.commons.httpclient.HttpMethodRetryHandler getRetryHandler() -
writeLine
- Overrides:
writeLine
in classorg.apache.commons.httpclient.HttpConnection
- Throws:
IOException
IllegalStateException
-