public class SshFxpAttrsReply extends BaseReply
| Constructor and Description |
|---|
SshFxpAttrsReply(int id,
FileAttributes attrs)
Creates a SshFxpAttrsReply instance.
|
| Modifier and Type | Method and Description |
|---|---|
FileAttributes |
getAttributes()
Returns the attributes.
|
SftpConstants.Type |
getMessage()
Returns the reply message type.
|
java.lang.String |
toString() |
public SshFxpAttrsReply(int id,
FileAttributes attrs)
id - The reply id.attrs - The attributes.public SftpConstants.Type getMessage()
public java.lang.String toString()
toString in class java.lang.Objectpublic FileAttributes getAttributes()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.