public abstract static class Pipe.SinkChannel extends AbstractSelectableChannel implements WritableByteChannel, GatheringByteChannel
Modifier | Constructor and Description |
---|---|
protected |
Pipe.SinkChannel(SelectorProvider provider)
Initializes the channel.
|
Modifier and Type | Method and Description |
---|---|
int |
validOps()
Returns an operation set that is valid on this channel.
|
blockingLock, configureBlocking, implCloseChannel, implCloseSelectableChannel, implConfigureBlocking, isBlocking, isRegistered, keyFor, provider, register
register
begin, close, end, isOpen
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
write, write
write
protected Pipe.SinkChannel(SelectorProvider provider)
public final int validOps()
validOps
in class SelectableChannel