public class CompatibilityFactoryImpl extends Object implements io.apimatic.coreinterfaces.compatibility.CompatibilityFactory
| Constructor and Description |
|---|
CompatibilityFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> io.apimatic.coreinterfaces.http.response.ApiResponseType<T> |
createApiResponse(int statusCode,
io.apimatic.coreinterfaces.http.HttpHeaders headers,
T result) |
io.apimatic.coreinterfaces.http.response.DynamicType |
createDynamicResponse(io.apimatic.coreinterfaces.http.response.Response httpResponse) |
io.apimatic.coreinterfaces.http.Context |
createHttpContext(io.apimatic.coreinterfaces.http.request.Request request,
io.apimatic.coreinterfaces.http.response.Response response) |
io.apimatic.coreinterfaces.http.HttpHeaders |
createHttpHeaders() |
io.apimatic.coreinterfaces.http.HttpHeaders |
createHttpHeaders(io.apimatic.coreinterfaces.http.HttpHeaders headers) |
io.apimatic.coreinterfaces.http.HttpHeaders |
createHttpHeaders(Map<String,List<String>> headers) |
io.apimatic.coreinterfaces.http.request.Request |
createHttpRequest(io.apimatic.coreinterfaces.http.Method httpMethod,
StringBuilder queryUrlBuilder,
io.apimatic.coreinterfaces.http.HttpHeaders headers,
Map<String,Object> queryParameters,
List<AbstractMap.SimpleEntry<String,Object>> formParameters) |
io.apimatic.coreinterfaces.http.request.Request |
createHttpRequest(io.apimatic.coreinterfaces.http.Method httpMethod,
StringBuilder queryUrlBuilder,
io.apimatic.coreinterfaces.http.HttpHeaders headers,
Map<String,Object> queryParameters,
Object body) |
io.apimatic.coreinterfaces.http.response.Response |
createHttpResponse(int code,
io.apimatic.coreinterfaces.http.HttpHeaders headers,
InputStream rawBody) |
io.apimatic.coreinterfaces.http.response.Response |
createHttpResponse(int code,
io.apimatic.coreinterfaces.http.HttpHeaders headers,
InputStream rawBody,
String body) |
public io.apimatic.coreinterfaces.http.Context createHttpContext(io.apimatic.coreinterfaces.http.request.Request request,
io.apimatic.coreinterfaces.http.response.Response response)
createHttpContext in interface io.apimatic.coreinterfaces.compatibility.CompatibilityFactorypublic io.apimatic.coreinterfaces.http.request.Request createHttpRequest(io.apimatic.coreinterfaces.http.Method httpMethod,
StringBuilder queryUrlBuilder,
io.apimatic.coreinterfaces.http.HttpHeaders headers,
Map<String,Object> queryParameters,
List<AbstractMap.SimpleEntry<String,Object>> formParameters)
createHttpRequest in interface io.apimatic.coreinterfaces.compatibility.CompatibilityFactorypublic io.apimatic.coreinterfaces.http.request.Request createHttpRequest(io.apimatic.coreinterfaces.http.Method httpMethod,
StringBuilder queryUrlBuilder,
io.apimatic.coreinterfaces.http.HttpHeaders headers,
Map<String,Object> queryParameters,
Object body)
createHttpRequest in interface io.apimatic.coreinterfaces.compatibility.CompatibilityFactorypublic io.apimatic.coreinterfaces.http.response.Response createHttpResponse(int code,
io.apimatic.coreinterfaces.http.HttpHeaders headers,
InputStream rawBody)
createHttpResponse in interface io.apimatic.coreinterfaces.compatibility.CompatibilityFactorypublic io.apimatic.coreinterfaces.http.response.Response createHttpResponse(int code,
io.apimatic.coreinterfaces.http.HttpHeaders headers,
InputStream rawBody,
String body)
createHttpResponse in interface io.apimatic.coreinterfaces.compatibility.CompatibilityFactorypublic io.apimatic.coreinterfaces.http.HttpHeaders createHttpHeaders(Map<String,List<String>> headers)
createHttpHeaders in interface io.apimatic.coreinterfaces.compatibility.CompatibilityFactorypublic io.apimatic.coreinterfaces.http.HttpHeaders createHttpHeaders(io.apimatic.coreinterfaces.http.HttpHeaders headers)
createHttpHeaders in interface io.apimatic.coreinterfaces.compatibility.CompatibilityFactorypublic io.apimatic.coreinterfaces.http.HttpHeaders createHttpHeaders()
createHttpHeaders in interface io.apimatic.coreinterfaces.compatibility.CompatibilityFactorypublic io.apimatic.coreinterfaces.http.response.DynamicType createDynamicResponse(io.apimatic.coreinterfaces.http.response.Response httpResponse)
createDynamicResponse in interface io.apimatic.coreinterfaces.compatibility.CompatibilityFactorypublic <T> io.apimatic.coreinterfaces.http.response.ApiResponseType<T> createApiResponse(int statusCode,
io.apimatic.coreinterfaces.http.HttpHeaders headers,
T result)
createApiResponse in interface io.apimatic.coreinterfaces.compatibility.CompatibilityFactoryCopyright © 2023. All rights reserved.