XNIO API 3.0.7.GA

Uses of Interface
org.xnio.channels.SimpleAcceptingChannel

Packages that use SimpleAcceptingChannel
org.xnio.channels   
 

Uses of SimpleAcceptingChannel in org.xnio.channels
 

Subinterfaces of SimpleAcceptingChannel in org.xnio.channels
 interface AcceptingChannel<C extends ConnectedChannel>
          A channel which can accept inbound connections from remote endpoints.
 

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


XNIO API 3.0.7.GA

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