Uses of Interface
org.xnio.channels.StreamChannel
Packages that use StreamChannel
Package
Description
The main API package for XNIO.
The core XNIO channel API.
-
Uses of StreamChannel in org.xnio
Methods in org.xnio that return types with arguments of type StreamChannelModifier and TypeMethodDescriptionXnioIoFactory.createFullDuplexPipe()
Create a two-way stream pipe.XnioIoFactory.createFullDuplexPipe()
Create a two-way stream pipe.XnioIoThread.createFullDuplexPipe()
XnioIoThread.createFullDuplexPipe()
XnioWorker.createFullDuplexPipe()
XnioWorker.createFullDuplexPipe()
Method parameters in org.xnio with type arguments of type StreamChannelModifier and TypeMethodDescriptionvoid
XnioWorker.createPipe
(ChannelListener<? super StreamChannel> leftOpenListener, ChannelListener<? super StreamChannel> rightOpenListener, OptionMap optionMap) Deprecated. -
Uses of StreamChannel in org.xnio.channels
Subinterfaces of StreamChannel in org.xnio.channelsModifier and TypeInterfaceDescriptioninterface
A TLS-encapsulated connected stream channel.interface
A stream channel that is a connection between a local and remote endpoint.Classes in org.xnio.channels that implement StreamChannelModifier and TypeClassDescriptionclass
A connected SSL stream channel assembled from a stream source and stream sink.class
A connected stream channel assembled from a stream source and stream sink.class
A stream channel assembled from a stream source and stream sink.Methods in org.xnio.channels that return types with arguments of type StreamChannelModifier and TypeMethodDescriptionChannelListener.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 StreamChannelModifierConstructorDescriptionBlockingByteChannel
(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.
XnioWorker.createFullDuplexPipe()
instead.