public final class SftpResponse extends Object
| Modifier and Type | Method and Description |
|---|---|
Buffer |
getBuffer() |
int |
getCmd() |
int |
getId() |
int |
getLength() |
int |
getType() |
static SftpResponse |
parse(int cmd,
Buffer buffer) |
static void |
validateIncomingResponse(int cmd,
int id,
int type,
int length,
Buffer buffer) |
public int getCmd()
public int getId()
public int getType()
public int getLength()
public Buffer getBuffer()
public static SftpResponse parse(int cmd, Buffer buffer) throws IOException
IOExceptionpublic static void validateIncomingResponse(int cmd,
int id,
int type,
int length,
Buffer buffer)
throws IOException
IOExceptionCopyright © 2008–2025 The Apache Software Foundation. All rights reserved.