|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WritableSelectionChannel | |
---|---|
org.restlet.engine.connector | New advanced internal HTTP connector. |
org.restlet.engine.io | Supports input and output work. |
Uses of WritableSelectionChannel in org.restlet.engine.connector |
---|
Methods in org.restlet.engine.connector that return WritableSelectionChannel | |
---|---|
protected WritableSelectionChannel |
Connection.createWritableSelectionChannel()
Creates a new writable channel. |
WritableSelectionChannel |
Connection.getWritableSelectionChannel()
Returns the underlying socket channel as a writable selection channel. |
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 |
WritableSocketChannel
Readable byte channel based on a source socket channel that must only be partially read. |
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 |