Uses of Class
org.glassfish.grizzly.filterchain.TransportFilter.Mode

Packages that use TransportFilter.Mode
org.glassfish.grizzly.filterchain   
 

Uses of TransportFilter.Mode in org.glassfish.grizzly.filterchain
 

Methods in org.glassfish.grizzly.filterchain that return TransportFilter.Mode
 TransportFilter.Mode TransportFilter.getMode()
          Get the TransportFilter mode.
static TransportFilter.Mode TransportFilter.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransportFilter.Mode[] TransportFilter.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.glassfish.grizzly.filterchain with parameters of type TransportFilter.Mode
TransportFilter(TransportFilter.Mode mode)
          Create TransportFilter, which will operate in defined mode.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.