| Package | Description |
|---|---|
| org.igniterealtime.restclient |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationToken |
RestClient.getToken()
Gets the token.
|
| Modifier and Type | Method and Description |
|---|---|
RestClient.RestClientBuilder |
RestClient.RestClientBuilder.authenticationToken(AuthenticationToken token)
Authentication token.
|
void |
RestClient.setToken(AuthenticationToken token)
Sets the token.
|
| Constructor and Description |
|---|
RestApiClient(String url,
int port,
AuthenticationToken authenticationToken)
Instantiates a new rest api client.
|
RestApiClient(String url,
int port,
AuthenticationToken authenticationToken,
int connectionTimeout)
Instantiates a new rest api client.
|
RestApiClient(String url,
int port,
AuthenticationToken authenticationToken,
int connectionTimeout,
SupportedMediaType mediaType)
Instantiates a new rest api client.
|
RestApiClient(String url,
int port,
AuthenticationToken authenticationToken,
SupportedMediaType mediaType)
Instantiates a new rest api client.
|
Copyright © 2019. All rights reserved.