Package de.gematik.bbriccs.rest
Class RestClient.RestClientBuilder
java.lang.Object
de.gematik.bbriccs.rest.RestClient.RestClientBuilder
- Enclosing class:
- RestClient
-
Method Summary
Modifier and TypeMethodDescriptionasUserAgent(String userAgent) register(HttpBObserver rro) usingApiKey(String apiKey) usingAuthorizationKey(String apiKey) usingProxy(String hostName, int port) usingProxy(String hostName, int port, String userName, String password) withHeader(HttpHeader header) withHeader(String key, String value) withHeaders(List<HttpHeader> httpHeaders) withTlsVerification(boolean verifySsl, SSLContext sslCtx) withTlsVerification(SSLContext sslCtx) withTlsVerification(X509TrustManager trustManager)
-
Method Details
-
usingAuthorizationKey
-
usingApiKey
-
asUserAgent
-
withHeader
-
withHeader
-
withHeaders
-
registerForRequests
-
registerForResponses
-
register
-
usingProxy
-
usingProxy
public RestClient.RestClientBuilder usingProxy(String hostName, int port, String userName, String password) -
withoutTlsVerification
-
withTlsVerification
-
withTlsVerification
-
withTlsVerification
-