Record Class HttpService.HttpServiceSslConfig

java.lang.Object
java.lang.Record
ch.rswk.meta.engine.HttpService.HttpServiceSslConfig
Record Components:
cipherSuites - optional, defaults to HttpService.DEFAULT_SSL_CIPHER_SUITES
protocols - optional, defaults to HttpService.DEFAULT_SSL_PROTOCOLS
Enclosing class:
HttpService

public static record HttpService.HttpServiceSslConfig(@Nullable Set<String> cipherSuites, String keystore, String keystorePw, @Nullable Set<String> protocols) extends Record