Uses of Enum Class
net.schmizz.sshj.sftp.PacketType
Packages that use PacketType
-
Uses of PacketType in net.schmizz.sshj.sftp
Fields in net.schmizz.sshj.sftp declared as PacketTypeModifier and TypeFieldDescriptionprivate static final PacketType[]
PacketType.cache
private final PacketType
Request.type
private final PacketType
Response.type
Methods in net.schmizz.sshj.sftp that return PacketTypeModifier and TypeMethodDescriptionstatic PacketType
PacketType.fromByte
(byte b) Request.getType()
Response.getType()
SFTPPacket.readType()
static PacketType
Returns the enum constant of this class with the specified name.static PacketType[]
PacketType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.schmizz.sshj.sftp with parameters of type PacketTypeModifier and TypeMethodDescriptionResponse.ensurePacketTypeIs
(PacketType pt) protected Request
RemoteResource.newRequest
(PacketType type) Requester.newRequest
(PacketType type) SFTPEngine.newRequest
(PacketType type) SFTPPacket.putType
(PacketType type) protected FileAttributes
SFTPEngine.stat
(PacketType pt, String path) Constructors in net.schmizz.sshj.sftp with parameters of type PacketType