Uses of Class
com.consol.citrus.ssh.client.SshEndpointConfiguration
-
Packages that use SshEndpointConfiguration Package Description com.consol.citrus.ssh com.consol.citrus.ssh.client com.consol.citrus.ssh.message com.consol.citrus.ssh.server -
-
Uses of SshEndpointConfiguration in com.consol.citrus.ssh
Constructors in com.consol.citrus.ssh with parameters of type SshEndpointConfiguration Constructor Description SshCommand(String command, EndpointAdapter endpointAdapter, SshEndpointConfiguration endpointConfiguration)Constructor taking a command and the endpoint adapter as arguments -
Uses of SshEndpointConfiguration in com.consol.citrus.ssh.client
Methods in com.consol.citrus.ssh.client that return SshEndpointConfiguration Modifier and Type Method Description SshEndpointConfigurationSshClient. getEndpointConfiguration()Constructors in com.consol.citrus.ssh.client with parameters of type SshEndpointConfiguration Constructor Description SshClient(SshEndpointConfiguration endpointConfiguration)Default constructor using endpoint configuration. -
Uses of SshEndpointConfiguration in com.consol.citrus.ssh.message
Methods in com.consol.citrus.ssh.message with parameters of type SshEndpointConfiguration Modifier and Type Method Description MessageSshMessageConverter. convertInbound(SshMessage externalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context)SshMessageSshMessageConverter. convertOutbound(Message internalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context)voidSshMessageConverter. convertOutbound(SshMessage externalMessage, Message internalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context) -
Uses of SshEndpointConfiguration in com.consol.citrus.ssh.server
Constructors in com.consol.citrus.ssh.server with parameters of type SshEndpointConfiguration Constructor Description SshServer(SshEndpointConfiguration endpointConfiguration)Constructor using endpoint configuration.
-