| Package | Description |
|---|---|
| net.schmizz.concurrent | |
| net.schmizz.sshj.connection | |
| net.schmizz.sshj.sftp |
| Modifier and Type | Method and Description |
|---|---|
static void |
ErrorDeliveryUtil.alertPromises(Throwable x,
Promise... promises) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ErrorDeliveryUtil.alertPromises(Throwable x,
Collection<? extends Promise> promises) |
| Modifier and Type | Method and Description |
|---|---|
Promise<SSHPacket,ConnectionException> |
ConnectionImpl.sendGlobalRequest(String name,
boolean wantReply,
byte[] specifics) |
Promise<SSHPacket,ConnectionException> |
Connection.sendGlobalRequest(String name,
boolean wantReply,
byte[] specifics)
Send an SSH global request.
|
| 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) |
Copyright © 2009–2014. All rights reserved.