public class SshFxpRealpathRequest extends BaseRequest
| Constructor and Description |
|---|
SshFxpRealpathRequest(int id,
java.lang.String path,
byte options,
java.util.List<java.lang.String> compose)
Creates a SshFxpRealpathRequest instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getCompose() |
SftpConstants.Type |
getMessage()
Returns the message type.
|
byte |
getOptions() |
java.lang.String |
getPath()
Returns the path.
|
java.lang.String |
toString() |
getId, getNamepublic SshFxpRealpathRequest(int id,
java.lang.String path,
byte options,
java.util.List<java.lang.String> compose)
id - The request id.path - The requested file path.public SftpConstants.Type getMessage()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getPath()
public byte getOptions()
public java.util.List<java.lang.String> getCompose()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.