Package | Description |
---|---|
org.xnio.channels |
The core XNIO channel API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectedMessageChannel
A channel that sends and receives messages to a connected peer.
|
Modifier and Type | Class and Description |
---|---|
class |
AssembledConnectedMessageChannel
A connected bidirectional message channel assembled from a readable and writable message channel.
|
class |
AssembledMessageChannel
A bidirectional message channel assembled from a readable and writable message channel.
|
class |
FramedMessageChannel
Deprecated.
This class is deprecated; use conduits instead.
|
Modifier and Type | Method and Description |
---|---|
ChannelListener.Setter<? extends MessageChannel> |
MessageChannel.getCloseSetter()
Get the setter which can be used to change the close listener for this channel.
|
ChannelListener.Setter<? extends MessageChannel> |
MessageChannel.getReadSetter()
Get the setter which can be used to change the read listener for this channel.
|
ChannelListener.Setter<? extends MessageChannel> |
MessageChannel.getWriteSetter()
Get the setter which can be used to change the write listener for this channel.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.