Package | Description |
---|---|
org.restlet.ext.nio.internal.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 |
ReadableSslChannel
SSL byte channel that unwraps all read data using the SSL/TLS protocols.
|
class |
WritableBufferedChannel
Writable byte channel based on a target socket channel.
|
class |
WritableSslChannel
SSL byte channel that wraps all application data using the SSL/TLS protocols.
|
Copyright © 2005–2017. All rights reserved.