Uses of Interface
org.xnio.channels.ConnectedMessageChannel
-
Packages that use ConnectedMessageChannel Package Description org.xnio The main API package for XNIO.org.xnio.channels The core XNIO channel API. -
-
Uses of ConnectedMessageChannel in org.xnio
Methods in org.xnio that return types with arguments of type ConnectedMessageChannel Modifier and Type Method Description IoFuture<ConnectedMessageChannel>XnioWorker. acceptDatagram(java.net.SocketAddress destination, ChannelListener<? super ConnectedMessageChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Deprecated.IoFuture<ConnectedMessageChannel>XnioWorker. connectDatagram(java.net.SocketAddress bindAddress, java.net.SocketAddress destination, ChannelListener<? super ConnectedMessageChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Deprecated.IoFuture<ConnectedMessageChannel>XnioWorker. connectDatagram(java.net.SocketAddress destination, ChannelListener<? super ConnectedMessageChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Deprecated.Method parameters in org.xnio with type arguments of type ConnectedMessageChannel Modifier and Type Method Description IoFuture<ConnectedMessageChannel>XnioWorker. acceptDatagram(java.net.SocketAddress destination, ChannelListener<? super ConnectedMessageChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Deprecated.IoFuture<ConnectedMessageChannel>XnioWorker. connectDatagram(java.net.SocketAddress bindAddress, java.net.SocketAddress destination, ChannelListener<? super ConnectedMessageChannel> openListener, ChannelListener<? super BoundChannel> bindListener, OptionMap optionMap)Deprecated.IoFuture<ConnectedMessageChannel>XnioWorker. connectDatagram(java.net.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 ConnectedMessageChannel Modifier and Type Class Description classAssembledConnectedMessageChannelA connected bidirectional message channel assembled from a readable and writable message channel.classFramedMessageChannelDeprecated.This class is deprecated; use conduits instead.Methods in org.xnio.channels that return types with arguments of type ConnectedMessageChannel Modifier and Type Method Description ChannelListener.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.
-