|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SSH2TerminalAdapter
Glue interface implemented by terminal windows to handle the interaction with the underlying SSH2Session.
Method Summary | |
---|---|
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. |
Method Detail |
---|
TerminalWindow getTerminal()
void attach(SSH2SessionChannel session)
session
- The session to attach to.void detach()
void startChaff()
void stopChaff()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |