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 |
---|---|
Promise<Response,SFTPException> |
Request.getResponsePromise() |
Copyright © 2009-2013. All Rights Reserved.