| java.lang.Object | |
| ↳ | org.mule.modules.ssh.multiplexer.connectivity.SshConnectorConnectionKey |
A tuple of connection parameters
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| host | |||||||||||
| password | |||||||||||
| port | |||||||||||
| username | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves host
| |||||||||||
Retrieves password
| |||||||||||
Retrieves port
| |||||||||||
Retrieves username
| |||||||||||
Sets host
| |||||||||||
Sets password
| |||||||||||
Sets port
| |||||||||||
Sets username
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| username | |
|---|---|
| password | |
| host | |
| port |
| obj |
|---|
Retrieves host
Retrieves password
Retrieves port
Retrieves username
Sets host
| value | Value to set |
|---|
Sets password
| value | Value to set |
|---|
Sets port
| value | Value to set |
|---|
Sets username
| value | Value to set |
|---|