| Package | Description |
|---|---|
| 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 | Method | Description |
|---|---|---|
ServerBootstrap |
ServerBootstrap.setHandlerMapper(HttpRequestHandlerMapper handlerMapper) |
Assigns
HttpRequestHandlerMapper instance. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
UriHttpRequestHandlerMapper |
Maintains a map of HTTP request handlers keyed by a request URI pattern.
|
| Constructor | Description |
|---|---|
HttpService(HttpProcessor processor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpRequestHandlerMapper handlerMapper) |
Create a new HTTP service.
|
HttpService(HttpProcessor processor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpRequestHandlerMapper handlerMapper,
HttpExpectationVerifier expectationVerifier) |
Create a new HTTP service.
|
HttpService(HttpProcessor processor,
HttpRequestHandlerMapper handlerMapper) |
Create a new HTTP service.
|