public class

ResponseProducerThread

extends SshThread
java.lang.Object
   ↳ java.lang.Thread
     ↳ org.mule.modules.ssh.multiplexer.SshThread
       ↳ org.mule.modules.ssh.multiplexer.ResponseProducerThread

Summary

[Expand]
Inherited Constants
From class java.lang.Thread
[Expand]
Inherited Fields
From class org.mule.modules.ssh.multiplexer.SshThread
From class java.lang.Thread
Public Constructors
ResponseProducerThread(SshClient client)
Public Methods
void run()
[Expand]
Inherited Methods
From class org.mule.modules.ssh.multiplexer.SshThread
From class java.lang.Thread
From class java.lang.Object
From interface java.lang.Runnable

Public Constructors

public ResponseProducerThread (SshClient client)

Parameters
client

Public Methods

public void run ()