Package | Description |
---|---|
org.apache.http.nio.protocol |
Non-blocking HTTP protocol execution framework.
|
org.apache.http.protocol |
HTTP protocol execution framework.
|
Modifier and Type | Field and Description |
---|---|
protected HttpExpectationVerifier |
AsyncNHttpServiceHandler.expectationVerifier |
protected HttpExpectationVerifier |
ThrottlingHttpServiceHandler.expectationVerifier |
protected HttpExpectationVerifier |
NHttpServiceHandlerBase.expectationVerifier
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncNHttpServiceHandler.setExpectationVerifier(HttpExpectationVerifier expectationVerifier) |
void |
BufferingHttpServiceHandler.setExpectationVerifier(HttpExpectationVerifier expectationVerifier) |
void |
ThrottlingHttpServiceHandler.setExpectationVerifier(HttpExpectationVerifier expectationVerifier) |
void |
NHttpServiceHandlerBase.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpService.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
Deprecated.
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-2012 The Apache Software Foundation. All Rights Reserved.