public abstract class AbstractHttpClient extends Object implements HttpClient
Constructor and Description |
---|
AbstractHttpClient() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.client.methods.HttpUriRequest |
createHttpUriRequest(Request request)
Creates a new
HttpUriRequest populated from the given request . |
protected static Response |
createResponseWithoutEntity(org.apache.http.HttpResponse result)
Creates a new
Response populated from the given AHC result . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, sendAsync
public AbstractHttpClient()
protected org.apache.http.client.methods.HttpUriRequest createHttpUriRequest(Request request)
HttpUriRequest
populated from the given request
.
The returned message has some of its headers filtered/ignored (proxy behaviour).request
- OpenIG request structureprotected static Response createResponseWithoutEntity(org.apache.http.HttpResponse result)
Response
populated from the given AHC result
.
The returned message has some of its headers filtered/ignored (proxy behaviour).result
- AHC response structureCopyright 2011-2015 ForgeRock AS.