|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.AbstractHttpClientConnection
org.apache.http.impl.SocketHttpClientConnection
org.apache.http.impl.DefaultHttpClientConnection
Default implementation of a client-side HTTP connection.
Field Summary |
Fields inherited from class org.apache.http.impl.SocketHttpClientConnection |
open, socket |
Constructor Summary | |
DefaultHttpClientConnection()
|
Method Summary | |
void |
bind(java.net.Socket socket,
HttpParams params)
|
java.lang.String |
toString()
|
Methods inherited from class org.apache.http.impl.SocketHttpClientConnection |
assertNotOpen, assertOpen, close, getLocalAddress, getLocalPort, getRemoteAddress, getRemotePort, getSocketTimeout, isOpen, setSocketTimeout, shutdown |
Methods inherited from class org.apache.http.impl.AbstractHttpClientConnection |
doFlush, flush, isResponseAvailable, isStale, readResponseHeaders, readResponseStatusLine, receiveResponseEntity, receiveResponseHeader, sendRequestEntity, sendRequestHeader, sendRequestHeaders, sendRequestLine, setHttpDataReceiver, setHttpDataTransmitter, setMaxHeaderCount, setResponseFactory, startsWithHTTP |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.http.HttpConnection |
isStale |
Constructor Detail |
public DefaultHttpClientConnection()
Method Detail |
public void bind(java.net.Socket socket, HttpParams params) throws java.io.IOException
bind
in class SocketHttpClientConnection
java.io.IOException
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |