Class Supported2Parser.Supported2
- java.lang.Object
-
- org.apache.sshd.sftp.common.extensions.Supported2Parser.Supported2
-
- Enclosing class:
- Supported2Parser
public static class Supported2Parser.Supported2 extends Object
- Author:
- Apache MINA SSHD Project
- See Also:
- DRAFT 13 section 5.4
-
-
Field Summary
Fields Modifier and Type Field Description Collection<String>
attribExtensionNames
Collection<String>
extensionNames
int
maxReadSize
int
supportedAccessMask
int
supportedAttributeBits
int
supportedAttributeMask
short
supportedBlock
short
supportedOpenBlockVector
int
supportedOpenFlags
-
Constructor Summary
Constructors Constructor Description Supported2()
-
-
-
Field Detail
-
supportedAttributeMask
public int supportedAttributeMask
-
supportedAttributeBits
public int supportedAttributeBits
-
supportedOpenFlags
public int supportedOpenFlags
-
supportedAccessMask
public int supportedAccessMask
-
maxReadSize
public int maxReadSize
-
supportedOpenBlockVector
public short supportedOpenBlockVector
-
supportedBlock
public short supportedBlock
-
attribExtensionNames
public Collection<String> attribExtensionNames
-
extensionNames
public Collection<String> extensionNames
-
-