@Beta
public class ClientConfig
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ClientConfig.ClientConfigBuilder
This class overrides the lombok builder.
|
Constructor and Description |
---|
ClientConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnableTls()
Returns whether TLS is enabled for client-to-server (Controller and Segment Store) communications.
|
boolean |
isEnableTlsToController() |
boolean |
isEnableTlsToSegmentStore() |
public boolean isEnableTls()
true
if TLS is enabled, otherwise returns false
public boolean isEnableTlsToController()
public boolean isEnableTlsToSegmentStore()