Uses of Interface
org.xnio.channels.MultipointMessageChannel
Packages that use MultipointMessageChannel
-
Uses of MultipointMessageChannel in org.xnio.channels
Subinterfaces of MultipointMessageChannel in org.xnio.channelsModifier and TypeInterfaceDescriptioninterfaceA multipoint datagram channel.interfaceA multicast-capable point-to-multipoint channel.Methods in org.xnio.channels that return types with arguments of type MultipointMessageChannelModifier and TypeMethodDescriptionChannelListener.Setter<? extends MultipointMessageChannel>MultipointMessageChannel.getCloseSetter()Get the setter which can be used to change the close listener for this channel.ChannelListener.Setter<? extends MultipointMessageChannel>MultipointMessageChannel.getReadSetter()Get the setter which can be used to change the read listener for this channel.ChannelListener.Setter<? extends MultipointMessageChannel>MultipointMessageChannel.getWriteSetter()Get the setter which can be used to change the write listener for this channel.