Uses of Interface
com.sun.grizzly.DefaultProtocolChain.EventHandler

Packages that use DefaultProtocolChain.EventHandler
com.sun.grizzly   
 

Uses of DefaultProtocolChain.EventHandler in com.sun.grizzly
 

Fields in com.sun.grizzly with type parameters of type DefaultProtocolChain.EventHandler
protected  List<DefaultProtocolChain.EventHandler> DefaultProtocolChain.eventHandlers
          The list of DefaultProtocolChain.EventHandlers, which will be notified about this ProtocolChain events
 

Methods in com.sun.grizzly with parameters of type DefaultProtocolChain.EventHandler
 boolean DefaultProtocolChain.addEventHandler(DefaultProtocolChain.EventHandler eventHandler)
          Add the DefaultProtocolChain.EventHandler
 boolean DefaultProtocolChain.removeEventHandler(DefaultProtocolChain.EventHandler eventHandler)
          Remove the DefaultProtocolChain.EventHandler.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.