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 TypeInterfaceDescriptioninterface
A conduit read-ready handler.interface
A conduit write-ready handler.Classes in org.xnio.conduits that implement TerminateHandlerModifier and TypeClassDescriptionstatic class
ReadReadyHandler.ChannelListenerHandler<C extends SuspendableReadChannel & ReadListenerSettable<C> & CloseListenerSettable<C>>
A read ready handler which calls channel listener(s).static class
TerminateHandler.ChannelListenerHandler<C extends Channel & CloseListenerSettable<C>>
A terminate handler which calls a channel listener on termination notification.static class
WriteReadyHandler.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