XNIO API 3.0.7.GA

Uses of Interface
org.xnio.channels.MulticastMessageChannel

Packages that use MulticastMessageChannel
org.xnio The main API package for XNIO. 
org.xnio.channels   
 

Uses of MulticastMessageChannel in org.xnio
 

Methods in org.xnio that return MulticastMessageChannel
 MulticastMessageChannel XnioWorker.createUdpServer(InetSocketAddress bindAddress, ChannelListener<? super MulticastMessageChannel> bindListener, OptionMap optionMap)
          Create a UDP server.
 MulticastMessageChannel XnioWorker.createUdpServer(InetSocketAddress bindAddress, OptionMap optionMap)
          Create a UDP server.
 

Method parameters in org.xnio with type arguments of type MulticastMessageChannel
 MulticastMessageChannel XnioWorker.createUdpServer(InetSocketAddress bindAddress, ChannelListener<? super MulticastMessageChannel> bindListener, OptionMap optionMap)
          Create a UDP server.
 

Uses of MulticastMessageChannel in org.xnio.channels
 

Methods in org.xnio.channels that return MulticastMessageChannel
 MulticastMessageChannel MulticastMessageChannel.Key.getChannel()
          Return the channel associated with this key.
 

Methods in org.xnio.channels that return types with arguments of type MulticastMessageChannel
 ChannelListener.Setter<? extends MulticastMessageChannel> MulticastMessageChannel.getCloseSetter()
          Get the setter which can be used to change the close listener for this channel.
 ChannelListener.Setter<? extends MulticastMessageChannel> MulticastMessageChannel.getReadSetter()
          Get the setter which can be used to change the read listener for this channel.
 ChannelListener.Setter<? extends MulticastMessageChannel> MulticastMessageChannel.getWriteSetter()
          Get the setter which can be used to change the write listener for this channel.
 


XNIO API 3.0.7.GA

Copyright © 2010 JBoss, a division of Red Hat, Inc.