Uses of Interface
org.xnio.channels.CloseListenerSettable
Packages that use CloseListenerSettable
Package
Description
The main API package for XNIO.
The core XNIO channel API.
The XNIO conduit SPI.
Utility classes for using and implementing SSL within XNIO providers.
-
Uses of CloseListenerSettable in org.xnio
Classes in org.xnio that implement CloseListenerSettableModifier and TypeClassDescriptionclassA message-oriented connection between peers.classA connection between peers. -
Uses of CloseListenerSettable in org.xnio.channels
Classes in org.xnio.channels that implement CloseListenerSettableModifier and TypeClassDescriptionclassA stream source channel which is always empty.final classA channel which writes a fixed amount of data.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 bit-bucket stream sink channel.final classA half-duplex (write side) wrapper for a full-duplex channel.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 CloseListenerSettableModifierConstructorDescriptionSetter(CloseListenerSettable<C> settable) Construct a new instance. -
Uses of CloseListenerSettable in org.xnio.conduits
Classes in org.xnio.conduits with type parameters of type CloseListenerSettableModifier and TypeClassDescriptionstatic classReadReadyHandler.ChannelListenerHandler<C extends SuspendableReadChannel & ReadListenerSettable<C> & CloseListenerSettable<C>>A read ready handler which calls channel listener(s).static classTerminateHandler.ChannelListenerHandler<C extends 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 CloseListenerSettableModifier and TypeClassDescriptionfinal classA readable message channel which is backed by a message source conduit.final classA stream sink channel which wraps a stream sink conduit.final classA stream source channel which wraps a stream source conduit.final classA 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 CloseListenerSettableModifier and TypeClassDescriptionfinal classfinal classStreamConnection with SSL support.classA stream connection which can use SSL/TLS to negotiate a security layer.