XNIO API 2.1.0.CR2

Uses of Interface
org.jboss.xnio.channels.UdpChannel

Packages that use UdpChannel
org.jboss.xnio The main API package for XNIO. 
org.jboss.xnio.channels Defines an enhanced set of channels. 
 

Uses of UdpChannel in org.jboss.xnio
 

Methods in org.jboss.xnio that return types with arguments of type UdpChannel
 ChannelListener.Setter<? extends UdpChannel> UdpServer.getBindSetter()
          Get the bind listener setter for this channel.
 

Method parameters in org.jboss.xnio with type arguments of type UdpChannel
 UdpServer Xnio.createUdpServer(ChannelListener<? super UdpChannel> bindListener, OptionMap optionMap)
          Create an unbound UDP server.
 UdpServer Xnio.createUdpServer(Executor executor, ChannelListener<? super UdpChannel> bindListener, OptionMap optionMap)
          Create an unbound UDP server.
 

Uses of UdpChannel in org.jboss.xnio.channels
 

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

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


XNIO API 2.1.0.CR2

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