Uses of Class
com.envimate.httpmate.client.HttpClientRequest
-
-
Uses of HttpClientRequest in com.envimate.httpmate.client
Methods in com.envimate.httpmate.client that return HttpClientRequest Modifier and Type Method Description <T> HttpClientRequest<T>HttpClientRequestBuilder. mappedTo(java.lang.Class<T> targetType)Methods in com.envimate.httpmate.client with parameters of type HttpClientRequest Modifier and Type Method Description <T> THttpMateClient. issue(HttpClientRequest<T> request) -
Uses of HttpClientRequest in com.envimate.httpmate.client.issuer
Methods in com.envimate.httpmate.client.issuer with parameters of type HttpClientRequest Modifier and Type Method Description <T> TIssuer. issue(HttpClientRequest<T> request, BasePath basePath, java.util.function.Function<RawClientResponse,T> responseMapper) -
Uses of HttpClientRequest in com.envimate.httpmate.client.issuer.bypass
Methods in com.envimate.httpmate.client.issuer.bypass with parameters of type HttpClientRequest Modifier and Type Method Description <T> TBypassIssuer. issue(HttpClientRequest<T> request, BasePath basePath, java.util.function.Function<RawClientResponse,T> responseMapper) -
Uses of HttpClientRequest in com.envimate.httpmate.client.issuer.real
Methods in com.envimate.httpmate.client.issuer.real with parameters of type HttpClientRequest Modifier and Type Method Description <T> TRealIssuer. issue(HttpClientRequest<T> request, BasePath basePath, java.util.function.Function<RawClientResponse,T> responseMapper) -
Uses of HttpClientRequest in com.envimate.httpmate.client.requestbuilder
Methods in com.envimate.httpmate.client.requestbuilder that return HttpClientRequest Modifier and Type Method Description <T> HttpClientRequest<T>HeadersAndQueryParametersAndMappingStage. mappedTo(java.lang.Class<T> targetType)
-