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