Uses of Class
org.xnio.conduits.ConduitWritableMessageChannel
Packages that use ConduitWritableMessageChannel
-
Uses of ConduitWritableMessageChannel in org.xnio
Methods in org.xnio that return ConduitWritableMessageChannel -
Uses of ConduitWritableMessageChannel in org.xnio.conduits
Methods in org.xnio.conduits that return ConduitWritableMessageChannelMethods in org.xnio.conduits that return types with arguments of type ConduitWritableMessageChannelModifier and TypeMethodDescriptionConduitWritableMessageChannel.getCloseListener()
ConduitWritableMessageChannel.getCloseSetter()
ConduitWritableMessageChannel.getWriteListener()
ConduitWritableMessageChannel.getWriteSetter()
Method parameters in org.xnio.conduits with type arguments of type ConduitWritableMessageChannelModifier and TypeMethodDescriptionvoid
ConduitWritableMessageChannel.setCloseListener
(ChannelListener<? super ConduitWritableMessageChannel> closeListener) void
ConduitWritableMessageChannel.setWriteListener
(ChannelListener<? super ConduitWritableMessageChannel> writeListener)