Uses of Class
manifold.json.rt.api.Requester
-
Packages that use Requester Package Description manifold.json.rt.api -
-
Uses of Requester in manifold.json.rt.api
Methods in manifold.json.rt.api that return Requester Modifier and Type Method Description Requester<T>Requester. withAuthorization(String tokenType, String accessToken)Requester<T>Requester. withBasicAuthorization(String username, String password)Set the Basic Authorization header using the providedusernameandpasswordRequester<T>Requester. withBearerAuthorization(String accessToken)Set the Bearer Authorization header using the providedaccessToken.Requester<T>Requester. withCoercer(Function<Object,Object> resultCoercer)Requester<T>Requester. withHeader(String name, String value)Requester<T>Requester. withRawResponseHandler(Function<T,Object> handler)Requester<T>Requester. withResponseFormat(Requester.Format format)Set the default format expected in the response.Requester<T>Requester. withTimeout(int timeout)The connection timeout setting in milliseconds.
-