Uses of Interface
org.xnio.conduits.TerminateHandler
-
Packages that use TerminateHandler Package Description org.xnio.conduits The XNIO conduit SPI. -
-
Uses of TerminateHandler in org.xnio.conduits
Subinterfaces of TerminateHandler in org.xnio.conduits Modifier and Type Interface Description interfaceReadReadyHandlerA conduit read-ready handler.interfaceWriteReadyHandlerA conduit write-ready handler.Classes in org.xnio.conduits that implement TerminateHandler 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).Constructors in org.xnio.conduits with parameters of type TerminateHandler Constructor Description ReadyTask(TerminateHandler handler)Construct a new instance.
-