Package | Description |
---|---|
org.restlet.ext.nio.internal.channel | |
org.restlet.ext.nio.internal.state |
Modifier and Type | Method and Description |
---|---|
protected ChunkState |
ReadableChunkedChannel.getChunkState()
Returns the chunk state.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ReadableChunkedChannel.setChunkState(ChunkState chunkState)
Sets the chunk state.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2005–2015. All rights reserved.