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

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

Uses of StreamAlgorithm in com.sun.grizzly.arp
 

Methods in com.sun.grizzly.arp with parameters of type StreamAlgorithm
protected  void AsyncProtocolFilter.configureProcessorTask(ProcessorTask processorTask, Context context, StreamAlgorithm streamAlgorithm, InputStream inputStream)
          Configure SSLProcessorTask.
 

Uses of StreamAlgorithm in com.sun.grizzly.http
 

Fields in com.sun.grizzly.http declared as StreamAlgorithm
protected  StreamAlgorithm ProcessorTask.streamAlgorithm
          The StreamAlgorithm used by this Task to manipulate the request.
 

Methods in com.sun.grizzly.http that return StreamAlgorithm
 StreamAlgorithm ProcessorTask.getStreamAlgorithm()
          Return the StreamAlgorithm used by this instance.
 StreamAlgorithm HttpWorkerThread.getStreamAlgorithm()
           
 

Methods in com.sun.grizzly.http with parameters of type StreamAlgorithm
protected  void DefaultProtocolFilter.configureProcessorTask(ProcessorTask processorTask, Context context, StreamAlgorithm streamAlgorithm)
          Configure ProcessorTask.
 void ProcessorTask.setStreamAlgorithm(StreamAlgorithm streamAlgorithm)
          Set the StreamAlgorithm used by this class.
 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.ssl
 

Methods in com.sun.grizzly.ssl with parameters of type StreamAlgorithm
protected  void SSLDefaultProtocolFilter.configureProcessorTask(ProcessorTask processorTask, Context context, StreamAlgorithm streamAlgorithm)
          Configure ProcessorTask.
protected  void SSLAsyncProtocolFilter.configureProcessorTask(ProcessorTask processorTask, Context context, StreamAlgorithm streamAlgorithm, InputStream inputStream)
          Configure SSLProcessorTask.
 

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 © 2012 Oracle Corporation. All Rights Reserved.