Package | Description |
---|---|
org.restlet.ext.nio.internal.buffer | |
org.restlet.ext.nio.internal.channel | |
org.restlet.ext.nio.internal.way |
Modifier and Type | Method and Description |
---|---|
BufferState |
Buffer.drain(StringBuilder lineBuilder,
BufferState builderState)
Drains the buffer into a line builder (start line or header line).
|
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.
|
Modifier and Type | Method and Description |
---|---|
BufferState |
Buffer.drain(StringBuilder lineBuilder,
BufferState builderState)
Drains the buffer into a line builder (start line or header line).
|
void |
Buffer.setState(BufferState byteBufferState)
Sets the byte buffer IO state.
|
Constructor and Description |
---|
Buffer(ByteBuffer byteBuffer,
BufferState byteBufferState)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected BufferState |
ReadableChunkedChannel.getLineBuilderState()
Returns the line builder state.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ReadableChunkedChannel.setLineBuilderState(BufferState lineBuilderState)
Sets the line builder state.
|
Modifier and Type | Method and Description |
---|---|
BufferState |
Way.getLineBuilderState()
Returns the line builder state.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Way.setLineBuilderState(BufferState lineBuilderState)
Sets the line builder state.
|
Copyright © 2005–2018. All rights reserved.