public abstract class AbstractHttpClient extends Object implements HttpClient
Modifier | Constructor and Description |
---|---|
protected |
AbstractHttpClient(Factory<Buffer> storage)
Base constructor for AHC
HttpClient drivers. |
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 Response |
createResponse(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
protected AbstractHttpClient(Factory<Buffer> storage)
HttpClient
drivers.storage
- temporary storage areaprotected 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 Response createResponse(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 © 2025 Open Identity Platform Community. All rights reserved.