Uses of Class
net.schmizz.concurrent.Promise
Packages that use Promise
-
Uses of Promise in net.schmizz.concurrent
Methods in net.schmizz.concurrent with parameters of type PromiseModifier and TypeMethodDescriptionstatic voidErrorDeliveryUtil.alertPromises(Throwable x, Promise<?, ?>... promises) Method parameters in net.schmizz.concurrent with type arguments of type PromiseModifier and TypeMethodDescriptionstatic voidErrorDeliveryUtil.alertPromises(Throwable x, Collection<? extends Promise<?, ?>> promises) -
Uses of Promise in net.schmizz.sshj.connection
Methods in net.schmizz.sshj.connection that return PromiseModifier and TypeMethodDescriptionConnection.sendGlobalRequest(String name, boolean wantReply, byte[] specifics) Send an SSH global request.ConnectionImpl.sendGlobalRequest(String name, boolean wantReply, byte[] specifics) -
Uses of Promise in net.schmizz.sshj.sftp
Methods in net.schmizz.sshj.sftp that return PromiseModifier and TypeMethodDescriptionprotected Promise<Response, SFTPException> RemoteFile.asyncRead(long fileOffset, int len) protected Promise<Response, SFTPException> RemoteFile.asyncWrite(long fileOffset, byte[] data, int off, int len) PacketReader.expectResponseTo(long requestId)