Package | Description |
---|---|
org.apache.http.impl |
Default implementations of HTTP connections for synchronous,
blocking communication.
|
org.apache.http.impl.bootstrap |
Embedded server and server bootstrap.
|
org.apache.http.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for synchronous, blocking communication.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpServerConnection
Deprecated.
(4.3) use
DefaultBHttpServerConnection |
class |
DefaultBHttpServerConnection
Default implementation of
HttpServerConnection . |
class |
DefaultHttpServerConnection
Deprecated.
(4.3) use
DefaultBHttpServerConnection |
class |
SocketHttpServerConnection
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HttpServerConnection |
Worker.getConnection() |
Constructor and Description |
---|
Worker(HttpService httpservice,
HttpServerConnection conn,
ExceptionLogger exceptionLogger) |
Constructor and Description |
---|
RequestListener(SocketConfig socketConfig,
java.net.ServerSocket serversocket,
HttpService httpService,
HttpConnectionFactory<? extends HttpServerConnection> connectionFactory,
ExceptionLogger exceptionLogger,
java.util.concurrent.ExecutorService executorService) |
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.
|