| 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.setExpectationVerifier(HttpExpectationVerifier expectationVerifier) |
Assigns
HttpExpectationVerifier instance. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
HttpService.setExpectationVerifier(HttpExpectationVerifier expectationVerifier) |
Deprecated.
(4.1) set
HttpExpectationVerifier using constructor |
| Constructor | Description |
|---|---|
HttpService(HttpProcessor processor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpRequestHandlerMapper handlerMapper,
HttpExpectationVerifier expectationVerifier) |
Create a new HTTP service.
|
HttpService(HttpProcessor processor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpRequestHandlerResolver handlerResolver,
HttpExpectationVerifier expectationVerifier,
HttpParams params) |