Uses of Class
org.xnio.conduits.ConduitStreamSourceChannel
Packages that use ConduitStreamSourceChannel
-
Uses of ConduitStreamSourceChannel in org.xnio
Methods in org.xnio that return ConduitStreamSourceChannel -
Uses of ConduitStreamSourceChannel in org.xnio.conduits
Methods in org.xnio.conduits that return ConduitStreamSourceChannelMethods in org.xnio.conduits that return types with arguments of type ConduitStreamSourceChannelModifier and TypeMethodDescriptionConduitStreamSourceChannel.getCloseListener()
ConduitStreamSourceChannel.getCloseSetter()
ConduitStreamSourceChannel.getReadListener()
ConduitStreamSourceChannel.getReadSetter()
Method parameters in org.xnio.conduits with type arguments of type ConduitStreamSourceChannelModifier and TypeMethodDescriptionvoid
ConduitStreamSourceChannel.setCloseListener
(ChannelListener<? super ConduitStreamSourceChannel> closeListener) void
ConduitStreamSourceChannel.setReadListener
(ChannelListener<? super ConduitStreamSourceChannel> readListener)