Uses of Interface
org.xnio.channels.BoundMultipointMessageChannel
Packages that use BoundMultipointMessageChannel
-
Uses of BoundMultipointMessageChannel in org.xnio.channels
Subinterfaces of BoundMultipointMessageChannel in org.xnio.channelsModifier and TypeInterfaceDescriptioninterface
A multicast-capable point-to-multipoint channel.Methods in org.xnio.channels that return types with arguments of type BoundMultipointMessageChannelModifier and TypeMethodDescriptionBoundMultipointMessageChannel.getCloseSetter()
Get the setter which can be used to change the close listener for this channel.BoundMultipointMessageChannel.getReadSetter()
Get the setter which can be used to change the read listener for this channel.BoundMultipointMessageChannel.getWriteSetter()
Get the setter which can be used to change the write listener for this channel.