Package | Description |
---|---|
org.apache.http.nio.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
|
org.apache.http.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for synchronous, blocking communication.
|
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,
HttpRequestHandlerMapper handlerMapper,
HttpExpectationVerifier expectationVerifier)
Create a new HTTP service.
|
HttpService(HttpProcessor processor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpRequestHandlerResolver handlerResolver,
HttpExpectationVerifier expectationVerifier,
HttpParams params)
|
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.