| Package | Description |
|---|---|
| gnu.java.nio |
| Modifier and Type | Method and Description |
|---|---|
VMChannel |
VMChannel.accept()
Accept an incoming connection, returning a new VMChannel, or null
if the channel is nonblocking and no connection is pending.
|
static VMChannel |
VMChannel.getStderr() |
static VMChannel |
VMChannel.getStdin() |
static VMChannel |
VMChannel.getStdout() |