public class

ResponseConsumerThread

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

Summary

[Expand]
Inherited Constants
From class java.lang.Thread
Fields
private static final Logger logger
[Expand]
Inherited Fields
From class org.mule.modules.ssh.multiplexer.SshThread
From class java.lang.Thread
Public Constructors
ResponseConsumerThread(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

Fields

private static final Logger logger

Public Constructors

public ResponseConsumerThread (SshClient client)

Parameters
client

Public Methods

public void run ()