XNIO API 2.0.2.GA

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 handler setter for this channel.
 

Method parameters in org.jboss.xnio with type arguments of type UdpChannel
 UdpServer Xnio.createUdpServer(ChannelListener<? super UdpChannel> openHandler, OptionMap optionMap)
          Create an unbound UDP server.
 UdpServer Xnio.createUdpServer(java.util.concurrent.Executor executor, ChannelListener<? super UdpChannel> openHandler, 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 handler for this channel.
 ChannelListener.Setter<? extends UdpChannel> UdpChannel.getReadSetter()
          Get the setter which can be used to change the read handler for this channel.
 ChannelListener.Setter<? extends UdpChannel> UdpChannel.getWriteSetter()
          Get the setter which can be used to change the write handler for this channel.
 


XNIO API 2.0.2.GA

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