Package | Description |
---|---|
org.restlet.engine.io | |
org.restlet.ext.ssl.internal |
Modifier and Type | Class and Description |
---|---|
class |
BufferedSelectionChannel<T extends SelectionChannel>
Byte channel wrapping a byte buffer.
|
class |
TraceChannel<T extends SelectionChannel>
Filter byte channel that sends a copy of all data on the trace output stream.
|
class |
WrapperSelectionChannel<T extends SelectionChannel>
Wrapper selection channel.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableSelectionChannel
Readable byte channel that is based on a selectable channel.
|
interface |
WritableSelectionChannel
Writable byte channel that is based on a selectable channel.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedSelectionChannel<T extends SelectionChannel>
Byte channel wrapping a byte buffer.
|
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.
|
class |
TraceChannel<T extends SelectionChannel>
Filter byte channel that sends a copy of all data on the trace output stream.
|
class |
WrapperSelectionChannel<T extends SelectionChannel>
Wrapper selection channel.
|
class |
WrapperSocketChannel
Readable byte channel based on a source socket channel that must only be
partially read.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadableSslChannel
SSL byte channel that unwraps all read data using the SSL/TLS protocols.
|
class |
WritableSslChannel
SSL byte channel that wraps all application data using the SSL/TLS protocols.
|
Copyright © 2005–2014. All rights reserved.