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 SftpResponse
protected SftpResponse
AbstractSftpClient.response
(int cmd, int requestId) Receives a response buffer, validates and returns it as aSftpResponse
.protected SftpResponse
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.Attributes
AbstractSftpClient.checkAttributesResponse
(SftpResponse response) protected int
AbstractSftpClient.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 String
AbstractSftpClient.checkOneNameResponse
(SftpResponse response) protected void
AbstractSftpClient.checkResponseStatus
(SftpResponse response) Checks if the incoming response is anSSH_FXP_STATUS
one, and if so whether the substatus isSSH_FX_OK
.protected SftpClient.Attributes
AbstractSftpClient.handleUnexpectedAttributesPacket
(SftpResponse response) protected byte[]
AbstractSftpClient.handleUnexpectedHandlePacket
(SftpResponse response) protected IOException
AbstractSftpClient.handleUnexpectedPacket
(int expected, SftpResponse response) protected int
AbstractSftpClient.handleUnknownDataPacket
(SftpResponse response) protected List
<SftpClient.DirEntry> AbstractSftpClient.handleUnknownDirListingPacket
(SftpResponse response) protected String
AbstractSftpClient.handleUnknownOneNamePacket
(SftpResponse response) static SftpStatus
SftpStatus.parse
(SftpResponse response)