| java.lang.Object | |
| ↳ | org.mule.modules.ssh.multiplexer.SshClient |
This class represents a client connected to a remote host. It basically holds a Session. per each command
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| connection | |||||||||||
| details | |||||||||||
| logger | |||||||||||
| receiver | |||||||||||
| receiverBuffer | |||||||||||
| receiverBufferSize | |||||||||||
| responseConsumerThread | |||||||||||
| responseProducerThread | |||||||||||
| sender | |||||||||||
| session | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Disconnects the connection and the session if either of them are active
| |||||||||||
indicates if the connection is active
| |||||||||||
Sends the message over the connections.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Disconnects the connection and the session if either of them are active
indicates if the connection is active
Sends the message over the connections. If the connection is yet not initialized, it is started then.
| command | - the command to execute |
|---|
| CommunicationException |
|---|