Package org.apache.sshd.common.channel
Interface ChannelPipedSink
-
- All Superinterfaces:
java.lang.AutoCloseable,java.nio.channels.Channel,java.io.Closeable
- All Known Implementing Classes:
ChannelPipedInputStream
public interface ChannelPipedSink extends java.nio.channels.Channel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideof()Signal end of writing to the sinkvoidreceive(byte[] bytes, int off, int len)
-