Uses of Interface
org.xnio.conduits.TerminateHandler
Packages that use TerminateHandler
-
Uses of TerminateHandler in org.xnio.conduits
Subinterfaces of TerminateHandler in org.xnio.conduitsModifier and TypeInterfaceDescriptioninterfaceA conduit read-ready handler.interfaceA conduit write-ready handler.Classes in org.xnio.conduits that implement TerminateHandlerModifier 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).Constructors in org.xnio.conduits with parameters of type TerminateHandler