Package com.hierynomus.mssmb2.messages
Enum Class SMB2SessionSetup.SMB2SessionFlags
java.lang.Object
java.lang.Enum<SMB2SessionSetup.SMB2SessionFlags>
com.hierynomus.mssmb2.messages.SMB2SessionSetup.SMB2SessionFlags
- All Implemented Interfaces:
EnumWithValue<SMB2SessionSetup.SMB2SessionFlags>
,Serializable
,Comparable<SMB2SessionSetup.SMB2SessionFlags>
,Constable
- Enclosing class:
SMB2SessionSetup
public static enum SMB2SessionSetup.SMB2SessionFlags
extends Enum<SMB2SessionSetup.SMB2SessionFlags>
implements EnumWithValue<SMB2SessionSetup.SMB2SessionFlags>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface com.hierynomus.protocol.commons.EnumWithValue
EnumWithValue.EnumUtils
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getValue()
Returns the enum constant of this class with the specified name.static SMB2SessionSetup.SMB2SessionFlags[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SMB2_SESSION_FLAG_IS_GUEST
-
SMB2_SESSION_FLAG_IS_NULL
-
SMB2_SESSION_FLAG_ENCRYPT_DATA
-
-
Field Details
-
value
private long value
-
-
Constructor Details
-
SMB2SessionFlags
private SMB2SessionFlags(long value)
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
public long getValue()- Specified by:
getValue
in interfaceEnumWithValue<SMB2SessionSetup.SMB2SessionFlags>
-