Uses of Enum Class
com.hierynomus.mssmb2.SMB2MessageFlag
Packages that use SMB2MessageFlag
-
Uses of SMB2MessageFlag in com.hierynomus.mssmb2
Methods in com.hierynomus.mssmb2 that return SMB2MessageFlagModifier and TypeMethodDescriptionstatic SMB2MessageFlag
Returns 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 TypeMethodDescriptionboolean
SMB2PacketHeader.isFlagSet
(SMB2MessageFlag flag) void
SMB2PacketHeader.setFlag
(SMB2MessageFlag flag)