| Package | Description | 
|---|---|
| org.xnio.channels | The core XNIO channel API. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TranslatingSuspendableChannel<C extends SuspendableChannel,W extends SuspendableChannel>Deprecated. 
 This class is deprecated; use conduits instead. | 
| class  | TranslatingSuspendableChannel<C extends SuspendableChannel,W extends SuspendableChannel>Deprecated. 
 This class is deprecated; use conduits instead. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BoundMultipointMessageChannelA multipoint datagram channel. | 
| interface  | ConnectedMessageChannelA channel that sends and receives messages to a connected peer. | 
| interface  | ConnectedSslStreamChannelA TLS-encapsulated connected stream channel. | 
| interface  | ConnectedStreamChannelA stream channel that is a connection between a local and remote endpoint. | 
| interface  | MessageChannelA channel that sends and receives whole messages. | 
| interface  | MulticastMessageChannelA multicast-capable point-to-multipoint channel. | 
| interface  | MultipointMessageChannelA point-to-multipoint message channel. | 
| interface  | StreamChannelA stream channel. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AssembledConnectedMessageChannelA connected bidirectional message channel assembled from a readable and writable message channel. | 
| class  | AssembledConnectedSslStreamChannelA connected SSL stream channel assembled from a stream source and stream sink. | 
| class  | AssembledConnectedStreamChannelA connected stream channel assembled from a stream source and stream sink. | 
| class  | AssembledMessageChannelA bidirectional message channel assembled from a readable and writable message channel. | 
| class  | AssembledStreamChannelA stream channel assembled from a stream source and stream sink. | 
| class  | FramedMessageChannelDeprecated. 
 This class is deprecated; use conduits instead. | 
| class  | TranslatingSuspendableChannel<C extends SuspendableChannel,W extends SuspendableChannel>Deprecated. 
 This class is deprecated; use conduits instead. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected W | TranslatingSuspendableChannel. channelDeprecated.  The wrapped channel. | 
| Modifier and Type | Method and Description | 
|---|---|
| ChannelListener.Setter<? extends SuspendableChannel> | SuspendableChannel. getCloseSetter()Get the setter which can be used to change the close listener for this channel. | 
| ChannelListener.Setter<? extends SuspendableChannel> | SuspendableChannel. getReadSetter()Get the setter which can be used to change the read listener for this channel. | 
| ChannelListener.Setter<? extends SuspendableChannel> | SuspendableChannel. 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.