Uses of Interface
org.apache.http.HttpServerConnection
-
Packages that use HttpServerConnection Package Description org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication.org.apache.http.protocol Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. -
-
Uses of HttpServerConnection in org.apache.http.impl
Classes in org.apache.http.impl that implement HttpServerConnection Modifier and Type Class Description class
AbstractHttpServerConnection
Deprecated.(4.3) useDefaultBHttpServerConnection
class
DefaultBHttpServerConnection
Default implementation ofHttpServerConnection
.class
DefaultHttpServerConnection
Deprecated.(4.3) useDefaultBHttpServerConnection
class
SocketHttpServerConnection
Deprecated.Do not use. -
Uses of HttpServerConnection in org.apache.http.protocol
Methods in org.apache.http.protocol with parameters of type HttpServerConnection Modifier and Type Method Description void
HttpService. handleRequest(HttpServerConnection conn, HttpContext context)
Handles receives one HTTP request over the given connection within the given execution context and sends a response back to the client.
-