Uses of Class
com.envimate.httpmate.client.HttpMateClientBuilder
-
Packages that use HttpMateClientBuilder Package Description com.envimate.httpmate.client com.envimate.httpmate.client.clientbuilder -
-
Uses of HttpMateClientBuilder in com.envimate.httpmate.client
Methods in com.envimate.httpmate.client that return HttpMateClientBuilder Modifier and Type Method Description static HttpMateClientBuilderHttpMateClient. aHttpMateClientBypassingRequestsDirectlyTo(HttpMate httpMate)HttpMateClientBuilderHttpMateClientBuilder. withBasePath(String basePath)HttpMateClientBuilderHttpMateClientBuilder. withDefaultResponseMapping(ClientResponseMapper<?> mapper)<T> HttpMateClientBuilderHttpMateClientBuilder. withResponseMapping(Class<T> type, ClientResponseMapper<T> mapper)<T> HttpMateClientBuilderHttpMateClientBuilder. withResponseMapping(Predicate<Class<T>> filter, ClientResponseMapper<T> mapper) -
Uses of HttpMateClientBuilder in com.envimate.httpmate.client.clientbuilder
Methods in com.envimate.httpmate.client.clientbuilder that return HttpMateClientBuilder Modifier and Type Method Description default HttpMateClientBuilderProtocolStage. viaHttp()default HttpMateClientBuilderProtocolStage. viaHttps()HttpMateClientBuilderProtocolStage. viaTheProtocol(Protocol protocol)
-