|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context.KeyRegistrationState | |
---|---|
com.sun.grizzly |
Uses of Context.KeyRegistrationState in com.sun.grizzly |
---|
Methods in com.sun.grizzly that return Context.KeyRegistrationState | |
---|---|
Context.KeyRegistrationState |
Context.getKeyRegistrationState()
Return SelectionKey 's next registration state, or null
if not supported. |
Context.KeyRegistrationState |
NIOContext.getKeyRegistrationState()
Return SelectionKey 's next registration state. |
static Context.KeyRegistrationState |
Context.KeyRegistrationState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Context.KeyRegistrationState[] |
Context.KeyRegistrationState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.sun.grizzly with parameters of type Context.KeyRegistrationState | |
---|---|
void |
Context.setKeyRegistrationState(Context.KeyRegistrationState keyRegistrationState)
Set the SelectionKey 's next registration state |
void |
NIOContext.setKeyRegistrationState(Context.KeyRegistrationState keyRegistrationState)
Set the SelectionKey 's next registration state |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |