Uses of Interface
org.xnio.channels.MessageChannel
Packages that use MessageChannel
-
Uses of MessageChannel in org.xnio.channels
Subinterfaces of MessageChannel in org.xnio.channelsModifier and TypeInterfaceDescriptioninterfaceA channel that sends and receives messages to a connected peer.Classes in org.xnio.channels that implement MessageChannelModifier and TypeClassDescriptionclassA connected bidirectional message channel assembled from a readable and writable message channel.classA bidirectional message channel assembled from a readable and writable message channel.classDeprecated.This class is deprecated; use conduits instead.Methods in org.xnio.channels that return types with arguments of type MessageChannelModifier and TypeMethodDescriptionChannelListener.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.