Uses of Enum Class
org.eblocker.server.common.network.unix.firewall.Rule.State
Packages that use Rule.State
-
Uses of Rule.State in org.eblocker.server.common.network.unix.firewall
Methods in org.eblocker.server.common.network.unix.firewall that return Rule.StateModifier and TypeMethodDescriptionstatic Rule.StateReturns the enum constant of this class with the specified name.static Rule.State[]Rule.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eblocker.server.common.network.unix.firewall with parameters of type Rule.StateModifier and TypeMethodDescriptionbooleanRule.States.match(Rule.State packetState) Rule.states(boolean match, Rule.State... states) Constructors in org.eblocker.server.common.network.unix.firewall with parameters of type Rule.State