Uses of Class
org.apache.sshd.sftp.client.impl.SftpResponse
Packages that use SftpResponse
-
Uses of SftpResponse in org.apache.sshd.sftp.client.impl
Methods in org.apache.sshd.sftp.client.impl that return SftpResponseModifier and TypeMethodDescriptionstatic SftpResponseSftpResponse.parse(int cmd, org.apache.sshd.common.util.buffer.Buffer buffer) protected SftpResponseAbstractSftpClient.response(int cmd, int requestId) Receives a response buffer, validates and returns it as aSftpResponse.protected SftpResponseAbstractSftpClient.rpc(int cmd, org.apache.sshd.common.util.buffer.Buffer request) Perform an SFTP request and wait until the response has been received.Methods in org.apache.sshd.sftp.client.impl with parameters of type SftpResponseModifier and TypeMethodDescriptionprotected SftpClient.AttributesAbstractSftpClient.checkAttributesResponse(SftpResponse response) protected org.apache.sshd.common.util.buffer.BufferAbstractSftpClient.checkDataResponse(SftpAckData ack, SftpResponse response, AtomicReference<Boolean> eofSignalled) Processes a response to an SSH_FXP_READ request.protected List<SftpClient.DirEntry> AbstractSftpClient.checkDirResponse(SftpResponse response, AtomicReference<Boolean> eolIndicator) protected byte[]AbstractSftpClient.checkHandleResponse(SftpResponse response) protected StringAbstractSftpClient.checkOneNameResponse(SftpResponse response) protected voidAbstractSftpClient.checkResponseStatus(SftpResponse response) Checks if the incoming response is anSSH_FXP_STATUSone, and if so whether the substatus isSSH_FX_OK.protected SftpClient.AttributesAbstractSftpClient.handleUnexpectedAttributesPacket(SftpResponse response) protected byte[]AbstractSftpClient.handleUnexpectedHandlePacket(SftpResponse response) protected IOExceptionAbstractSftpClient.handleUnexpectedPacket(int expected, SftpResponse response) protected intAbstractSftpClient.handleUnknownDataPacket(SftpResponse response) protected List<SftpClient.DirEntry> AbstractSftpClient.handleUnknownDirListingPacket(SftpResponse response) protected StringAbstractSftpClient.handleUnknownOneNamePacket(SftpResponse response) static SftpStatusSftpStatus.parse(SftpResponse response)