XNIO API 2.0.2.GA

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

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

Uses of StreamChannel in org.jboss.xnio
 

Methods in org.jboss.xnio that return types with arguments of type StreamChannel
 ChannelSource<? extends StreamChannel> Xnio.createPipeServer(ChannelListener<? super StreamChannel> openHandler)
          Create a pipe "server".
 ChannelSource<? extends StreamChannel> Xnio.createPipeServer(java.util.concurrent.Executor executor, ChannelListener<? super StreamChannel> openHandler)
          Create a pipe "server".
 

Method parameters in org.jboss.xnio with type arguments of type StreamChannel
 IoFuture<? extends java.io.Closeable> Xnio.createPipeConnection(ChannelListener<? super StreamChannel> leftHandler, ChannelListener<? super StreamChannel> rightHandler)
          Create a single pipe connection.
 IoFuture<? extends java.io.Closeable> Xnio.createPipeConnection(ChannelListener<? super StreamChannel> leftHandler, ChannelListener<? super StreamChannel> rightHandler)
          Create a single pipe connection.
 IoFuture<? extends java.io.Closeable> Xnio.createPipeConnection(java.util.concurrent.Executor executor, ChannelListener<? super StreamChannel> leftHandler, ChannelListener<? super StreamChannel> rightHandler)
          Create a single pipe connection.
 IoFuture<? extends java.io.Closeable> Xnio.createPipeConnection(java.util.concurrent.Executor executor, ChannelListener<? super StreamChannel> leftHandler, ChannelListener<? super StreamChannel> rightHandler)
          Create a single pipe connection.
 ChannelSource<? extends StreamChannel> Xnio.createPipeServer(ChannelListener<? super StreamChannel> openHandler)
          Create a pipe "server".
 ChannelSource<? extends StreamChannel> Xnio.createPipeServer(java.util.concurrent.Executor executor, ChannelListener<? super StreamChannel> openHandler)
          Create a pipe "server".
 

Uses of StreamChannel in org.jboss.xnio.channels
 

Subinterfaces of StreamChannel in org.jboss.xnio.channels
 interface ConnectedStreamChannel<A>
          A stream channel that is a connection between a local and remote endpoint.
 interface LocalChannel
          A connected local IPC channel.
 interface SslTcpChannel
          A TLS-encapsulated TCP channel.
 interface TcpChannel
          A TCP channel.
 

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

Constructors in org.jboss.xnio.channels with parameters of type StreamChannel
BlockingByteChannel(StreamChannel delegate)
          Construct a new instance.
 


XNIO API 2.0.2.GA

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