public class ExtendedHttpConnection
extends org.apache.commons.httpclient.HttpConnection
Constructor and Description |
---|
ExtendedHttpConnection(org.apache.commons.httpclient.HostConfiguration hc,
boolean staleChecking) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.httpclient.HostConfiguration |
getHostConfiguration() |
protected org.apache.commons.httpclient.HttpMethodRetryHandler |
getRetryHandler() |
protected boolean |
isFromPool() |
protected void |
setFromPool(boolean fromPool) |
void |
writeLine() |
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
public ExtendedHttpConnection(org.apache.commons.httpclient.HostConfiguration hc, boolean staleChecking)
protected org.apache.commons.httpclient.HostConfiguration getHostConfiguration()
protected void setFromPool(boolean fromPool)
protected boolean isFromPool()
protected org.apache.commons.httpclient.HttpMethodRetryHandler getRetryHandler()
public void writeLine() throws IOException, IllegalStateException
writeLine
in class org.apache.commons.httpclient.HttpConnection
IOException
IllegalStateException
Copyright © 2016. All rights reserved.