Uses of Interface
org.xnio.channels.ReadListenerSettable
Packages that use ReadListenerSettable
Package
Description
The core XNIO channel API.
The XNIO conduit SPI.
-
Uses of ReadListenerSettable in org.xnio.channels
Classes in org.xnio.channels that implement ReadListenerSettableModifier and TypeClassDescriptionclassA stream source channel which is always empty.final classA channel which reads data of a fixed length and calls a finish listener.classDeprecated.This class is deprecated; use conduits instead.final classA half-duplex (read side) wrapper for a full-duplex channel.classTranslatingSuspendableChannel<C extends SuspendableChannel,W extends SuspendableChannel> Deprecated.This class is deprecated; use conduits instead.Constructors in org.xnio.channels with parameters of type ReadListenerSettable -
Uses of ReadListenerSettable in org.xnio.conduits
Classes in org.xnio.conduits with type parameters of type ReadListenerSettableModifier and TypeClassDescriptionstatic classReadReadyHandler.ChannelListenerHandler<C extends SuspendableReadChannel & ReadListenerSettable<C> & CloseListenerSettable<C>>A read ready handler which calls channel listener(s).Classes in org.xnio.conduits that implement ReadListenerSettableModifier and TypeClassDescriptionfinal classA readable message channel which is backed by a message source conduit.final classA stream source channel which wraps a stream source conduit.