XNIO API 2.1.0.CR2

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

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

Uses of LocalChannel in org.jboss.xnio
 

Methods in org.jboss.xnio that return types with arguments of type LocalChannel
 ChannelListener.Setter<? extends AcceptingServer<String,BoundChannel<String>,LocalChannel>> LocalServer.getCloseSetter()
          Get the setter which can be used to change the close listener for this channel.
 ChannelListener.Setter<? extends LocalChannel> LocalServer.getOpenSetter()
          Get the open listener setter for this server.
 

Uses of LocalChannel in org.jboss.xnio.channels
 

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


XNIO API 2.1.0.CR2

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