Uses of Class
com.hierynomus.mssmb2.messages.SMB2SessionSetup.SMB2SessionFlags
-
Packages that use SMB2SessionSetup.SMB2SessionFlags Package Description com.hierynomus.mssmb2.messages com.hierynomus.smbj.session -
-
Uses of SMB2SessionSetup.SMB2SessionFlags in com.hierynomus.mssmb2.messages
Fields in com.hierynomus.mssmb2.messages with type parameters of type SMB2SessionSetup.SMB2SessionFlags Modifier and Type Field Description private java.util.Set<SMB2SessionSetup.SMB2SessionFlags>
SMB2SessionSetup. sessionFlags
Methods in com.hierynomus.mssmb2.messages that return SMB2SessionSetup.SMB2SessionFlags Modifier and Type Method Description static SMB2SessionSetup.SMB2SessionFlags
SMB2SessionSetup.SMB2SessionFlags. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SMB2SessionSetup.SMB2SessionFlags[]
SMB2SessionSetup.SMB2SessionFlags. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hierynomus.mssmb2.messages that return types with arguments of type SMB2SessionSetup.SMB2SessionFlags Modifier and Type Method Description java.util.Set<SMB2SessionSetup.SMB2SessionFlags>
SMB2SessionSetup. getSessionFlags()
Method parameters in com.hierynomus.mssmb2.messages with type arguments of type SMB2SessionSetup.SMB2SessionFlags Modifier and Type Method Description void
SMB2SessionSetup. setSessionFlags(java.util.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.SMB2SessionFlags Modifier and Type Field Description private java.util.Set<SMB2SessionSetup.SMB2SessionFlags>
SessionContext. sessionFlags
-