Uses of Interface
com.sun.grizzly.util.StreamAlgorithm

Packages that use StreamAlgorithm
com.sun.grizzly.http   
com.sun.grizzly.http.algorithms   
com.sun.grizzly.standalone   
 

Uses of StreamAlgorithm in com.sun.grizzly.http
 

Methods in com.sun.grizzly.http that return StreamAlgorithm
 StreamAlgorithm HttpWorkerThread.getStreamAlgorithm()
           
 

Methods in com.sun.grizzly.http with parameters of type StreamAlgorithm
 void HttpWorkerThread.setStreamAlgorithm(StreamAlgorithm streamAlgorithm)
           
 

Uses of StreamAlgorithm in com.sun.grizzly.http.algorithms
 

Classes in com.sun.grizzly.http.algorithms that implement StreamAlgorithm
 class ContentLengthAlgorithm
          Predict if the NIO channel has been fully read or not.
 class NoParsingAlgorithm
          This algorithm doesn't parse the bytes, delegating the work to the InternalInputBuffer.
 class SeekHeaderAlgorithm
          Predict if the NIO channel has been fully read or not.
 class StateMachineAlgorithm
          Predict if the NIO channel has been fully read or not.
 class StreamAlgorithmBase
          Base class for StreamAlgorithm implementation.
 

Uses of StreamAlgorithm in com.sun.grizzly.standalone
 

Classes in com.sun.grizzly.standalone that implement StreamAlgorithm
 class StaticStreamAlgorithm
          This algorithm doesn't parse the bytes, delegating the work to the InternalInputBuffer.
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.