Package net.schmizz.sshj.sftp
Class Request
- java.lang.Object
-
- net.schmizz.sshj.common.Buffer<T>
-
- net.schmizz.sshj.sftp.SFTPPacket<Request>
-
- net.schmizz.sshj.sftp.Request
-
public final class Request extends SFTPPacket<Request>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.schmizz.sshj.common.Buffer
Buffer.BufferException, Buffer.PlainBuffer
-
-
Field Summary
Fields Modifier and Type Field Description private long
reqID
private PacketType
type
-
Fields inherited from class net.schmizz.sshj.common.Buffer
data, DEFAULT_SIZE, MAX_SIZE, MAX_UINT64_VALUE, rpos, wpos
-
-
Constructor Summary
Constructors Constructor Description Request(PacketType type, long reqID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getRequestID()
PacketType
getType()
java.lang.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, putString, putUInt32, putUInt32FromInt, putUInt64, putUInt64, readBoolean, readByte, readBytes, readMPInt, readPublicKey, readRawBytes, readRawBytes, readString, readString, readStringAsBytes, readUInt32, readUInt32AsInt, readUInt64, readUInt64AsBigInteger, rpos, rpos, wpos, wpos
-
-
-
-
Field Detail
-
type
private final PacketType type
-
reqID
private final long reqID
-
-
Constructor Detail
-
Request
public Request(PacketType type, long reqID)
-
-
Method Detail
-
getRequestID
public long getRequestID()
-
getType
public PacketType getType()
-
-