XNIO API 3.0.7.GA

Uses of Interface
org.xnio.channels.StreamSourceChannel

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

Uses of StreamSourceChannel in org.xnio
 

Method parameters in org.xnio with type arguments of type StreamSourceChannel
 void XnioWorker.createOneWayPipe(ChannelListener<? super StreamSourceChannel> sourceListener, ChannelListener<? super StreamSinkChannel> sinkListener, OptionMap optionMap)
          Open a unidirectional stream pipe.
 

Uses of StreamSourceChannel in org.xnio.channels
 

Subinterfaces of StreamSourceChannel 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.
 interface StreamChannel
          A stream channel.
 

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

Methods in org.xnio.channels with parameters of type StreamSourceChannel
static void Channels.transferBlocking(FileChannel destination, StreamSourceChannel source, long startPosition, long count)
          Transfer bytes between two channels efficiently, blocking if necessary.
 long StreamSinkChannel.transferFrom(StreamSourceChannel source, long count, ByteBuffer throughBuffer)
          Transfers bytes from the given channel source.
 

Constructors in org.xnio.channels with parameters of type StreamSourceChannel
BlockingReadableByteChannel(StreamSourceChannel delegate)
          Construct a new instance.
BlockingReadableByteChannel(StreamSourceChannel delegate, long readTimeout, TimeUnit readTimeoutUnit)
          Construct a new instance.
 

Uses of StreamSourceChannel in org.xnio.streams
 

Fields in org.xnio.streams declared as StreamSourceChannel
protected  StreamSourceChannel ChannelInputStream.channel
           
 

Constructors in org.xnio.streams with parameters of type StreamSourceChannel
BufferedChannelInputStream(StreamSourceChannel channel, int bufferSize)
          Construct a new instance.
BufferedChannelInputStream(StreamSourceChannel channel, int bufferSize, long timeout, TimeUnit unit)
          Construct a new instance.
ChannelInputStream(StreamSourceChannel channel)
          Construct a new instance.
ChannelInputStream(StreamSourceChannel channel, long timeout, TimeUnit timeoutUnit)
          Construct a new instance.
 


XNIO API 3.0.7.GA

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