Uses of Enum
com.clickhouse.client.api.enums.SSLMode
Packages that use SSLMode
-
Uses of SSLMode in com.clickhouse.client.api
Methods in com.clickhouse.client.api with parameters of type SSLModeModifier and TypeMethodDescriptionClient.Builder.setSSLMode(SSLMode sslMode) Defines how strictly the client verifies a server identity on secure connections. -
Uses of SSLMode in com.clickhouse.client.api.enums
Methods in com.clickhouse.client.api.enums that return SSLModeModifier and TypeMethodDescriptionstatic SSLModeCase-insensitive variant ofvalueOf(String).static SSLModeReturns the enum constant of this type with the specified name.static SSLMode[]SSLMode.values()Returns an array containing the constants of this enum type, in the order they are declared.