Uses of Class
org.xnio.channels.EmptyStreamSourceChannel
Packages that use EmptyStreamSourceChannel
-
Uses of EmptyStreamSourceChannel in org.xnio.channels
Methods in org.xnio.channels that return types with arguments of type EmptyStreamSourceChannelModifier and TypeMethodDescriptionChannelListener<? super EmptyStreamSourceChannel>EmptyStreamSourceChannel.getCloseListener()ChannelListener.Setter<? extends EmptyStreamSourceChannel>EmptyStreamSourceChannel.getCloseSetter()ChannelListener<? super EmptyStreamSourceChannel>EmptyStreamSourceChannel.getReadListener()ChannelListener.Setter<? extends EmptyStreamSourceChannel>EmptyStreamSourceChannel.getReadSetter()Method parameters in org.xnio.channels with type arguments of type EmptyStreamSourceChannelModifier and TypeMethodDescriptionvoidEmptyStreamSourceChannel.setCloseListener(ChannelListener<? super EmptyStreamSourceChannel> closeListener) voidEmptyStreamSourceChannel.setReadListener(ChannelListener<? super EmptyStreamSourceChannel> readListener)