Closeable
AutoCloseable
Channel
InterruptibleChannel
ReadableByteChannel
ScatteringByteChannel
public abstract static class Pipe.SourceChannel extends AbstractSelectableChannel implements ReadableByteChannel, ScatteringByteChannel
Pipe
provider
Pipe-source channels only support reading, so this method returns SelectionKey.OP_READ.
SelectionKey.OP_READ
validOps
SelectableChannel