public class SshFxpStatRequest extends BaseRequest
Constructor and Description |
---|
SshFxpStatRequest(int id,
String path,
int flags)
Create a SshFxpStatRequest instance.
|
Modifier and Type | Method and Description |
---|---|
int |
getFlags() |
SftpConstants.Type |
getMessage()
Returns the message type.
|
String |
getPath()
Returns the path.
|
String |
toString() |
getId, getName
public SshFxpStatRequest(int id, String path, int flags)
id
- The request id.path
- The requested file path.public SftpConstants.Type getMessage()
public String getPath()
public int getFlags()
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.