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 HttpClienthttpClientprivate Stringurl
-
Constructor Summary
Constructors Constructor Description MPClient.Config()
-
Method Summary
Modifier and Type Method Description final HttpClientgetHttpClient()HTTP client to make requests with. final UnitsetHttpClient(HttpClient httpClient)HTTP client to make requests with. final StringgetUrl()final UnitsetUrl(String url)final Unitauth(Function1<Auth, Flow<OAuth2AccessToken>> install)Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getHttpClient
final HttpClient getHttpClient()
HTTP client to make requests with.
-
setHttpClient
final Unit setHttpClient(HttpClient httpClient)
HTTP client to make requests with.
-
-
-
-