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
-
-
Constructor Summary
Constructors Constructor Description ExtendedHttpConnection(org.apache.commons.httpclient.HostConfiguration hc, boolean staleChecking)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.commons.httpclient.HostConfigurationgetHostConfiguration()protected org.apache.commons.httpclient.HttpMethodRetryHandlergetRetryHandler()protected booleanisFromPool()protected voidsetFromPool(boolean fromPool)voidwriteLine()-
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
-
-
-
-
Method Detail
-
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
public void writeLine() throws java.io.IOException, java.lang.IllegalStateException- Overrides:
writeLinein classorg.apache.commons.httpclient.HttpConnection- Throws:
java.io.IOExceptionjava.lang.IllegalStateException
-
-