|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SFTPException | |
---|---|
net.schmizz.sshj.sftp |
Uses of SFTPException in net.schmizz.sshj.sftp |
---|
Fields in net.schmizz.sshj.sftp with type parameters of type SFTPException | |
---|---|
static ExceptionChainer<SFTPException> |
SFTPException.chainer
|
Methods in net.schmizz.sshj.sftp that return types with arguments of type SFTPException | |
---|---|
Promise<Response,SFTPException> |
Request.getResponsePromise()
|
Methods in net.schmizz.sshj.sftp that throw SFTPException | |
---|---|
Response |
Response.ensurePacketTypeIs(PacketType pt)
|
Response |
Response.ensureStatusIs(Response.StatusCode acceptable)
|
Response |
Response.ensureStatusPacketIsOK()
|
protected String |
Response.error(Response.StatusCode sc)
|
void |
PacketReader.handle()
|
FileAttributes |
SFTPPacket.readFileAttributes()
|
Response.StatusCode |
Response.readStatusCode()
|
PacketType |
SFTPPacket.readType()
|
Constructors in net.schmizz.sshj.sftp that throw SFTPException | |
---|---|
Response(Buffer<Response> pk,
int protocolVersion)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |