Uses of Interface
com.sun.grizzly.tcp.InputBuffer

Packages that use InputBuffer
com.sun.grizzly.tcp   
com.sun.grizzly.tcp.http11   
com.sun.grizzly.tcp.http11.filters   
 

Uses of InputBuffer in com.sun.grizzly.tcp
 

Methods in com.sun.grizzly.tcp that return InputBuffer
 InputBuffer Request.getInputBuffer()
           
 

Methods in com.sun.grizzly.tcp with parameters of type InputBuffer
 void Request.setInputBuffer(InputBuffer inputBuffer)
           
 

Uses of InputBuffer in com.sun.grizzly.tcp.http11
 

Subinterfaces of InputBuffer in com.sun.grizzly.tcp.http11
 interface InputFilter
          Input filter interface.
 

Classes in com.sun.grizzly.tcp.http11 that implement InputBuffer
 class InternalInputBuffer
           
protected  class InternalInputBuffer.InputStreamInputBuffer
          This class is an input buffer which will read its data from an input stream.
 

Fields in com.sun.grizzly.tcp.http11 declared as InputBuffer
protected  InputBuffer InternalInputBuffer.inputStreamInputBuffer
          Underlying input buffer.
 

Methods in com.sun.grizzly.tcp.http11 with parameters of type InputBuffer
 void InputFilter.setBuffer(InputBuffer buffer)
          Set the next buffer in the filter pipeline.
 

Uses of InputBuffer in com.sun.grizzly.tcp.http11.filters
 

Classes in com.sun.grizzly.tcp.http11.filters that implement InputBuffer
 class BufferedInputFilter
          Input filter responsible for reading and buffering the request body, so that it does not interfere with client SSL handshake messages.
 class ChunkedInputFilter
          Chunked input filter.
 class IdentityInputFilter
          Identity input filter.
 class VoidInputFilter
          Void input filter, which returns -1 when attempting a read.
 

Fields in com.sun.grizzly.tcp.http11.filters declared as InputBuffer
protected  InputBuffer ChunkedInputFilter.buffer
          Next buffer in the pipeline.
protected  InputBuffer IdentityInputFilter.buffer
          Next buffer in the pipeline.
 

Methods in com.sun.grizzly.tcp.http11.filters with parameters of type InputBuffer
 void ChunkedInputFilter.setBuffer(InputBuffer buffer)
          Set the next buffer in the filter pipeline.
 void IdentityInputFilter.setBuffer(InputBuffer buffer)
          Set the next buffer in the filter pipeline.
 void VoidInputFilter.setBuffer(InputBuffer buffer)
          Set the next buffer in the filter pipeline.
 void BufferedInputFilter.setBuffer(InputBuffer buffer)
           
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.