Uses of Enum Class
org.eblocker.server.common.network.unix.firewall.Protocol
Packages that use Protocol
-
Uses of Protocol in org.eblocker.server.common.network.unix.firewall
Methods in org.eblocker.server.common.network.unix.firewall that return ProtocolModifier and TypeMethodDescriptionRule.getProtocol()Rule.Icmp6Type.requiredProtocol()Rule.IcmpType.requiredProtocol()static ProtocolReturns the enum constant of this class with the specified name.static Protocol[]Protocol.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 ProtocolModifier and TypeMethodDescriptionprotected booleanAction.protocolAllowed(Protocol protocol) Some actions require a specific protocolprotected booleanActionReject.protocolAllowed(Protocol protocol)