Uses of Class
org.glassfish.grizzly.portunif.ProtocolFinder.Result

Packages that use ProtocolFinder.Result
org.glassfish.grizzly.portunif   
org.glassfish.grizzly.portunif.finders   
 

Uses of ProtocolFinder.Result in org.glassfish.grizzly.portunif
 

Methods in org.glassfish.grizzly.portunif that return ProtocolFinder.Result
 ProtocolFinder.Result ProtocolFinder.find(PUContext puContext, FilterChainContext ctx)
          Method is called from PUFilter to check whether the incoming bytes belong to the specific protocol.
static ProtocolFinder.Result ProtocolFinder.Result.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProtocolFinder.Result[] ProtocolFinder.Result.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ProtocolFinder.Result in org.glassfish.grizzly.portunif.finders
 

Methods in org.glassfish.grizzly.portunif.finders that return ProtocolFinder.Result
 ProtocolFinder.Result SSLProtocolFinder.find(PUContext puContext, FilterChainContext ctx)
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.