Uses of Class
net.schmizz.sshj.sftp.SFTPException
-
Packages that use SFTPException Package Description net.schmizz.sshj.sftp -
-
Uses of SFTPException in net.schmizz.sshj.sftp
Fields in net.schmizz.sshj.sftp with type parameters of type SFTPException Modifier and Type Field Description static ExceptionChainer<SFTPException>
SFTPException. chainer
private Promise<Response,SFTPException>
RemoteFile.ReadAheadRemoteFileInputStream.UnconfirmedRead. promise
private java.util.Map<java.lang.Long,Promise<Response,SFTPException>>
PacketReader. promises
private java.util.Queue<Promise<Response,SFTPException>>
RemoteFile.RemoteFileOutputStream. unconfirmedWrites
Methods in net.schmizz.sshj.sftp that return types with arguments of type SFTPException Modifier and Type Method Description protected Promise<Response,SFTPException>
RemoteFile. asyncRead(long fileOffset, int len)
protected Promise<Response,SFTPException>
RemoteFile. asyncWrite(long fileOffset, byte[] data, int off, int len)
Promise<Response,SFTPException>
PacketReader. expectResponseTo(long requestId)
Promise<Response,SFTPException>
RemoteFile.ReadAheadRemoteFileInputStream.UnconfirmedRead. getPromise()
Promise<Response,SFTPException>
Requester. request(Request req)
Promise<Response,SFTPException>
SFTPEngine. request(Request req)
Method parameters in net.schmizz.sshj.sftp with type arguments of type SFTPException Modifier and Type Method Description private void
RemoteFile. checkWriteResponse(Promise<Response,SFTPException> responsePromise)
Methods in net.schmizz.sshj.sftp that throw SFTPException Modifier and Type Method Description protected int
RemoteFile. checkReadResponse(Response res, byte[] to, int offset)
private void
RemoteFile. checkWriteResponse(Promise<Response,SFTPException> responsePromise)
Response
Response. ensurePacketTypeIs(PacketType pt)
Response
Response. ensureStatusIs(Response.StatusCode acceptable)
Response
Response. ensureStatusPacketIsOK()
protected java.lang.String
Response. error(Response.StatusCode sc)
void
PacketReader. handle()
FileAttributes
SFTPPacket. readFileAttributes()
Response.StatusCode
Response. readStatusCode()
PacketType
SFTPPacket. readType()
Constructor parameters in net.schmizz.sshj.sftp with type arguments of type SFTPException Constructor Description UnconfirmedRead(long offset, int length, Promise<Response,SFTPException> promise)
Constructors in net.schmizz.sshj.sftp that throw SFTPException Constructor Description Response(Buffer<Response> pk, int protocolVersion)
-