Uses of Enum Class
com.hierynomus.mssmb2.SMB2MessageFlag
Packages that use SMB2MessageFlag
-
Uses of SMB2MessageFlag in com.hierynomus.mssmb2
Subclasses with type arguments of type SMB2MessageFlag in com.hierynomus.mssmb2Classes in com.hierynomus.mssmb2 that implement interfaces with type arguments of type SMB2MessageFlagMethods in com.hierynomus.mssmb2 that return SMB2MessageFlagModifier and TypeMethodDescriptionstatic SMB2MessageFlagReturns the enum constant of this class with the specified name.static SMB2MessageFlag[]SMB2MessageFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hierynomus.mssmb2 with parameters of type SMB2MessageFlagModifier and TypeMethodDescriptionbooleanSMB2PacketHeader.isFlagSet(SMB2MessageFlag flag) voidSMB2PacketHeader.setFlag(SMB2MessageFlag flag)