Package | Description |
---|---|
manifold.json.rt.api |
Modifier and Type | Method and Description |
---|---|
Requester<T> |
Requester.withAuthorization(String tokenType,
String accessToken) |
Requester<T> |
Requester.withBasicAuthorization(String username,
String password)
Set the Basic Authorization header using the provided
username and password |
Requester<T> |
Requester.withBearerAuthorization(String accessToken)
Set the Bearer Authorization header using the provided
accessToken . |
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.
|
Copyright © 2024. All rights reserved.