Uses of Class
net.schmizz.sshj.sftp.Response
Packages that use Response
-
Uses of Response in net.schmizz.sshj.sftp
Subclasses with type arguments of type Response in net.schmizz.sshj.sftpMethods in net.schmizz.sshj.sftp that return ResponseModifier and TypeMethodDescriptionResponse.ensurePacketTypeIs(PacketType pt) Response.ensureStatusIs(Response.StatusCode acceptable) Response.ensureStatusPacketIsOK()Methods in net.schmizz.sshj.sftp that return types with arguments of type ResponseModifier 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) PacketReader.readPacket()Methods in net.schmizz.sshj.sftp with parameters of type ResponseModifier and TypeMethodDescriptionprotected intRemoteFile.checkReadResponse(Response res, byte[] to, int offset) protected static StringSFTPEngine.readSingleName(Response res) Using UTF-8protected static StringSFTPEngine.readSingleName(Response res, Charset charset) Using any character setConstructor parameters in net.schmizz.sshj.sftp with type arguments of type Response