|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpServerConnection | |
---|---|
org.apache.http.impl | Default implementations for interfaces in
org.apache.http . |
org.apache.http.protocol | HTTP protocol execution framework. |
Uses of HttpServerConnection in org.apache.http.impl |
---|
Classes in org.apache.http.impl that implement HttpServerConnection | |
---|---|
class |
AbstractHttpServerConnection
Abstract server-side HTTP connection capable of transmitting and receiving data using arbitrary HttpDataReceiver and HttpDataTransmitter |
class |
DefaultHttpServerConnection
Default implementation of a server-side HTTP connection. |
class |
SocketHttpServerConnection
Implementation of a server-side HTTP connection that can be bound to a network Socket in order to receive and transmit data. |
Uses of HttpServerConnection in org.apache.http.protocol |
---|
Methods in org.apache.http.protocol with parameters of type HttpServerConnection | |
---|---|
void |
HttpService.handleRequest(HttpServerConnection conn,
HttpContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |