public abstract static class Pipe.SourceChannel extends AbstractSelectableChannel implements ReadableByteChannel, ScatteringByteChannel
| Modifier | Constructor and Description |
|---|---|
protected |
Pipe.SourceChannel(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, waitread, readreadprotected Pipe.SourceChannel(SelectorProvider provider)
public final int validOps()
validOps in class SelectableChannel