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

Packages that use ChunkState
org.restlet.engine.io Supports input and output work. 
 

Uses of ChunkState in org.restlet.engine.io
 

Methods in org.restlet.engine.io that return ChunkState
protected  ChunkState ReadableChunkedChannel.getChunkState()
          Returns the chunk state.
static ChunkState ChunkState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChunkState[] ChunkState.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 ChunkState
protected  void ReadableChunkedChannel.setChunkState(ChunkState chunkState)
          Sets the chunk state.
 



Copyright © 2005-2013 Restlet.