XNIO API 2.1.0.CR2

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> openListener)
          Create a pipe "server".
 ChannelSource<? extends StreamChannel> Xnio.createPipeServer(Executor executor, ChannelListener<? super StreamChannel> openListener)
          Create a pipe "server".
 

Method parameters in org.jboss.xnio with type arguments of type StreamChannel
 IoFuture<? extends Closeable> Xnio.createPipeConnection(ChannelListener<? super StreamChannel> leftListener, ChannelListener<? super StreamChannel> rightListener)
          Create a single pipe connection.
 IoFuture<? extends Closeable> Xnio.createPipeConnection(ChannelListener<? super StreamChannel> leftListener, ChannelListener<? super StreamChannel> rightListener)
          Create a single pipe connection.
 IoFuture<? extends Closeable> Xnio.createPipeConnection(Executor executor, ChannelListener<? super StreamChannel> leftListener, ChannelListener<? super StreamChannel> rightListener)
          Create a single pipe connection.
 IoFuture<? extends Closeable> Xnio.createPipeConnection(Executor executor, ChannelListener<? super StreamChannel> leftListener, ChannelListener<? super StreamChannel> rightListener)
          Create a single pipe connection.
 ChannelSource<? extends StreamChannel> Xnio.createPipeServer(ChannelListener<? super StreamChannel> openListener)
          Create a pipe "server".
 ChannelSource<? extends StreamChannel> Xnio.createPipeServer(Executor executor, ChannelListener<? super StreamChannel> openListener)
          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 listener for this channel.
 ChannelListener.Setter<? extends StreamChannel> StreamChannel.getReadSetter()
          Get the setter which can be used to change the read listener for this channel.
 ChannelListener.Setter<? extends StreamChannel> StreamChannel.getWriteSetter()
          Get the setter which can be used to change the write listener for this channel.
 

Constructors in org.jboss.xnio.channels with parameters of type StreamChannel
BlockingByteChannel(StreamChannel delegate)
          Construct a new instance.
BlockingByteChannel(StreamChannel delegate, long timeout, TimeUnit timeoutUnit)
          Construct a new instance.
BlockingByteChannel(StreamChannel delegate, long readTimeout, TimeUnit readTimeoutUnit, long writeTimeout, TimeUnit writeTimeoutUnit)
          Construct a new instance.
 


XNIO API 2.1.0.CR2

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