com.clickhouse.client.config.ClickHouseSslMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickhouse-client Show documentation
Show all versions of clickhouse-client Show documentation
Unified Java client for ClickHouse
package com.clickhouse.client.config;
/**
* Defines supported SSL mode.
*/
public enum ClickHouseSslMode {
NONE, STRICT
}