|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PacketType | |
|---|---|
| net.schmizz.sshj.sftp | |
| Uses of PacketType in net.schmizz.sshj.sftp |
|---|
| Methods in net.schmizz.sshj.sftp that return PacketType | |
|---|---|
static PacketType |
PacketType.fromByte(byte b)
|
PacketType |
Response.getType()
|
PacketType |
Request.getType()
|
PacketType |
SFTPPacket.readType()
|
static PacketType |
PacketType.valueOf(String name)
Returns 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 PacketType | |
|---|---|
Response |
Response.ensurePacketTypeIs(PacketType pt)
|
Request |
SFTPEngine.newRequest(PacketType type)
|
Request |
Requester.newRequest(PacketType type)
|
protected Request |
RemoteResource.newRequest(PacketType type)
|
T |
SFTPPacket.putType(PacketType type)
|
protected FileAttributes |
SFTPEngine.stat(PacketType pt,
String path)
|
| Constructors in net.schmizz.sshj.sftp with parameters of type PacketType | |
|---|---|
Request(PacketType type,
long reqID)
|
|
SFTPPacket(PacketType pt)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||