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 interface
ReadReadyHandler
A conduit read-ready handler.interface
WriteReadyHandler
A conduit write-ready handler.Classes in org.xnio.conduits that implement TerminateHandler Modifier and Type Class Description static 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 java.nio.channels.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 Constructor Description ReadyTask(TerminateHandler handler)
Construct a new instance.
-