Package org.yamcs.client
Class YamcsClient.Builder
java.lang.Object
org.yamcs.client.YamcsClient.Builder
- Enclosing class:
- YamcsClient
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withCaCertFile
(Path caCertFile) withConnectionAttempts
(int connectionAttempts) withContext
(String context) Deprecated.withCredentials
(Credentials credentials) withMaxFramePayloadLength
(int maxFramePayloadLength) withMaxResponseLength
(int maxResponseLength) withRetryDelay
(long retryDelay) withTls
(boolean tls) Deprecated.withUserAgent
(String userAgent) withVerifyTls
(boolean verifyTls)
-
Method Details
-
withContext
Deprecated.Deprecated: append any context to the server URL instead. -
withTls
Deprecated.Deprecated: use either http:// or https:// on the server URL instead. -
withVerifyTls
-
withCaCertFile
-
withUserAgent
-
withConnectionAttempts
-
withRetryDelay
-
withCredentials
-
withMaxResponseLength
-
withMaxFramePayloadLength
-
build
-