Uses of Class
com.sun.grizzly.filterchain.TransportFilter.Mode

Packages that use TransportFilter.Mode
com.sun.grizzly.filterchain   
 

Uses of TransportFilter.Mode in com.sun.grizzly.filterchain
 

Methods in com.sun.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 com.sun.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.