Uses of Class
org.citrusframework.ssh.client.SshEndpointConfiguration
Packages that use SshEndpointConfiguration
Package
Description
-
Uses of SshEndpointConfiguration in org.citrusframework.ssh
Constructors in org.citrusframework.ssh with parameters of type SshEndpointConfigurationModifierConstructorDescriptionSshCommand(String command, EndpointAdapter endpointAdapter, SshEndpointConfiguration endpointConfiguration) Constructor taking a command and the endpoint adapter as arguments -
Uses of SshEndpointConfiguration in org.citrusframework.ssh.client
Methods in org.citrusframework.ssh.client that return SshEndpointConfigurationConstructors in org.citrusframework.ssh.client with parameters of type SshEndpointConfigurationModifierConstructorDescriptionprotectedSshClient(SshEndpointConfiguration endpointConfiguration) Default constructor using endpoint configuration. -
Uses of SshEndpointConfiguration in org.citrusframework.ssh.message
Methods in org.citrusframework.ssh.message with parameters of type SshEndpointConfigurationModifier and TypeMethodDescriptionSshMessageConverter.convertInbound(SshMessage externalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context) SshMessageConverter.convertOutbound(Message internalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context) voidSshMessageConverter.convertOutbound(SshMessage externalMessage, Message internalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context) -
Uses of SshEndpointConfiguration in org.citrusframework.ssh.server
Constructors in org.citrusframework.ssh.server with parameters of type SshEndpointConfigurationModifierConstructorDescriptionSshServer(SshEndpointConfiguration endpointConfiguration) Constructor using endpoint configuration.