Package | Description |
---|---|
org.restlet.engine.connector | |
org.restlet.engine.io | |
org.restlet.ext.ssl.internal |
Modifier and Type | Method and Description |
---|---|
protected ReadableSelectionChannel |
Connection.createReadableSelectionChannel()
Creates a new readable channel.
|
ReadableSelectionChannel |
Connection.getReadableSelectionChannel()
Returns the underlying socket channel as a readable selection channel.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadableBufferedChannel
Readable byte channel based on a source socket channel that must only be
partially read.
|
class |
ReadableChunkedChannel
Readable byte channel capable of decoding chunked entities.
|
class |
ReadableSizedSelectionChannel
Readable byte channel enforcing a maximum size and wrapping a selectable
channel.
|
class |
ReadableSocketChannel
Readable byte channel based on a source socket channel that must only be
partially read.
|
class |
ReadableTraceChannel
Trace byte channel that sends a copy of all data on the trace output stream.
|
Constructor and Description |
---|
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.
|
ReadableTraceChannel(ReadableSelectionChannel wrappedChannel)
Constructor.
|
ReadableTraceChannel(ReadableSelectionChannel wrappedChannel,
OutputStream traceStream)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadableSslChannel
SSL byte channel that unwraps all read data using the SSL/TLS protocols.
|
Modifier and Type | Method and Description |
---|---|
protected ReadableSelectionChannel |
SslConnection.createReadableSelectionChannel() |
Constructor and Description |
---|
ReadableSslChannel(ReadableSelectionChannel source,
SslConnection<?> connection,
WakeupListener wakeupListener)
Constructor.
|
Copyright © 2005–2015. All rights reserved.