Uses of Interface
com.sun.grizzly.ReinvokeAware

Packages that use ReinvokeAware
com.sun.grizzly   
com.sun.grizzly.filter   
 

Uses of ReinvokeAware in com.sun.grizzly
 

Classes in com.sun.grizzly that implement ReinvokeAware
 class DefaultProtocolChain
          Default ProtocolChain implementation.
 

Uses of ReinvokeAware in com.sun.grizzly.filter
 

Classes in com.sun.grizzly.filter that implement ReinvokeAware
 class ParserProtocolFilter
          Simple ProtocolFilter implementation which read the available bytes and delegate the decision of reading more bytes or not to a ProtocolParser.
 class ReadFilter
          Simple ProtocolFilter implementation which read the available bytes and delegate the processing to the next ProtocolFilter in the ProtocolChain.
 class UDPReadFilter
          Deprecated. The ReadFilter can be used for both TCP and UDP.
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.