public class SshFxpLstatRequest extends BaseRequest
Constructor and Description |
---|
SshFxpLstatRequest(int id,
String path,
int flags)
Creates a SshFxpLstatRequest 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 SshFxpLstatRequest(int id, String path, int flags)
id
- The request id.path
- The requested path.flags
- The stat flags.public SftpConstants.Type getMessage()
public String getPath()
public int getFlags()
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.