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, Map<String,String> headers, InputStream content)Methods in com.envimate.httpmate.client with parameters of type RawClientResponse Modifier and Type Method Description TClientResponseMapper. map(RawClientResponse response, 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, 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, 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, Function<RawClientResponse,T> responseMapper)
-