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.
|
String |
toString() |
public SshFxpAttrsReply(int id, FileAttributes attrs)
id
- The reply id.attrs
- The attributes.public SftpConstants.Type getMessage()
public FileAttributes getAttributes()
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.