Uses of Class
org.apache.sshd.sftp.client.impl.SftpResponse
-
Packages that use SftpResponse Package Description org.apache.sshd.sftp.client.impl -
-
Uses of SftpResponse in org.apache.sshd.sftp.client.impl
Methods in org.apache.sshd.sftp.client.impl that return SftpResponse Modifier and Type Method Description static 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 SftpResponse Modifier and Type Method Description protected 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)
-