| Package | Description |
|---|---|
| com.consol.citrus.ssh | |
| com.consol.citrus.ssh.client | |
| com.consol.citrus.ssh.message | |
| com.consol.citrus.ssh.server |
| Constructor and Description |
|---|
SshCommand(String command,
EndpointAdapter endpointAdapter,
SshEndpointConfiguration endpointConfiguration)
Constructor taking a command and the endpoint adapter as arguments
|
| Modifier and Type | Method and Description |
|---|---|
SshEndpointConfiguration |
SshClient.getEndpointConfiguration() |
| Constructor and Description |
|---|
SshClient(SshEndpointConfiguration endpointConfiguration)
Default constructor using endpoint configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
SshMessageConverter.convertInbound(SshMessage externalMessage,
SshEndpointConfiguration endpointConfiguration,
TestContext context) |
SshMessage |
SshMessageConverter.convertOutbound(Message internalMessage,
SshEndpointConfiguration endpointConfiguration,
TestContext context) |
void |
SshMessageConverter.convertOutbound(SshMessage externalMessage,
Message internalMessage,
SshEndpointConfiguration endpointConfiguration,
TestContext context) |
| Constructor and Description |
|---|
SshServer(SshEndpointConfiguration endpointConfiguration)
Constructor using endpoint configuration.
|
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.