Package | Description |
---|---|
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<AbstractEndPoint.State> |
AbstractEndPoint._state |
Modifier and Type | Method and Description |
---|---|
static AbstractEndPoint.State |
AbstractEndPoint.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractEndPoint.State[] |
AbstractEndPoint.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|