XNIO API 2.1.0.CR2

Uses of Interface
org.jboss.xnio.UdpServer

Packages that use UdpServer
org.jboss.xnio The main API package for XNIO. 
 

Uses of UdpServer in org.jboss.xnio
 

Methods in org.jboss.xnio that return UdpServer
 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.
 UdpServer Xnio.createUdpServer(OptionMap optionMap)
          Create an unbound UDP server.
 

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


XNIO API 2.1.0.CR2

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