public interface RequestPostProcessor
HttpRequestBase instance after it has been built
by HttpRequestBuilders or its subclass HttpMultipartRequestBuilders.
Implementations of this interface can be provided to
HttpRequestBuilders.with(RequestPostProcessor) at the time
when a request is about to be performed.| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.http.HttpRequest |
postProcessRequest(org.apache.http.HttpRequest request)
Post-factory the given
HttpRequestBase after its creation
and initialization through a HttpRequestBuilders. |
org.apache.http.HttpRequest postProcessRequest(org.apache.http.HttpRequest request)
HttpRequestBase after its creation
and initialization through a HttpRequestBuilders.request - the request to initializeCopyright © 2016. All rights reserved.