|
||||||||||
| 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 and synchronous HTTP protocol handlers based on the blocking I/O model. |
| Uses of HttpServerConnection in org.apache.http.impl |
|---|
| Classes in org.apache.http.impl that implement HttpServerConnection | |
|---|---|
class |
AbstractHttpServerConnection
Deprecated. (4.3) use DefaultBHttpServerConnection |
class |
DefaultBHttpServerConnection
Default implementation of HttpServerConnection. |
class |
DefaultHttpServerConnection
Deprecated. (4.3) use DefaultBHttpServerConnection |
class |
SocketHttpServerConnection
Deprecated. (4.3) use DefaultBHttpServerConnection |
| 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)
Handles receives one HTTP request over the given connection within the given execution context and sends a response back to the client. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||