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