| 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()
Create the HttpHeaders
|
HttpHeaders |
CompatibilityFactory.createHttpHeaders(HttpHeaders headers)
Create the
HttpHeaders |
HttpHeaders |
CompatibilityFactory.createHttpHeaders(Map<String,List<String>> headers)
Create the
HttpHeaders |
| Modifier and Type | Method and Description |
|---|---|
<T> ApiResponseType<T> |
CompatibilityFactory.createApiResponse(int statusCode,
HttpHeaders headers,
T result)
Create the
ApiResponseType |
HttpHeaders |
CompatibilityFactory.createHttpHeaders(HttpHeaders headers)
Create the
HttpHeaders |
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
|
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 |
|---|---|
void |
HttpHeaders.addAll(HttpHeaders headers)
Adds all the entries in a Headers object to this object.
|
| Modifier and Type | Method and Description |
|---|---|
HttpHeaders |
MultipartFile.getHeaders()
Getter for headers.
|
HttpHeaders |
Multipart.getHeaders()
Getter for headers.
|
HttpHeaders |
Request.getHeaders()
Headers for the http request.
|
| Modifier and Type | Method and Description |
|---|---|
HttpHeaders |
DynamicType.getHeaders()
Get response headers for the HTTP response.
|
HttpHeaders |
ApiResponseType.getHeaders()
Headers of the http response.
|
HttpHeaders |
Response.getHeaders()
Headers of the http response.
|
Copyright © 2025. All rights reserved.