Interface | Description |
---|---|
WritableSelectionChannel |
Writable byte channel that is based on a selectable channel.
|
Class | Description |
---|---|
BufferedSelectionChannel<T extends SelectionChannel> |
Byte channel wrapping a byte buffer.
|
ChannelInputStream |
Input stream connected to a non-blocking readable channel.
|
ReadableBufferedChannel |
Readable byte channel based on a source socket channel that must only be
partially read.
|
ReadableChunkedChannel |
Readable byte channel capable of decoding chunked entities.
|
ReadableChunkingChannel |
Readable byte channel capable of encoding chunked entities.
|
ReadableSizedChannel |
Readable byte channel enforcing a maximum size.
|
ReadableSizedSelectionChannel |
Readable byte channel enforcing a maximum size and wrapping a selectable
channel.
|
ReadableSocketChannel |
Readable byte channel based on a source socket channel that must only be
partially read.
|
ReadableSslChannel |
SSL byte channel that unwraps all read data using the SSL/TLS protocols.
|
ReadableTraceChannel |
Trace byte channel that sends a copy of all data on the trace output stream.
|
TraceChannel<T extends SelectionChannel> |
Filter byte channel that sends a copy of all data on the trace output stream.
|
WrapperChannel<T extends Channel> |
Wrapper channel.
|
WrapperSelectionChannel<T extends SelectionChannel> |
Wrapper selection channel.
|
WrapperSocketChannel |
Readable byte channel based on a source socket channel that must only be
partially read.
|
WritableBufferedChannel |
Writable byte channel based on a target socket channel.
|
WritableSocketChannel |
Readable byte channel based on a source socket channel that must only be
partially read.
|
WritableSslChannel |
SSL byte channel that wraps all application data using the SSL/TLS protocols.
|
WritableTraceChannel |
Trace byte channel that sends a copy of all data on the trace output stream.
|
Copyright © 2005–2016. All rights reserved.