public class SshFxpOpenRequest extends BaseRequest
| Constructor and Description |
|---|
SshFxpOpenRequest(int id,
java.lang.String path,
int flags)
Creates a SshFxpOpenRequest instance.
|
SshFxpOpenRequest(int id,
java.lang.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.
|
java.lang.String |
getPath()
Returns the path.
|
java.lang.String |
toString() |
getId, getNamepublic SshFxpOpenRequest(int id,
java.lang.String path,
int flags)
id - The request id.path - The path.flags - The flags.public SshFxpOpenRequest(int id,
java.lang.String path,
int acc,
int flags)
id - The request id.path - The path.acc - The acc.flags - The flags.public SftpConstants.Type getMessage()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getPath()
public int getFlags()
public int getAcc()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.