|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use State | |
---|---|
com.sun.grizzly | |
com.sun.grizzly.util |
Uses of State in com.sun.grizzly |
---|
Fields in com.sun.grizzly with type parameters of type State | |
---|---|
protected StateHolder<State> |
Controller.stateHolder
Current Controller state |
protected StateHolder<State> |
TCPSelectorHandler.stateHolder
This SelectorHandler StateHolder, which is shared among
SelectorHandler and its clones |
Methods in com.sun.grizzly that return types with arguments of type State | |
---|---|
StateHolder<State> |
Controller.getStateHolder()
Gets this Controller 's StateHolder |
StateHolder<State> |
TCPSelectorHandler.getStateHolder()
Gets StateHolder for this object |
Uses of State in com.sun.grizzly.util |
---|
Methods in com.sun.grizzly.util that return State | |
---|---|
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static State[] |
State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |