XNIO API 2.0.0.GA

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

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

Uses of BoundServer in org.jboss.xnio
 

Subinterfaces of BoundServer in org.jboss.xnio
 interface AcceptingServer<A,T extends BoundChannel<A>,C extends ConnectedChannel<A>>
          A server which accepts connections.
 interface LocalServer
          A local (UNIX domain) server convenience interface.
 interface TcpServer
          A TCP server convenience interface.
 interface UdpServer
          A UDP server convenience interface.
 

Uses of BoundServer in org.jboss.xnio.channels
 

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


XNIO API 2.0.0.GA

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