Uses of Class
org.glassfish.grizzly.nio.DefaultSelectorHandler.OpType

Packages that use DefaultSelectorHandler.OpType
org.glassfish.grizzly.nio   
 

Uses of DefaultSelectorHandler.OpType in org.glassfish.grizzly.nio
 

Methods in org.glassfish.grizzly.nio that return DefaultSelectorHandler.OpType
 DefaultSelectorHandler.OpType DefaultSelectorHandler.SelectionKeyOperation.getOpType()
           
static DefaultSelectorHandler.OpType DefaultSelectorHandler.OpType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DefaultSelectorHandler.OpType[] DefaultSelectorHandler.OpType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.grizzly.nio with parameters of type DefaultSelectorHandler.OpType
 void DefaultSelectorHandler.SelectionKeyOperation.setOpType(DefaultSelectorHandler.OpType opType)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.