Uses of Class
org.voltdb.stream.api.kafka.KafkaStreamSslConfiguration.Builder
-
Uses of KafkaStreamSslConfiguration.Builder in org.voltdb.stream.api.kafka
Modifier and TypeMethodDescriptionKafkaStreamSslConfiguration.builder()
KafkaStreamSslConfiguration.Builder.withKeystore()
KafkaStreamSslConfiguration.Builder.withKeystore
(String truststoreFile, String truststorePassword, String keyPassword) KafkaStreamSslConfiguration.Builder.withKeystoreType
(String type) KafkaStreamSslConfiguration.Builder.withSSL()
KafkaStreamSslConfiguration.Builder.withSSLEnabledProtocols
(KafkaStreamSslConfiguration.TLSProtocols... protocols) KafkaStreamSslConfiguration.Builder.withSSLIdentificationAlgorithm
(String algorithm) KafkaStreamSslConfiguration.Builder.withSSLProtocols
(KafkaStreamSslConfiguration.TLSProtocols protocol) KafkaStreamSslConfiguration.Builder.withTruststore()
KafkaStreamSslConfiguration.Builder.withTruststore
(String truststoreFile, String truststorePassword) KafkaStreamSslConfiguration.Builder.withTruststoreType
(String type)