Overriding: java.nio.channels.SelectableChannel
Returns an operation set identifying this channel's supported operations.
Pipe-source channels only support reading, so this method returns SelectionKey.OP_READ.
SelectionKey.OP_READ
Returns: The valid-operation set
Diagram: Pipe