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,
String filename,
String longname,
FileAttributes attrs)
Add a file to the reply.
|
Constructor and Description |
---|
ReplyFile(SshFile file,
String fileName,
String longName,
FileAttributes attrs)
Creates ReplyFile instance.
|
SshFxpAttrsReply(int id,
FileAttributes attrs)
Creates a SshFxpAttrsReply instance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Serializer.writeAttrs(Buffer buffer,
FileAttributes attrs) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.