| Package | Description |
|---|---|
| org.apache.sshd.sftp.reply | |
| org.apache.sshd.sftp.subsystem |
| Modifier and Type | Method and Description |
|---|---|
FileAttributes |
SshFxpAttrsReply.getAttributes()
Returns the attributes.
|
FileAttributes |
SshFxpNameReply.ReplyFile.getAttrs()
Returns the file attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SshFxpNameReply.addFile(SshFile sshFile,
java.lang.String filename,
java.lang.String longname,
FileAttributes attrs)
Add a file to the reply.
|
| Constructor and Description |
|---|
SshFxpAttrsReply(int id,
FileAttributes attrs)
Creates a SshFxpAttrsReply instance.
|
SshFxpNameReply.ReplyFile(SshFile file,
java.lang.String fileName,
java.lang.String longName,
FileAttributes attrs)
Creates ReplyFile instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Serializer.writeAttrs(Buffer buffer,
FileAttributes attrs) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.