- doDestroy() - Method in class org.kohsuke.ajaxterm.demo.AjaxTerm
-
If there's any existing session, destroy it.
- doIndex() - Method in class org.kohsuke.ajaxterm.demo.AjaxTerm
-
When '/' is requested, show the login page or the terminal page depending on whether the session has already been created.
- doLocal(int, int) - Method in class org.kohsuke.ajaxterm.demo.AjaxTerm
-
Start a terminal with a local shell.
- doLogin(String, int, String, String, int, int) - Method in class org.kohsuke.ajaxterm.demo.AjaxTerm
-
Start a terminal with remote SSH.
- doU(StaplerRequest, StaplerResponse) - Method in class org.kohsuke.ajaxterm.demo.AjaxTerm
-
This shuttles page update and keyboard interactions.