Uses of Class
com.sun.grizzly.Context.KeyRegistrationState

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.
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're 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
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.