Package | Description |
---|---|
org.restlet.engine.connector | |
org.restlet.engine.io | |
org.restlet.ext.ssl.internal |
Modifier and Type | Method and Description |
---|---|
Buffer |
Way.getBuffer()
Returns the IO buffer.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Way.canLoop(Buffer buffer,
Object... args)
Indicates if the processing loop can continue.
|
boolean |
Way.couldDrain(Buffer buffer,
Object... args)
Indicates if the buffer could be drained again.
|
boolean |
Way.couldFill(Buffer buffer,
Object... args)
Indicates if the buffer could be filled again.
|
abstract int |
Way.onDrain(Buffer buffer,
int maxDrained,
Object... args)
Drains the byte buffer by writing available bytes to the socket channel.
|
int |
InboundWay.onDrain(Buffer buffer,
int maxDrained,
Object... args) |
int |
OutboundWay.onDrain(Buffer buffer,
int maxDrained,
Object... args) |
abstract int |
Way.onFill(Buffer buffer,
Object... args)
Fills the byte buffer by writing the current message.
|
int |
InboundWay.onFill(Buffer buffer,
Object... args) |
int |
OutboundWay.onFill(Buffer buffer,
Object... args) |
Modifier and Type | Method and Description |
---|---|
protected Buffer |
NbChannelInputStream.getBuffer()
Returns the internal byte buffer.
|
Buffer |
BufferedSelectionChannel.getBuffer()
Returns the source buffer.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NbChannelInputStream.canLoop(Buffer buffer,
Object... args)
Indicates if the processing loop can continue.
|
boolean |
BufferProcessor.canLoop(Buffer buffer,
Object... args)
Indicates if the processing loop can continue.
|
boolean |
BufferedSelectionChannel.canLoop(Buffer buffer,
Object... args)
Indicates if the processing loop can continue.
|
boolean |
ReadableBufferedChannel.couldDrain(Buffer buffer,
Object... args)
Indicates if the buffer could be drained again.
|
boolean |
WritableBufferedChannel.couldDrain(Buffer buffer,
Object... args)
Indicates if the buffer could be drained again.
|
boolean |
ReadableBufferedChannel.couldFill(Buffer buffer,
Object... args)
Indicates if the buffer could be filled again.
|
boolean |
WritableBufferedChannel.couldFill(Buffer buffer,
Object... args)
Indicates if the buffer could be filled again.
|
boolean |
NbChannelInputStream.couldFill(Buffer buffer,
Object... args)
Indicates if the buffer could be filled again.
|
boolean |
BufferProcessor.couldFill(Buffer buffer,
Object... args)
Indicates if the buffer could be filled again.
|
int |
ReadableChunkedChannel.onDrain(Buffer buffer,
int maxDrained,
Object... args)
Drains the byte buffer.
|
int |
ReadableSizedSelectionChannel.onDrain(Buffer buffer,
int maxDrained,
Object... args) |
int |
ReadableBufferedChannel.onDrain(Buffer buffer,
int maxDrained,
Object... args)
Drains the byte buffer.
|
int |
WritableBufferedChannel.onDrain(Buffer buffer,
int maxDrained,
Object... args)
Drains the byte buffer.
|
int |
NbChannelInputStream.onDrain(Buffer buffer,
int maxDrained,
Object... args)
Drains the byte buffer by returning available bytes as
InputStream bytes. |
int |
BufferProcessor.onDrain(Buffer buffer,
int maxDrained,
Object... args)
Drains the byte buffer.
|
int |
ReadableBufferedChannel.onFill(Buffer buffer,
Object... args)
Fills the byte buffer by writing the current message.
|
int |
WritableBufferedChannel.onFill(Buffer buffer,
Object... args)
Fills the byte buffer by writing the current message.
|
int |
NbChannelInputStream.onFill(Buffer buffer,
Object... args)
Fills the byte buffer by reading the source channel.
|
int |
BufferProcessor.onFill(Buffer buffer,
Object... args)
Fills the byte buffer.
|
Constructor and Description |
---|
BufferedSelectionChannel(Buffer buffer,
T source,
WakeupListener wakeupListener)
Constructor.
|
ReadableBufferedChannel(CompletionListener completionListener,
Buffer buffer,
ReadableSelectionChannel source,
WakeupListener wakeupListener)
Constructor.
|
ReadableChunkedChannel(CompletionListener completionListener,
Buffer buffer,
ReadableSelectionChannel source,
WakeupListener wakeupListener)
Constructor.
|
ReadableSizedSelectionChannel(CompletionListener completionListener,
Buffer buffer,
ReadableSelectionChannel source,
long availableSize,
WakeupListener wakeupListener)
Constructor.
|
WritableBufferedChannel(Buffer buffer,
WritableSelectionChannel target,
WakeupListener wakeupListener)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WritableSslChannel.canLoop(Buffer buffer,
Object... args) |
boolean |
WritableSslChannel.couldFill(Buffer buffer,
Object... args) |
int |
ReadableSslChannel.onDrain(Buffer buffer,
int maxDrained,
Object... args)
Drains the byte buffer.
|
int |
WritableSslChannel.onFill(Buffer buffer,
Object... args) |
Copyright © 2005–2014. All rights reserved.