Uses of Class
com.sshtools.client.sftp.SftpMessage
Packages that use SftpMessage
-
Uses of SftpMessage in com.sshtools.client.sftp
Methods in com.sshtools.client.sftp that return SftpMessageModifier and TypeMethodDescriptionSftpChannel.getExtendedReply
(SftpMessage bar) SftpChannel.getExtendedReply
(com.sshtools.common.util.UnsignedInteger32 requestId) SftpChannel.getResponse
(com.sshtools.common.util.UnsignedInteger32 requestId) Methods in com.sshtools.client.sftp with parameters of type SftpMessageModifier and TypeMethodDescriptionSftpChannel.getExtendedReply
(SftpMessage bar) byte[]
SftpChannel.getHandleResponse
(SftpMessage bar) SftpChannel.getSingleFileResponse
(SftpMessage bar, String messageName) Get a single SftpFile object from a message returning SSH_FXP_NAME result.protected byte[]
SftpClient.processCheckFileResponse
(SftpMessage resp, RemoteHash algorithm)