public static enum SslSocketWrapper.ClientAuth extends java.lang.Enum<SslSocketWrapper.ClientAuth>
Modifier and Type | Method and Description |
---|---|
static SslSocketWrapper.ClientAuth |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SslSocketWrapper.ClientAuth[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SslSocketWrapper.ClientAuth WANT
public static final SslSocketWrapper.ClientAuth NEED
public static final SslSocketWrapper.ClientAuth NONE
public static SslSocketWrapper.ClientAuth[] values()
for (SslSocketWrapper.ClientAuth c : SslSocketWrapper.ClientAuth.values()) System.out.println(c);
public static SslSocketWrapper.ClientAuth valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2011-2014 Red Hat. All Rights Reserved.