Uses of Interface
org.citrusframework.ssh.model.SshMessage
Packages that use SshMessage
-
Uses of SshMessage in org.citrusframework.ssh.message
Methods in org.citrusframework.ssh.message that return SshMessageModifier and TypeMethodDescriptionSshMessageConverter.convertOutbound(Message internalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context) Methods in org.citrusframework.ssh.message with parameters of type SshMessageModifier and TypeMethodDescriptionSshMessageConverter.convertInbound(SshMessage externalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context) voidSshMessageConverter.convertOutbound(SshMessage externalMessage, Message internalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context) -
Uses of SshMessage in org.citrusframework.ssh.model
Classes in org.citrusframework.ssh.model that implement SshMessageModifier and TypeClassDescriptionclassPOJO encapsulating an SSH request.classPOJO encapsulate a SSH response.