Uses of Class
com.sshtools.j2ssh.SshThread
-
Packages that use SshThread Package Description com.sshtools.j2ssh com.sshtools.j2ssh.transport -
-
Uses of SshThread in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh that return SshThread Modifier and Type Method Description SshThread
SshThread. cloneThread(java.lang.Runnable target, java.lang.String name)
Create's a cloned copy of this thread with the given target and name.static SshThread
SshThread. getCurrentThread()
Returns the currentSshThread
. -
Uses of SshThread in com.sshtools.j2ssh.transport
Fields in com.sshtools.j2ssh.transport declared as SshThread Modifier and Type Field Description protected SshThread
AsyncService. thread
-