Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.nio |
Modifier and Type | Field and Description |
---|---|
protected StateHolder<Transport.State> |
AbstractTransport.state
Transport state controller
|
Modifier and Type | Method and Description |
---|---|
static Transport.State |
Transport.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transport.State[] |
Transport.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StateHolder<Transport.State> |
Transport.getState()
Return the
Transport state controller. |
StateHolder<Transport.State> |
AbstractTransport.getState()
Return the
Transport state controller. |
Modifier and Type | Method and Description |
---|---|
Transport.State |
SelectorRunner.getState() |
Copyright © 2014 Oracle Corporation. All rights reserved.