Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpServerConnection
Abstract server-side HTTP connection capable of transmitting and receiving
data using arbitrary
SessionInputBuffer and
SessionOutputBuffer implementations. |
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.
|
Modifier and Type | Method and 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.
|
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.