Uses of Interface
org.xnio.channels.ReadListenerSettable
-
Packages that use ReadListenerSettable Package Description org.xnio.channels The core XNIO channel API.org.xnio.conduits The XNIO conduit SPI. -
-
Uses of ReadListenerSettable in org.xnio.channels
Classes in org.xnio.channels that implement ReadListenerSettable Modifier and Type Class Description class
EmptyStreamSourceChannel
A stream source channel which is always empty.class
FixedLengthStreamSourceChannel
A channel which reads data of a fixed length and calls a finish listener.class
FramedMessageChannel
Deprecated.This class is deprecated; use conduits instead.class
SplitStreamSourceChannel
A half-duplex (read side) wrapper for a full-duplex channel.class
TranslatingSuspendableChannel<C extends SuspendableChannel,W extends SuspendableChannel>
Deprecated.This class is deprecated; use conduits instead.Constructors in org.xnio.channels with parameters of type ReadListenerSettable Constructor Description Setter(ReadListenerSettable<C> settable)
Construct a new instance. -
Uses of ReadListenerSettable in org.xnio.conduits
Classes in org.xnio.conduits with type parameters of type ReadListenerSettable Modifier and Type Class Description static class
ReadReadyHandler.ChannelListenerHandler<C extends SuspendableReadChannel & ReadListenerSettable<C> & CloseListenerSettable<C>>
A read ready handler which calls channel listener(s).Classes in org.xnio.conduits that implement ReadListenerSettable Modifier and Type Class Description class
ConduitReadableMessageChannel
A readable message channel which is backed by a message source conduit.class
ConduitStreamSourceChannel
A stream source channel which wraps a stream source conduit.
-