XNIO API 2.0.2.GA

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<java.lang.String,BoundChannel<java.lang.String>,LocalChannel>> LocalServer.getCloseSetter()
          Get the setter which can be used to change the close handler for this channel.
 ChannelListener.Setter<? extends LocalChannel> LocalServer.getOpenSetter()
          Get the open handler 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 handler for this channel.
 ChannelListener.Setter<? extends LocalChannel> LocalChannel.getReadSetter()
          Get the setter which can be used to change the read handler for this channel.
 ChannelListener.Setter<? extends LocalChannel> LocalChannel.getWriteSetter()
          Get the setter which can be used to change the write handler for this channel.
 


XNIO API 2.0.2.GA

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