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:
java.io.Closeable,java.lang.AutoCloseable,HttpConnection,HttpInetConnection,HttpServerConnection
@Deprecated public class DefaultHttpServerConnection extends SocketHttpServerConnection
Deprecated.(4.3) useDefaultBHttpServerConnectionDefault implementation of a server-side HTTP connection.- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description DefaultHttpServerConnection()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidbind(java.net.Socket socket, HttpParams params)Deprecated.-
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
-
-
-
-
Method Detail
-
bind
public void bind(java.net.Socket socket, HttpParams params) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
-