Uses of Class
net.schmizz.sshj.sftp.SFTPException
Packages that use SFTPException
-
Uses of SFTPException in net.schmizz.sshj.sftp
Fields in net.schmizz.sshj.sftp with type parameters of type SFTPExceptionModifier and TypeFieldDescriptionstatic final ExceptionChainer<SFTPException> SFTPException.chainerprivate final Promise<Response, SFTPException> RemoteFile.ReadAheadRemoteFileInputStream.UnconfirmedRead.promiseprivate final Map<Long, Promise<Response, SFTPException>> PacketReader.promisesprivate final Queue<Promise<Response, SFTPException>> RemoteFile.RemoteFileOutputStream.unconfirmedWritesMethods in net.schmizz.sshj.sftp that return types with arguments of type SFTPExceptionModifier 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) RemoteFile.ReadAheadRemoteFileInputStream.UnconfirmedRead.getPromise()Method parameters in net.schmizz.sshj.sftp with type arguments of type SFTPExceptionModifier and TypeMethodDescriptionprivate voidRemoteFile.checkWriteResponse(Promise<Response, SFTPException> responsePromise) Methods in net.schmizz.sshj.sftp that throw SFTPExceptionModifier and TypeMethodDescriptionprotected intRemoteFile.checkReadResponse(Response res, byte[] to, int offset) private voidRemoteFile.checkWriteResponse(Promise<Response, SFTPException> responsePromise) Response.ensurePacketTypeIs(PacketType pt) Response.ensureStatusIs(Response.StatusCode acceptable) Response.ensureStatusPacketIsOK()protected StringResponse.error(Response.StatusCode sc) voidPacketReader.handle()SFTPPacket.readFileAttributes()Response.readStatusCode()SFTPPacket.readType()Constructor parameters in net.schmizz.sshj.sftp with type arguments of type SFTPExceptionModifierConstructorDescriptionprivateUnconfirmedRead(long offset, int length, Promise<Response, SFTPException> promise) Constructors in net.schmizz.sshj.sftp that throw SFTPException