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 classFixedLengthStreamSinkChannelA channel which writes a fixed amount of data.classFramedMessageChannelDeprecated.This class is deprecated; use conduits instead.classNullStreamSinkChannelA bit-bucket stream sink channel.classSplitStreamSinkChannelA half-duplex (write 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 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 classWriteReadyHandler.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 classConduitStreamSinkChannelA stream sink channel which wraps a stream sink conduit.classConduitWritableMessageChannelA writable message channel which is backed by a message sink conduit.
-