Package | Description |
---|---|
org.xnio.channels |
The core XNIO channel API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectedSslStreamChannel
A TLS-encapsulated connected stream channel.
|
interface |
ConnectedStreamChannel
A stream channel that is a connection between a local and remote endpoint.
|
interface |
StreamChannel
A stream channel.
|
Modifier and Type | Class and Description |
---|---|
class |
AssembledConnectedSslStreamChannel
A connected SSL stream channel assembled from a stream source and stream sink.
|
class |
AssembledConnectedStreamChannel
A connected stream channel assembled from a stream source and stream sink.
|
class |
AssembledStreamChannel
A stream channel assembled from a stream source and stream sink.
|
Modifier and Type | Method and Description |
---|---|
static ByteChannel |
Channels.wrapByteChannel(ByteChannel original)
Create a wrapper for a byte channel which does not expose other methods.
|
Modifier and Type | Method and Description |
---|---|
static ByteChannel |
Channels.wrapByteChannel(ByteChannel original)
Create a wrapper for a byte channel which does not expose other methods.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.