Package org.radarbase.management.client
Class MPClient.Config
-
- All Implemented Interfaces:
public final class MPClient.Config
-
-
Field Summary
Fields Modifier and Type Field Description private HttpClient
httpClient
private String
url
-
Constructor Summary
Constructors Constructor Description MPClient.Config()
-
Method Summary
Modifier and Type Method Description final HttpClient
getHttpClient()
HTTP client to make requests with. final Unit
setHttpClient(HttpClient httpClient)
HTTP client to make requests with. final String
getUrl()
final Unit
setUrl(String url)
final Unit
auth(Function1<Auth, Flow<OAuth2AccessToken>> install)
Boolean
equals(Object other)
Integer
hashCode()
-
-
Method Detail
-
getHttpClient
final HttpClient getHttpClient()
HTTP client to make requests with.
-
setHttpClient
final Unit setHttpClient(HttpClient httpClient)
HTTP client to make requests with.
-
-
-
-