Closeable
AutoCloseable
Channel
GatheringByteChannel
InterruptibleChannel
WritableByteChannel
public abstract static class Pipe.SinkChannel extends AbstractSelectableChannel implements WritableByteChannel, GatheringByteChannel
Pipe
provider
Pipe-sink channels only support writing, so this method returns SelectionKey.OP_WRITE.
SelectionKey.OP_WRITE
validOps
SelectableChannel