Uses of Interface
com.sshtools.j2ssh.session.SessionOutputEcho
-
Packages that use SessionOutputEcho Package Description com.sshtools.j2ssh.session -
-
Uses of SessionOutputEcho in com.sshtools.j2ssh.session
Methods in com.sshtools.j2ssh.session with parameters of type SessionOutputEcho Modifier and Type Method Description voidSessionOutputReader. echoLineByLineToClose(SessionOutputEcho echo)booleanSessionOutputReader. waitForString(java.lang.String str, int timeout, SessionOutputEcho echo)Wait for a given String in the output buffer.booleanSessionOutputReader. waitForString(java.lang.String str, SessionOutputEcho echo)Wait for a given String in the output buffer.
-