XNIO API 2.1.0.CR2

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 SslTcpServer
          An SSL TCP 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 listener for this channel.
 


XNIO API 2.1.0.CR2

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