Class SupportedParser.Supported
- java.lang.Object
-
- org.apache.sshd.sftp.common.extensions.SupportedParser.Supported
-
- Enclosing class:
- SupportedParser
public static class SupportedParser.Supported extends java.lang.Object
- See Also:
- DRAFT 05 - section 4.4
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Collection<java.lang.String>
extensionNames
int
maxReadSize
int
supportedAccessMask
int
supportedAttributeBits
int
supportedAttributeMask
int
supportedOpenFlags
-
Constructor Summary
Constructors Constructor Description Supported()
-
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 int maxReadSize
-
extensionNames
public java.util.Collection<java.lang.String> extensionNames
-
-