public class StdioChannelHost extends java.lang.Object implements ChannelHost
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CHANNEL_TYPE |
| Constructor and Description |
|---|
StdioChannelHost() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
IpcChannel |
createChannel(IpcChannelListener ipcChannelListener,
EphemeralKeyPair serverKey) |
static StdioChannelHost |
getInstance() |
java.lang.String |
getType() |
public static StdioChannelHost getInstance()
public java.lang.String getType()
getType in interface ChannelHostpublic IpcChannel createChannel(IpcChannelListener ipcChannelListener, EphemeralKeyPair serverKey)
createChannel in interface ChannelHostpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException