public abstract class

SshThread

extends Thread
java.lang.Object
   ↳ java.lang.Thread
     ↳ org.mule.modules.ssh.multiplexer.SshThread
Known Direct Subclasses

Summary

[Expand]
Inherited Constants
From class java.lang.Thread
Fields
private SshClient client
private static final Logger logger
[Expand]
Inherited Fields
From class java.lang.Thread
Public Constructors
SshThread(SshClient client)
Public Methods
SshClient getClient()
void setClient(SshClient client)
Protected Methods
void handleException(Throwable t)
[Expand]
Inherited Methods
From class java.lang.Thread
From class java.lang.Object
From interface java.lang.Runnable

Fields

private SshClient client

private static final Logger logger

Public Constructors

public SshThread (SshClient client)

Parameters
client

Public Methods

public SshClient getClient ()

public void setClient (SshClient client)

Parameters
client

Protected Methods

protected void handleException (Throwable t)

Parameters
t