|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Response | |
---|---|
net.schmizz.sshj.sftp |
Uses of Response in net.schmizz.sshj.sftp |
---|
Methods in net.schmizz.sshj.sftp that return Response | |
---|---|
Response |
SFTPEngine.doRequest(Request req)
|
Response |
Requester.doRequest(Request req)
|
Response |
Response.ensurePacketTypeIs(PacketType pt)
|
Response |
Response.ensureStatusIs(Response.StatusCode acceptable)
|
Response |
Response.ensureStatusPacketIsOK()
|
Methods in net.schmizz.sshj.sftp that return types with arguments of type Response | |
---|---|
Promise<Response,SFTPException> |
Request.getResponsePromise()
|
SFTPPacket<Response> |
PacketReader.readPacket()
|
Methods in net.schmizz.sshj.sftp with parameters of type Response | |
---|---|
protected static String |
SFTPEngine.readSingleName(Response res)
|
Constructor parameters in net.schmizz.sshj.sftp with type arguments of type Response | |
---|---|
Response(Buffer<Response> pk,
int protocolVersion)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |