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.chainer
private final Promise
<Response, SFTPException> RemoteFile.ReadAheadRemoteFileInputStream.UnconfirmedRead.promise
private final Map
<Long, Promise<Response, SFTPException>> PacketReader.promises
private final Queue
<Promise<Response, SFTPException>> RemoteFile.RemoteFileOutputStream.unconfirmedWrites
Methods 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 void
RemoteFile.checkWriteResponse
(Promise<Response, SFTPException> responsePromise) Methods in net.schmizz.sshj.sftp that throw SFTPExceptionModifier and TypeMethodDescriptionprotected int
RemoteFile.checkReadResponse
(Response res, byte[] to, int offset) private void
RemoteFile.checkWriteResponse
(Promise<Response, SFTPException> responsePromise) Response.ensurePacketTypeIs
(PacketType pt) Response.ensureStatusIs
(Response.StatusCode acceptable) Response.ensureStatusPacketIsOK()
protected String
Response.error
(Response.StatusCode sc) void
PacketReader.handle()
SFTPPacket.readFileAttributes()
Response.readStatusCode()
SFTPPacket.readType()
Constructor parameters in net.schmizz.sshj.sftp with type arguments of type SFTPExceptionModifierConstructorDescriptionprivate
UnconfirmedRead
(long offset, int length, Promise<Response, SFTPException> promise) Constructors in net.schmizz.sshj.sftp that throw SFTPException