Class SftpResponse


  • public final class SftpResponse
    extends Object
    A representation of an SFTP response to a request.
    • Method Detail

      • getCmd

        public int getCmd()
      • getId

        public int getId()
      • getType

        public int getType()
      • getLength

        public int getLength()
      • getBuffer

        public org.apache.sshd.common.util.buffer.Buffer getBuffer()
      • validateIncomingResponse

        public static void validateIncomingResponse​(int cmd,
                                                    int id,
                                                    int type,
                                                    int length,
                                                    org.apache.sshd.common.util.buffer.Buffer buffer)
                                             throws IOException
        Throws:
        IOException