|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transport.State | |
|---|---|
| com.sun.grizzly | |
| com.sun.grizzly.nio | |
| Uses of Transport.State in com.sun.grizzly |
|---|
| Fields in com.sun.grizzly with type parameters of type Transport.State | |
|---|---|
protected StateHolder<Transport.State> |
AbstractTransport.state
Transport state controller |
| Methods in com.sun.grizzly that return Transport.State | |
|---|---|
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. |
| Methods in com.sun.grizzly that return types with arguments of type Transport.State | |
|---|---|
StateHolder<Transport.State> |
Transport.getState()
Return the Transport state controller. |
StateHolder<Transport.State> |
AbstractTransport.getState()
Return the Transport state controller. |
| Uses of Transport.State in com.sun.grizzly.nio |
|---|
| Methods in com.sun.grizzly.nio that return Transport.State | |
|---|---|
Transport.State |
SelectorRunner.getState()
|
| Methods in com.sun.grizzly.nio that return types with arguments of type Transport.State | |
|---|---|
StateHolder<Transport.State> |
SelectorRunner.getStateHolder()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||