Uses of Interface
org.xnio.channels.WriteListenerSettable
-
Packages that use WriteListenerSettable Package Description org.xnio.channels The core XNIO channel API.org.xnio.conduits The XNIO conduit SPI. -
-
Uses of WriteListenerSettable in org.xnio.channels
Classes in org.xnio.channels that implement WriteListenerSettable Modifier and Type Class Description class
FixedLengthStreamSinkChannel
A channel which writes a fixed amount of data.class
FramedMessageChannel
Deprecated.This class is deprecated; use conduits instead.class
NullStreamSinkChannel
A bit-bucket stream sink channel.class
SplitStreamSinkChannel
A half-duplex (write 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 WriteListenerSettable Constructor Description Setter(WriteListenerSettable<C> settable)
Construct a new instance. -
Uses of WriteListenerSettable in org.xnio.conduits
Classes in org.xnio.conduits with type parameters of type WriteListenerSettable Modifier and Type Class Description static class
WriteReadyHandler.ChannelListenerHandler<C extends SuspendableWriteChannel & WriteListenerSettable<C> & CloseListenerSettable<C>>
A write ready handler which calls channel listener(s).Classes in org.xnio.conduits that implement WriteListenerSettable Modifier and Type Class Description class
ConduitStreamSinkChannel
A stream sink channel which wraps a stream sink conduit.class
ConduitWritableMessageChannel
A writable message channel which is backed by a message sink conduit.
-