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 SftpResponseprotected SftpResponseAbstractSftpClient.response(int cmd, int requestId) Receives a response buffer, validates and returns it as aSftpResponse.protected SftpResponsePerform 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 intAbstractSftpClient.checkDataResponse(SftpResponse response, int dstoff, byte[] dst, AtomicReference<Boolean> eofSignalled) 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)