XNIO API 2.1.0.CR2

Uses of Interface
org.jboss.xnio.TcpServer

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

Uses of TcpServer in org.jboss.xnio
 

Methods in org.jboss.xnio that return TcpServer
 TcpServer Xnio.createTcpServer(ChannelListener<? super TcpChannel> openListener, OptionMap optionMap)
          Create an unbound TCP server.
 TcpServer Xnio.createTcpServer(Executor executor, ChannelListener<? super TcpChannel> openListener, OptionMap optionMap)
          Create an unbound TCP server.
 

Methods in org.jboss.xnio that return types with arguments of type TcpServer
 ChannelListener.Setter<? extends TcpServer> TcpServer.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.