Package org.apache.http.impl
Class DefaultHttpServerConnection
java.lang.Object
org.apache.http.impl.AbstractHttpServerConnection
org.apache.http.impl.SocketHttpServerConnection
org.apache.http.impl.DefaultHttpServerConnection
- All Implemented Interfaces:
Closeable
,AutoCloseable
,HttpConnection
,HttpInetConnection
,HttpServerConnection
Deprecated.
Default implementation of a server-side HTTP connection.
- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.http.impl.SocketHttpServerConnection
close, getLocalAddress, getLocalPort, getRemoteAddress, getRemotePort, getSocketTimeout, isOpen, setSocketTimeout, shutdown, toString
Methods inherited from class org.apache.http.impl.AbstractHttpServerConnection
flush, getMetrics, isStale, receiveRequestEntity, receiveRequestHeader, sendResponseEntity, sendResponseHeader
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.http.HttpConnection
getMetrics, isStale
-
Constructor Details
-
DefaultHttpServerConnection
public DefaultHttpServerConnection()Deprecated.
-
-
Method Details
-
bind
Deprecated.- Throws:
IOException
-
DefaultBHttpServerConnection