Uses of Class
org.restlet.engine.io.BufferState

Packages that use BufferState
org.restlet.engine.connector New advanced internal HTTP connector. 
org.restlet.engine.io Supports input and output work. 
 

Uses of BufferState in org.restlet.engine.connector
 

Methods in org.restlet.engine.connector that return BufferState
 BufferState Way.getLineBuilderState()
          Returns the line builder state.
 

Methods in org.restlet.engine.connector with parameters of type BufferState
protected  void Way.setLineBuilderState(BufferState lineBuilderState)
          Sets the line builder state.
 

Uses of BufferState in org.restlet.engine.io
 

Methods in org.restlet.engine.io that return BufferState
 BufferState Buffer.drain(StringBuilder lineBuilder, BufferState builderState)
          Drains the buffer into a line builder (start line or header line).
protected  BufferState ReadableChunkedChannel.getLineBuilderState()
          Returns the line builder state.
 BufferState Buffer.getState()
          Returns the byte buffer IO state.
static BufferState BufferState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BufferState[] BufferState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.restlet.engine.io with parameters of type BufferState
 BufferState Buffer.drain(StringBuilder lineBuilder, BufferState builderState)
          Drains the buffer into a line builder (start line or header line).
protected  void ReadableChunkedChannel.setLineBuilderState(BufferState lineBuilderState)
          Sets the line builder state.
 void Buffer.setState(BufferState byteBufferState)
          Sets the byte buffer IO state.
 

Constructors in org.restlet.engine.io with parameters of type BufferState
Buffer(ByteBuffer byteBuffer, BufferState byteBufferState)
          Constructor.
 



Copyright © 2005-2013 Restlet.