Uses of Class
org.xnio.conduits.ConduitStreamSinkChannel
Packages that use ConduitStreamSinkChannel
-
Uses of ConduitStreamSinkChannel in org.xnio
Methods in org.xnio that return ConduitStreamSinkChannel -
Uses of ConduitStreamSinkChannel in org.xnio.conduits
Methods in org.xnio.conduits that return ConduitStreamSinkChannelMethods in org.xnio.conduits that return types with arguments of type ConduitStreamSinkChannelModifier and TypeMethodDescriptionChannelListener<? super ConduitStreamSinkChannel>ConduitStreamSinkChannel.getCloseListener()ConduitStreamSinkChannel.getCloseSetter()ChannelListener<? super ConduitStreamSinkChannel>ConduitStreamSinkChannel.getWriteListener()ConduitStreamSinkChannel.getWriteSetter()Method parameters in org.xnio.conduits with type arguments of type ConduitStreamSinkChannelModifier and TypeMethodDescriptionvoidConduitStreamSinkChannel.setCloseListener(ChannelListener<? super ConduitStreamSinkChannel> closeListener) voidConduitStreamSinkChannel.setWriteListener(ChannelListener<? super ConduitStreamSinkChannel> writeListener)