|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WritableSelectionChannel | |
---|---|
org.restlet.engine.io | Supports input and output work. |
Uses of WritableSelectionChannel in org.restlet.engine.io |
---|
Classes in org.restlet.engine.io that implement WritableSelectionChannel | |
---|---|
class |
WritableBufferedChannel
Writable byte channel based on a target socket channel. |
class |
WritableTraceChannel
Trace byte channel that sends a copy of all data on the trace output stream. |
Constructors in org.restlet.engine.io with parameters of type WritableSelectionChannel | |
---|---|
WritableBufferedChannel(Buffer buffer,
WritableSelectionChannel target,
WakeupListener wakeupListener)
Constructor. |
|
WritableTraceChannel(WritableSelectionChannel wrappedChannel)
Constructor. |
|
WritableTraceChannel(WritableSelectionChannel wrappedChannel,
OutputStream traceStream)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |