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 SMB2MessageFlagSMB2MessageFlag. 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 booleanSMB2PacketHeader. isFlagSet(SMB2MessageFlag flag)voidSMB2PacketHeader. setFlag(SMB2MessageFlag flag)
-