Enum Class的使用
org.apache.pulsar.common.util.keystoretls.KeyStoreSSLContext.Mode
使用KeyStoreSSLContext.Mode的程序包
程序包
说明
Helpers to work with events from the non-blocking I/O client-server framework.
-
org.apache.pulsar.common.util.keystoretls中KeyStoreSSLContext.Mode的使用
修饰符和类型方法说明static KeyStoreSSLContext.ModeReturns the enum constant of this class with the specified name.static KeyStoreSSLContext.Mode[]KeyStoreSSLContext.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.限定符构造器说明KeyStoreSSLContext(KeyStoreSSLContext.Mode mode, String sslProviderString, String keyStoreTypeString, String keyStorePath, String keyStorePassword, boolean allowInsecureConnection, String trustStoreTypeString, String trustStorePath, String trustStorePassword, boolean requireTrustedClientCertOnConnect, Set<String> ciphers, Set<String> protocols)