Uses of Enum
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.cacheprivate final PacketTypeRequest.typeprivate final PacketTypeResponse.typeMethods in net.schmizz.sshj.sftp that return PacketTypeModifier and TypeMethodDescriptionstatic PacketTypePacketType.fromByte(byte b) Request.getType()Response.getType()SFTPPacket.readType()static PacketTypeReturns the enum constant of this type with the specified name.static PacketType[]PacketType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.schmizz.sshj.sftp with parameters of type PacketTypeModifier and TypeMethodDescriptionResponse.ensurePacketTypeIs(PacketType pt) protected RequestRemoteResource.newRequest(PacketType type) Requester.newRequest(PacketType type) SFTPEngine.newRequest(PacketType type) SFTPPacket.putType(PacketType type) protected FileAttributesSFTPEngine.stat(PacketType pt, String path) Constructors in net.schmizz.sshj.sftp with parameters of type PacketType