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 NIOContext.getKeyRegistrationState()
          Return SelectionKey's next registration state.
 Context.KeyRegistrationState Context.getKeyRegistrationState()
          Return SelectionKey's next registration state, or null if not supported.
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 NIOContext.setKeyRegistrationState(Context.KeyRegistrationState keyRegistrationState)
          Set the SelectionKey's next registration state
 void Context.setKeyRegistrationState(Context.KeyRegistrationState keyRegistrationState)
          Set the SelectionKey's next registration state
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.