| Package | Description |
|---|---|
| manifold.graphql.request |
| Modifier and Type | Method and Description | ||
|---|---|---|---|
Executor<T> |
Executor.withAuthorization(String tokenType,
String accessToken) |
||
Executor<T> |
Executor.withBasicAuthorization(String username,
String password)
Set the Basic Authorization header using the provided
username and password |
||
Executor<T> |
Executor.withBearerAuthorization(String accessToken)
Set the Bearer Authorization header using the provided
accessToken. |
||
Executor<T> |
Executor.withHeader(String name,
String value)
Set an HTTP request header name : value pair
See
Executor<T>Executor. |
withTimeout(int timeout)
The connection timeout setting in milliseconds.
|
Copyright © 2019. All rights reserved.