| Modifier and Type | Method and Description |
|---|---|
abstract Request |
Authentication.apply(Request httpRequest)
Applies the authentication on the httpRequest.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Request |
Authentication.apply(Request httpRequest)
Applies the authentication on the httpRequest.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
CompatibilityFactory.createHttpRequest(Method httpMethod,
StringBuilder queryUrlBuilder,
HttpHeaders headers,
Map<String,Object> queryParameters,
List<AbstractMap.SimpleEntry<String,Object>> formParameters)
Create the HttpRequest
|
Request |
CompatibilityFactory.createHttpRequest(Method httpMethod,
StringBuilder queryUrlBuilder,
HttpHeaders headers,
Map<String,Object> queryParameters,
Object body)
Create the HttpRequest
|
| Modifier and Type | Method and Description |
|---|---|
Context |
CompatibilityFactory.createHttpContext(Request request,
Response response)
Create the HttpContext
|
| Modifier and Type | Method and Description |
|---|---|
Request |
Context.getRequest()
Getter for the Http Request.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
HttpClient.execute(Request request,
CoreEndpointConfiguration endpointConfiguration)
Execute a given Request to get string/binary response back.
|
CompletableFuture<Response> |
HttpClient.executeAsync(Request request,
CoreEndpointConfiguration endpointConfiguration)
Execute a given Request to get string/binary response back.
|
void |
Callback.onBeforeRequest(Request request)
Callback called just before the HTTP request is sent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApiLogger.logRequest(Request request)
Log requests.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<VerificationResult> |
SignatureVerifier.verifyAsync(Request request)
Verifies the signature of the specified HTTP request.
|
Copyright © 2025. All rights reserved.