|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpExpectationVerifier | |
---|---|
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. |
Uses of HttpExpectationVerifier in org.apache.http.impl.bootstrap |
---|
Methods in org.apache.http.impl.bootstrap with parameters of type HttpExpectationVerifier | |
---|---|
ServerBootstrap |
ServerBootstrap.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
Assigns HttpExpectationVerifier instance. |
Uses of HttpExpectationVerifier in org.apache.http.protocol |
---|
Methods in org.apache.http.protocol with parameters of type HttpExpectationVerifier | |
---|---|
void |
HttpService.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)
Deprecated. (4.1) set HttpExpectationVerifier using constructor |
Constructors in org.apache.http.protocol with parameters of type HttpExpectationVerifier | |
---|---|
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)
Deprecated. (4.3) use HttpService.HttpService(HttpProcessor, ConnectionReuseStrategy,
HttpResponseFactory, HttpRequestHandlerMapper, HttpExpectationVerifier) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |