Uses of Class
org.glassfish.grizzly.Transport.State

Packages that use Transport.State
org.glassfish.grizzly   
org.glassfish.grizzly.nio   
 

Uses of Transport.State in org.glassfish.grizzly
 

Fields in org.glassfish.grizzly with type parameters of type Transport.State
protected  StateHolder<Transport.State> AbstractTransport.state
          Transport state controller
 

Methods in org.glassfish.grizzly that return Transport.State
static Transport.State Transport.State.valueOf(java.lang.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 org.glassfish.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 org.glassfish.grizzly.nio
 

Methods in org.glassfish.grizzly.nio that return Transport.State
 Transport.State SelectorRunner.getState()
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.