|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Promise | |
|---|---|
| net.schmizz.concurrent | |
| net.schmizz.sshj.connection | |
| net.schmizz.sshj.sftp | |
| Uses of Promise in net.schmizz.concurrent |
|---|
| Methods in net.schmizz.concurrent with parameters of type Promise | |
|---|---|
static void |
ErrorDeliveryUtil.alertPromises(Throwable x,
Promise... promises)
|
| Method parameters in net.schmizz.concurrent with type arguments of type Promise | |
|---|---|
static void |
ErrorDeliveryUtil.alertPromises(Throwable x,
Collection<? extends Promise> promises)
|
| Uses of Promise in net.schmizz.sshj.connection |
|---|
| Methods in net.schmizz.sshj.connection that return Promise | |
|---|---|
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. |
| Uses of Promise in net.schmizz.sshj.sftp |
|---|
| Methods in net.schmizz.sshj.sftp that return Promise | |
|---|---|
Promise<Response,SFTPException> |
Request.getResponsePromise()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||