Uses of Interface
com.consol.citrus.ssh.model.SshMessage
-
Packages that use SshMessage Package Description com.consol.citrus.ssh.message com.consol.citrus.ssh.model -
-
Uses of SshMessage in com.consol.citrus.ssh.message
Methods in com.consol.citrus.ssh.message that return SshMessage Modifier and Type Method Description SshMessageSshMessageConverter. convertOutbound(Message internalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context)Methods in com.consol.citrus.ssh.message with parameters of type SshMessage Modifier and Type Method Description MessageSshMessageConverter. convertInbound(SshMessage externalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context)voidSshMessageConverter. convertOutbound(SshMessage externalMessage, Message internalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context) -
Uses of SshMessage in com.consol.citrus.ssh.model
Classes in com.consol.citrus.ssh.model that implement SshMessage Modifier and Type Class Description classSshRequestPOJO encapsulating an SSH request.classSshResponsePOJO encapsulate a SSH response.
-