Uses of Class
net.schmizz.concurrent.Promise

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()
           
 



Copyright © 2009-2012. All Rights Reserved.