Package | Description |
---|---|
org.apache.http.nio.protocol |
Asynchronous HTTP protocol handlers based on the non-blocking I/O model.
|
org.apache.http.protocol |
HTTP protocol execution framework and synchronous HTTP protocol handlers
based on the blocking I/O model.
|
Modifier and Type | Field and Description |
---|---|
protected HttpExpectationVerifier |
ThrottlingHttpServiceHandler.expectationVerifier
Deprecated.
|
protected HttpExpectationVerifier |
AsyncNHttpServiceHandler.expectationVerifier
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ThrottlingHttpServiceHandler.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
Deprecated.
|
void |
AsyncNHttpServiceHandler.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
Deprecated.
|
void |
BufferingHttpServiceHandler.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpService.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
Deprecated.
(4.1) set
HttpExpectationVerifier using constructor |
Constructor and Description |
---|
HttpService(HttpProcessor processor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpRequestHandlerResolver handlerResolver,
HttpExpectationVerifier expectationVerifier,
HttpParams params)
Create a new HTTP service.
|
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.