| Package | Description |
|---|---|
| net.schmizz.sshj.sftp |
| Modifier and Type | Method and Description |
|---|---|
Response |
Response.ensurePacketTypeIs(PacketType pt) |
Response |
Response.ensureStatusIs(Response.StatusCode acceptable) |
Response |
Response.ensureStatusPacketIsOK() |
| 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) |
SFTPPacket<Response> |
PacketReader.readPacket() |
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) |
protected static String |
SFTPEngine.readSingleName(Response res) |
| Constructor and Description |
|---|
Response(Buffer<Response> pk,
int protocolVersion) |
Copyright © 2009–2014. All rights reserved.