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