Uses of Interface
org.xnio.channels.ConnectedMessageChannel
Packages that use ConnectedMessageChannel
Package
Description
The main API package for XNIO.
The core XNIO channel API.
-
Uses of ConnectedMessageChannel in org.xnio
Methods in org.xnio that return types with arguments of type ConnectedMessageChannelModifier and TypeMethodDescriptionXnioWorker.acceptDatagram
(SocketAddress destination, ChannelListener<? super ConnectedMessageChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap) Deprecated.XnioWorker.connectDatagram
(SocketAddress bindAddress, SocketAddress destination, ChannelListener<? super ConnectedMessageChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap) Deprecated.XnioWorker.connectDatagram
(SocketAddress destination, ChannelListener<? super ConnectedMessageChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap) Deprecated.Method parameters in org.xnio with type arguments of type ConnectedMessageChannelModifier and TypeMethodDescriptionXnioWorker.acceptDatagram
(SocketAddress destination, ChannelListener<? super ConnectedMessageChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap) Deprecated.XnioWorker.connectDatagram
(SocketAddress bindAddress, SocketAddress destination, ChannelListener<? super ConnectedMessageChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap) Deprecated.XnioWorker.connectDatagram
(SocketAddress destination, ChannelListener<? super ConnectedMessageChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap) Deprecated. -
Uses of ConnectedMessageChannel in org.xnio.channels
Classes in org.xnio.channels that implement ConnectedMessageChannelModifier and TypeClassDescriptionclass
A connected bidirectional message channel assembled from a readable and writable message channel.class
Deprecated.This class is deprecated; use conduits instead.Methods in org.xnio.channels that return types with arguments of type ConnectedMessageChannelModifier and TypeMethodDescriptionChannelListener.Setter<? extends ConnectedMessageChannel>
ConnectedMessageChannel.getCloseSetter()
Get the setter which can be used to change the close listener for this channel.ChannelListener.Setter<? extends ConnectedMessageChannel>
ConnectedMessageChannel.getReadSetter()
Get the setter which can be used to change the read listener for this channel.ChannelListener.Setter<? extends ConnectedMessageChannel>
ConnectedMessageChannel.getWriteSetter()
Get the setter which can be used to change the write listener for this channel.