com.mindbright.ssh2
public interface SSH2TerminalAdapter
Modifier and Type | Method and Description |
---|---|
void |
attach(SSH2SessionChannel session)
Attach the terminal to a session
|
void |
detach()
Detach from the session
|
TerminalWindow |
getTerminal()
Get the actual terminal window.
|
void |
startChaff()
Starts sending chaff.
|
void |
stopChaff()
Stop sending chaff.
|
TerminalWindow getTerminal()
void attach(SSH2SessionChannel session)
session
- The session to attach to.void detach()
void startChaff()
void stopChaff()