public static enum SSLSocketFactoryEx.SSLChannelMode extends Enum<SSLSocketFactoryEx.SSLChannelMode>
| Enum Constant and Description |
|---|
Default |
Default_JSSE |
OpenSSL |
| Modifier and Type | Method and Description |
|---|---|
static SSLSocketFactoryEx.SSLChannelMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSLSocketFactoryEx.SSLChannelMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SSLSocketFactoryEx.SSLChannelMode OpenSSL
public static final SSLSocketFactoryEx.SSLChannelMode Default
public static final SSLSocketFactoryEx.SSLChannelMode Default_JSSE
public static SSLSocketFactoryEx.SSLChannelMode[] values()
for (SSLSocketFactoryEx.SSLChannelMode c : SSLSocketFactoryEx.SSLChannelMode.values()) System.out.println(c);
public static SSLSocketFactoryEx.SSLChannelMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2008–2020 Apache Software Foundation. All rights reserved.