Uses of Class
com.sun.grizzly.DefaultProtocolChain.Phase

Packages that use DefaultProtocolChain.Phase
com.sun.grizzly   
 

Uses of DefaultProtocolChain.Phase in com.sun.grizzly
 

Methods in com.sun.grizzly that return DefaultProtocolChain.Phase
static DefaultProtocolChain.Phase DefaultProtocolChain.Phase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DefaultProtocolChain.Phase[] DefaultProtocolChain.Phase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.grizzly with parameters of type DefaultProtocolChain.Phase
protected  void DefaultProtocolChain.notifyException(DefaultProtocolChain.Phase phase, ProtocolFilter filter, Throwable throwable)
          Notifies all DefaultProtocolChain.EventHandlers about exception, which occured
 void DefaultProtocolChain.EventHandler.onException(DefaultProtocolChain.Phase phase, ProtocolFilter filter, Throwable throwable)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.