Uses of Interface
com.sun.enterprise.web.connector.grizzly.StreamAlgorithm

Packages that use StreamAlgorithm
com.sun.enterprise.web.ara   
com.sun.enterprise.web.ara.algorithms   
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.algorithms   
com.sun.enterprise.web.connector.grizzly.ssl   
com.sun.enterprise.web.connector.grizzly.standalone   
 

Uses of StreamAlgorithm in com.sun.enterprise.web.ara
 

Fields in com.sun.enterprise.web.ara declared as StreamAlgorithm
protected  StreamAlgorithm IsolatedTask.algorithm
          The algorithm used to determine the context-root, the HTTP method, the protocol etc.
 

Methods in com.sun.enterprise.web.ara with parameters of type StreamAlgorithm
 void IsolatedTask.setAlgorithm(StreamAlgorithm algorithm)
          Set the Algorithm used by this task.
 

Uses of StreamAlgorithm in com.sun.enterprise.web.ara.algorithms
 

Classes in com.sun.enterprise.web.ara.algorithms that implement StreamAlgorithm
 class ContextRootAlgorithm
          Parse the request bytes and seek for the context-root value of the HTTP method.
 

Uses of StreamAlgorithm in com.sun.enterprise.web.connector.grizzly
 

Fields in com.sun.enterprise.web.connector.grizzly declared as StreamAlgorithm
protected  StreamAlgorithm DefaultReadTask.algorithm
          The Algorithm used to parse the request and determine of the bytes has been all read from the SocketChannel
 

Methods in com.sun.enterprise.web.connector.grizzly with parameters of type StreamAlgorithm
 void AsyncReadTask.initialize(StreamAlgorithm algorithm, boolean useDirectByteBuffer, boolean useByteBufferView)
           
 void DefaultReadTask.initialize(StreamAlgorithm algorithm, boolean useDirectByteBuffer, boolean useByteBufferView)
           
 void ReadTask.initialize(StreamAlgorithm algorithm, boolean useDirectByteBuffer, boolean useByteBufferView)
           
 

Uses of StreamAlgorithm in com.sun.enterprise.web.connector.grizzly.algorithms
 

Classes in com.sun.enterprise.web.connector.grizzly.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.enterprise.web.connector.grizzly.ssl
 

Methods in com.sun.enterprise.web.connector.grizzly.ssl with parameters of type StreamAlgorithm
 void SSLAsyncReadTask.initialize(StreamAlgorithm algorithm, boolean useDirectByteBuffer, boolean useByteBufferView)
          Initialize this object.
 void SSLReadTask.initialize(StreamAlgorithm algorithm, boolean useDirectByteBuffer, boolean useByteBufferView)
          Initialize this object.
 

Uses of StreamAlgorithm in com.sun.enterprise.web.connector.grizzly.standalone
 

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



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.