Uses of Enum Class
org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory.SSLChannelMode
Packages that use DelegatingSSLSocketFactory.SSLChannelMode
-
Uses of DelegatingSSLSocketFactory.SSLChannelMode in org.apache.hadoop.security.ssl
Methods in org.apache.hadoop.security.ssl that return DelegatingSSLSocketFactory.SSLChannelModeModifier and TypeMethodDescriptionDelegatingSSLSocketFactory.getChannelMode()Get the channel mode of this instance.Returns the enum constant of this class with the specified name.DelegatingSSLSocketFactory.SSLChannelMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.security.ssl with parameters of type DelegatingSSLSocketFactory.SSLChannelModeModifier and TypeMethodDescriptionstatic voidDelegatingSSLSocketFactory.initializeDefaultFactory(DelegatingSSLSocketFactory.SSLChannelMode preferredMode) Initialize a singleton SSL socket factory.