XNIO API 2.1.0.CR2

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

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

Uses of DatagramChannel in org.jboss.xnio
 

Method parameters in org.jboss.xnio with type arguments of type DatagramChannel
 LocalServer Xnio.createLocalDatagramServer(ChannelListener<? super DatagramChannel<String>> openListener, OptionMap optionMap)
          Create a local datagram server.
 LocalServer Xnio.createLocalDatagramServer(Executor executor, ChannelListener<? super DatagramChannel<String>> openListener, OptionMap optionMap)
          Create a local datagram server.
 

Uses of DatagramChannel in org.jboss.xnio.channels
 

Methods in org.jboss.xnio.channels that return types with arguments of type DatagramChannel
 ChannelListener.Setter<? extends DatagramChannel<A>> DatagramChannel.getCloseSetter()
          Get the setter which can be used to change the close listener for this channel.
 ChannelListener.Setter<? extends DatagramChannel<A>> DatagramChannel.getReadSetter()
          Get the setter which can be used to change the read listener for this channel.
 ChannelListener.Setter<? extends DatagramChannel<A>> DatagramChannel.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.