Uses of Interface
org.xnio.channels.CloseListenerSettable
-
Packages that use CloseListenerSettable Package Description org.xnio The main API package for XNIO.org.xnio.channels The core XNIO channel API.org.xnio.conduits The XNIO conduit SPI.org.xnio.ssl Utility classes for using and implementing SSL within XNIO providers. -
-
Uses of CloseListenerSettable in org.xnio
Classes in org.xnio that implement CloseListenerSettable Modifier and Type Class Description classMessageConnectionA message-oriented connection between peers.classStreamConnectionA connection between peers. -
Uses of CloseListenerSettable in org.xnio.channels
Classes in org.xnio.channels that implement CloseListenerSettable Modifier and Type Class Description classEmptyStreamSourceChannelA stream source channel which is always empty.classFixedLengthStreamSinkChannelA channel which writes a fixed amount of data.classFixedLengthStreamSourceChannelA channel which reads data of a fixed length and calls a finish listener.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.classSplitStreamSourceChannelA 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 CloseListenerSettable Constructor Description Setter(CloseListenerSettable<C> settable)Construct a new instance. -
Uses of CloseListenerSettable in org.xnio.conduits
Classes in org.xnio.conduits with type parameters of type CloseListenerSettable Modifier and Type Class Description static classReadReadyHandler.ChannelListenerHandler<C extends SuspendableReadChannel & ReadListenerSettable<C> & CloseListenerSettable<C>>A read ready handler which calls channel listener(s).static classTerminateHandler.ChannelListenerHandler<C extends java.nio.channels.Channel & CloseListenerSettable<C>>A terminate handler which calls a channel listener on termination notification.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 CloseListenerSettable Modifier and Type Class Description classConduitReadableMessageChannelA readable message channel which is backed by a message source conduit.classConduitStreamSinkChannelA stream sink channel which wraps a stream sink conduit.classConduitStreamSourceChannelA stream source channel which wraps a stream source conduit.classConduitWritableMessageChannelA writable message channel which is backed by a message sink conduit. -
Uses of CloseListenerSettable in org.xnio.ssl
Classes in org.xnio.ssl that implement CloseListenerSettable Modifier and Type Class Description classJsseSslConnectionclassJsseSslStreamConnectionStreamConnection with SSL support.classSslConnectionA stream connection which can use SSL/TLS to negotiate a security layer.
-