public static enum AprEndpoint.Handler.SocketState extends Enum<AprEndpoint.Handler.SocketState>
| Modifier and Type | Method and Description |
|---|---|
static AprEndpoint.Handler.SocketState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AprEndpoint.Handler.SocketState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AprEndpoint.Handler.SocketState OPEN
public static final AprEndpoint.Handler.SocketState CLOSED
public static final AprEndpoint.Handler.SocketState LONG
public static AprEndpoint.Handler.SocketState[] values()
for (AprEndpoint.Handler.SocketState c : AprEndpoint.Handler.SocketState.values()) System.out.println(c);
public static AprEndpoint.Handler.SocketState 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 © 2016 JBoss by Red Hat. All rights reserved.