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, registerregisterbegin, close, end, isOpenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrite, writewriteprotected Pipe.SinkChannel(SelectorProvider provider)
public final int validOps()
validOps in class SelectableChannel