public class ConsoleBridge
extends java.lang.Object
Constructor and Description |
---|
ConsoleBridge(Control ctrl,
java.net.InetAddress iface,
int ptpPort,
int secPort)
Starts a telnet proxy
|
Modifier and Type | Method and Description |
---|---|
void |
shutdown() |
public ConsoleBridge(Control ctrl, java.net.InetAddress iface, int ptpPort, int secPort) throws java.io.IOException, CommandException
ctrl
- The control interfaceiface
- The netwerk adapter to bind the telnet server to, use null to bind
to all local adapters.ptpPort
- The port for PTP communicationsecport
- The port for the second Lm32.java.io.IOException
CommandException