| Package | Description |
|---|---|
| io.apimatic.coreinterfaces.compatibility | |
| io.apimatic.coreinterfaces.http | |
| io.apimatic.coreinterfaces.http.request | |
| io.apimatic.coreinterfaces.http.response |
| Modifier and Type | Method and Description |
|---|---|
HttpHeaders |
CompatibilityFactory.createHttpHeaders() |
HttpHeaders |
CompatibilityFactory.createHttpHeaders(HttpHeaders headers) |
HttpHeaders |
CompatibilityFactory.createHttpHeaders(Map<String,List<String>> headers) |
| Modifier and Type | Method and Description |
|---|---|
<T> ApiResponseType<T> |
CompatibilityFactory.createApiResponse(int statusCode,
HttpHeaders headers,
T result) |
HttpHeaders |
CompatibilityFactory.createHttpHeaders(HttpHeaders headers) |
Request |
CompatibilityFactory.createHttpRequest(Method httpMethod,
StringBuilder queryUrlBuilder,
HttpHeaders headers,
Map<String,Object> queryParameters,
List<AbstractMap.SimpleEntry<String,Object>> formParameters) |
Request |
CompatibilityFactory.createHttpRequest(Method httpMethod,
StringBuilder queryUrlBuilder,
HttpHeaders headers,
Map<String,Object> queryParameters,
Object body) |
Response |
CompatibilityFactory.createHttpResponse(int code,
HttpHeaders headers,
InputStream rawBody) |
Response |
CompatibilityFactory.createHttpResponse(int code,
HttpHeaders headers,
InputStream rawBody,
String body) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpHeaders.addAll(HttpHeaders headers)
Adds all the entries in a Headers object to this object.
|
| Modifier and Type | Method and Description |
|---|---|
HttpHeaders |
Request.getHeaders()
Headers for the http request.
|
HttpHeaders |
MultipartFile.getHeaders()
Getter for headers.
|
HttpHeaders |
Multipart.getHeaders()
Getter for headers.
|
| Modifier and Type | Method and Description |
|---|---|
HttpHeaders |
Response.getHeaders()
Headers of the http response.
|
HttpHeaders |
DynamicType.getHeaders()
Get response headers for the HTTP response.
|
HttpHeaders |
ApiResponseType.getHeaders()
Headers of the http response.
|
Copyright © 2022. All rights reserved.