| Package | Description |
|---|---|
| net.schmizz.sshj.sftp |
| Modifier and Type | Field and Description |
|---|---|
static ExceptionChainer<SFTPException> |
SFTPException.chainer |
| Modifier and Type | Method and Description |
|---|---|
protected Promise<Response,SFTPException> |
RemoteFile.asyncRead(long fileOffset,
int len) |
protected Promise<Response,SFTPException> |
RemoteFile.asyncWrite(long fileOffset,
byte[] data,
int off,
int len) |
Promise<Response,SFTPException> |
PacketReader.expectResponseTo(long requestId) |
Promise<Response,SFTPException> |
SFTPEngine.request(Request req) |
Promise<Response,SFTPException> |
Requester.request(Request req) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
RemoteFile.checkReadResponse(Response res,
byte[] to,
int offset) |
Response |
Response.ensurePacketTypeIs(PacketType pt) |
Response |
Response.ensureStatusIs(Response.StatusCode acceptable) |
Response |
Response.ensureStatusPacketIsOK() |
protected String |
Response.error(Response.StatusCode sc) |
void |
PacketReader.handle() |
FileAttributes |
SFTPPacket.readFileAttributes() |
Response.StatusCode |
Response.readStatusCode() |
PacketType |
SFTPPacket.readType() |
| Constructor and Description |
|---|
Response(Buffer<Response> pk,
int protocolVersion) |
Copyright © 2009–2014. All rights reserved.