Uses of Class
com.hierynomus.mssmb2.SMB2MessageFlag
-
Packages that use SMB2MessageFlag Package Description com.hierynomus.mssmb2 -
-
Uses of SMB2MessageFlag in com.hierynomus.mssmb2
Methods in com.hierynomus.mssmb2 that return SMB2MessageFlag Modifier and Type Method Description static SMB2MessageFlag
SMB2MessageFlag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SMB2MessageFlag[]
SMB2MessageFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hierynomus.mssmb2 with parameters of type SMB2MessageFlag Modifier and Type Method Description boolean
SMB2PacketHeader. isFlagSet(SMB2MessageFlag flag)
void
SMB2PacketHeader. setFlag(SMB2MessageFlag flag)
-