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  Collection<DefaultProtocolChain.EventHandler> DefaultProtocolChain.eventHandlers
          The list of 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 EventHandler
 boolean DefaultProtocolChain.removeEventHandler(DefaultProtocolChain.EventHandler eventHandler)
          Remove the EventHandler.
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.