XNIO API 3.0.7.GA

Uses of Interface
org.xnio.channels.StreamChannel

Packages that use StreamChannel
org.xnio The main API package for XNIO. 
org.xnio.channels   
 

Uses of StreamChannel in org.xnio
 

Method parameters in org.xnio with type arguments of type StreamChannel
 void XnioWorker.createPipe(ChannelListener<? super StreamChannel> leftOpenListener, ChannelListener<? super StreamChannel> rightOpenListener, OptionMap optionMap)
          Open a bidirectional stream pipe.
 void XnioWorker.createPipe(ChannelListener<? super StreamChannel> leftOpenListener, ChannelListener<? super StreamChannel> rightOpenListener, OptionMap optionMap)
          Open a bidirectional stream pipe.
 

Uses of StreamChannel in org.xnio.channels
 

Subinterfaces of StreamChannel in org.xnio.channels
 interface ConnectedSslStreamChannel
          A TLS-encapsulated connected stream channel.
 interface ConnectedStreamChannel
          A stream channel that is a connection between a local and remote endpoint.
 

Methods in org.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.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 3.0.7.GA

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