Uses of Class
com.envimate.httpmate.client.RawClientResponse
-
Packages that use RawClientResponse Package Description com.envimate.httpmate.client com.envimate.httpmate.client.issuer com.envimate.httpmate.client.issuer.bypass com.envimate.httpmate.client.issuer.real -
-
Uses of RawClientResponse in com.envimate.httpmate.client
Methods in com.envimate.httpmate.client that return RawClientResponse Modifier and Type Method Description static RawClientResponseRawClientResponse. rawClientResponse(int statusCode, java.util.Map<java.lang.String,java.lang.String> headers, java.io.InputStream content)Methods in com.envimate.httpmate.client with parameters of type RawClientResponse Modifier and Type Method Description <T> TClientResponseMapper. map(RawClientResponse response, java.lang.Class<T> targetType) -
Uses of RawClientResponse in com.envimate.httpmate.client.issuer
Method parameters in com.envimate.httpmate.client.issuer with type arguments of type RawClientResponse Modifier and Type Method Description <T> TIssuer. issue(HttpClientRequest<T> request, BasePath basePath, java.util.function.Function<RawClientResponse,T> responseMapper) -
Uses of RawClientResponse in com.envimate.httpmate.client.issuer.bypass
Method parameters in com.envimate.httpmate.client.issuer.bypass with type arguments of type RawClientResponse Modifier and Type Method Description <T> TBypassIssuer. issue(HttpClientRequest<T> request, BasePath basePath, java.util.function.Function<RawClientResponse,T> responseMapper) -
Uses of RawClientResponse in com.envimate.httpmate.client.issuer.real
Method parameters in com.envimate.httpmate.client.issuer.real with type arguments of type RawClientResponse Modifier and Type Method Description <T> TRealIssuer. issue(HttpClientRequest<T> request, BasePath basePath, java.util.function.Function<RawClientResponse,T> responseMapper)
-