public final class Channel extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Channel.Factory |
| Constructor and Description |
|---|
Channel(VMExecutor exec) |
public static final Object EOF
public Channel(VMExecutor exec)
public Object read() throws InterruptedException
InterruptedExceptionpublic void write(Object obj) throws InterruptedException
InterruptedExceptionpublic void close()
Copyright © 2015. All rights reserved.