Package | Description |
---|---|
org.restlet.ext.nio.internal.channel | |
org.restlet.ext.nio.internal.connection |
Modifier and Type | Class and Description |
---|---|
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 |
WritableSslChannel
SSL byte channel that wraps all application data using the SSL/TLS protocols.
|
class |
WritableTraceChannel
Trace byte channel that sends a copy of all data on the trace output stream.
|
Constructor and Description |
---|
WritableBufferedChannel(Buffer buffer,
WritableSelectionChannel target,
WakeupListener wakeupListener)
Constructor.
|
WritableSslChannel(WritableSelectionChannel target,
SslConnection<?> connection,
WakeupListener wakeupListener)
Constructor.
|
WritableTraceChannel(WritableSelectionChannel wrappedChannel)
Constructor.
|
WritableTraceChannel(WritableSelectionChannel wrappedChannel,
OutputStream traceStream)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected WritableSelectionChannel |
SslConnection.createWritableSelectionChannel() |
protected WritableSelectionChannel |
Connection.createWritableSelectionChannel()
Creates a new writable channel.
|
WritableSelectionChannel |
Connection.getWritableSelectionChannel()
Returns the underlying socket channel as a writable selection channel.
|
Copyright © 2005–2017. All rights reserved.