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 TypeMethodDescriptionvoidXnioWorker.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 TypeInterfaceDescriptioninterfaceA TLS-encapsulated connected stream channel.interfaceA stream channel that is a connection between a local and remote endpoint.Classes in org.xnio.channels that implement StreamChannelModifier and TypeClassDescriptionclassA connected SSL stream channel assembled from a stream source and stream sink.classA connected stream channel assembled from a stream source and stream sink.classA 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.