protected static enum SocketSslEchoTest.RenegotiationType extends Enum<SocketSslEchoTest.RenegotiationType>
Enum Constant and Description |
---|
CLIENT_INITIATED |
NONE |
SERVER_INITIATED |
Modifier and Type | Method and Description |
---|---|
static SocketSslEchoTest.RenegotiationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocketSslEchoTest.RenegotiationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SocketSslEchoTest.RenegotiationType NONE
public static final SocketSslEchoTest.RenegotiationType CLIENT_INITIATED
public static final SocketSslEchoTest.RenegotiationType SERVER_INITIATED
public static SocketSslEchoTest.RenegotiationType[] values()
for (SocketSslEchoTest.RenegotiationType c : SocketSslEchoTest.RenegotiationType.values()) System.out.println(c);
public static SocketSslEchoTest.RenegotiationType 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–2016 The Netty Project. All rights reserved.