|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.schmizz.sshj.common.Buffer<T>
net.schmizz.sshj.sftp.SFTPPacket<Request>
net.schmizz.sshj.sftp.Request
public final class Request
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.schmizz.sshj.common.Buffer |
---|
Buffer.BufferException, Buffer.PlainBuffer |
Field Summary |
---|
Fields inherited from class net.schmizz.sshj.common.Buffer |
---|
data, DEFAULT_SIZE, MAX_SIZE, rpos, wpos |
Constructor Summary | |
---|---|
Request(PacketType type,
long reqID)
|
Method Summary | |
---|---|
long |
getRequestID()
|
Promise<Response,SFTPException> |
getResponsePromise()
|
PacketType |
getType()
|
String |
toString()
|
Methods inherited from class net.schmizz.sshj.sftp.SFTPPacket |
---|
putFileAttributes, putType, readFileAttributes, readType |
Methods inherited from class net.schmizz.sshj.common.Buffer |
---|
array, available, clear, compact, ensureAvailable, ensureCapacity, getCompactData, getNextPowerOf2, printHex, putBoolean, putBuffer, putByte, putBytes, putBytes, putMPInt, putPublicKey, putRawBytes, putRawBytes, putSensitiveString, putSignature, putString, putString, putString, putUInt32, putUInt64, readBoolean, readByte, readBytes, readMPInt, readPublicKey, readRawBytes, readRawBytes, readString, readStringAsBytes, readUInt32, readUInt32AsInt, readUInt64, rpos, rpos, wpos, wpos |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Request(PacketType type, long reqID)
Method Detail |
---|
public long getRequestID()
public PacketType getType()
public Promise<Response,SFTPException> getResponsePromise()
public String toString()
toString
in class Buffer<Request>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |