| Package | Description |
|---|---|
| io.apimatic.coreinterfaces.compatibility | |
| io.apimatic.coreinterfaces.http | |
| io.apimatic.coreinterfaces.logger |
| Modifier and Type | Method and Description |
|---|---|
Response |
CompatibilityFactory.createHttpResponse(int code,
HttpHeaders headers,
InputStream rawBody)
Creat the HttpResponse
|
Response |
CompatibilityFactory.createHttpResponse(int code,
HttpHeaders headers,
InputStream rawBody,
String body)
Create the HttpResponse
|
| Modifier and Type | Method and Description |
|---|---|
DynamicType |
CompatibilityFactory.createDynamicResponse(Response httpResponse)
Create the
DynamicType |
Context |
CompatibilityFactory.createHttpContext(Request request,
Response response)
Create the HttpContext
|
| Modifier and Type | Method and Description |
|---|---|
Response |
HttpClient.execute(Request request,
CoreEndpointConfiguration endpointConfiguration)
Execute a given Request to get string/binary response back.
|
Response |
Context.getResponse()
Getter for the Http Response.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Response> |
HttpClient.executeAsync(Request request,
CoreEndpointConfiguration endpointConfiguration)
Execute a given Request to get string/binary response back.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApiLogger.logResponse(Request request,
Response response)
Log Responses.
|
void |
ApiLogger.logResponse(Request request,
Response response,
String additionalMessage)
Log Responses.
|
Copyright © 2023. All rights reserved.