Uses of Enum Class
com.hierynomus.mssmb2.messages.SMB2SessionSetup.SMB2SessionFlags
Packages that use SMB2SessionSetup.SMB2SessionFlags
-
Uses of SMB2SessionSetup.SMB2SessionFlags in com.hierynomus.mssmb2.messages
Fields in com.hierynomus.mssmb2.messages with type parameters of type SMB2SessionSetup.SMB2SessionFlagsModifier and TypeFieldDescriptionprivate Set
<SMB2SessionSetup.SMB2SessionFlags> SMB2SessionSetup.sessionFlags
Methods in com.hierynomus.mssmb2.messages that return SMB2SessionSetup.SMB2SessionFlagsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SMB2SessionSetup.SMB2SessionFlags[]
SMB2SessionSetup.SMB2SessionFlags.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hierynomus.mssmb2.messages that return types with arguments of type SMB2SessionSetup.SMB2SessionFlagsMethod parameters in com.hierynomus.mssmb2.messages with type arguments of type SMB2SessionSetup.SMB2SessionFlagsModifier and TypeMethodDescriptionvoid
SMB2SessionSetup.setSessionFlags
(Set<SMB2SessionSetup.SMB2SessionFlags> sessionFlags) -
Uses of SMB2SessionSetup.SMB2SessionFlags in com.hierynomus.smbj.session
Fields in com.hierynomus.smbj.session with type parameters of type SMB2SessionSetup.SMB2SessionFlagsModifier and TypeFieldDescriptionprivate Set
<SMB2SessionSetup.SMB2SessionFlags> SessionContext.sessionFlags