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. chainerprivate Promise<Response,SFTPException>RemoteFile.ReadAheadRemoteFileInputStream.UnconfirmedRead. promiseprivate java.util.Map<java.lang.Long,Promise<Response,SFTPException>>PacketReader. promisesprivate java.util.Queue<Promise<Response,SFTPException>>RemoteFile.RemoteFileOutputStream. unconfirmedWritesMethods 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 voidRemoteFile. checkWriteResponse(Promise<Response,SFTPException> responsePromise)Methods in net.schmizz.sshj.sftp that throw SFTPException Modifier and Type Method Description protected intRemoteFile. checkReadResponse(Response res, byte[] to, int offset)private voidRemoteFile. checkWriteResponse(Promise<Response,SFTPException> responsePromise)ResponseResponse. ensurePacketTypeIs(PacketType pt)ResponseResponse. ensureStatusIs(Response.StatusCode acceptable)ResponseResponse. ensureStatusPacketIsOK()protected java.lang.StringResponse. error(Response.StatusCode sc)voidPacketReader. handle()FileAttributesSFTPPacket. readFileAttributes()Response.StatusCodeResponse. readStatusCode()PacketTypeSFTPPacket. 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)
-