Package | Description |
---|---|
net.schmizz.sshj.sftp |
Modifier and Type | Method and Description |
---|---|
static PacketType |
PacketType.fromByte(byte b) |
PacketType |
Request.getType() |
PacketType |
Response.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.
|
Modifier and Type | Method and Description |
---|---|
Response |
Response.ensurePacketTypeIs(PacketType pt) |
protected Request |
RemoteResource.newRequest(PacketType type) |
Request |
SFTPEngine.newRequest(PacketType type) |
Request |
Requester.newRequest(PacketType type) |
T |
SFTPPacket.putType(PacketType type) |
protected FileAttributes |
SFTPEngine.stat(PacketType pt,
String path) |
Constructor and Description |
---|
Request(PacketType type,
long reqID) |
SFTPPacket(PacketType pt) |
Copyright © 2009–2015. All rights reserved.