Uses of Class
org.eblocker.server.common.network.unix.firewall.Rule
Packages that use Rule
-
Uses of Rule in org.eblocker.server.common.network.unix.firewall
Fields in org.eblocker.server.common.network.unix.firewall declared as RuleModifier and TypeFieldDescriptionprotected final RuleTableGeneratorBase.mobileVpnInputprotected final RuleTableGeneratorBase.standardInputprotected final RuleTableGeneratorBase.standardOutputMethods in org.eblocker.server.common.network.unix.firewall that return RuleModifier and TypeMethodDescriptionRule.accept()Rule.destinationIp(String ip) Rule.destinationPort(int port) Rule.destinationPorts(boolean match, Integer... ports) Rule.dns()Rule.drop()Rule.http()Rule.http3()Rule.https()Rule.icmpType(Rule.IcmpType type) Rule.icmpv6()Rule.jumpToChain(String chainName) Rule.mark(int value) Rule.masquerade()Rule.ownerUid(boolean match, int uid) Rule.redirectTo(int targetPort) Rule.redirectTo(String targetIp, int targetPort) Rule.reject()Rule.rejectWithTcpReset()Rule.returnFromChain()Rule.states(boolean match, Rule.State... states) Rule.tcp()Rule.udp()Methods in org.eblocker.server.common.network.unix.firewall that return types with arguments of type RuleMethods in org.eblocker.server.common.network.unix.firewall with parameters of type RuleConstructors in org.eblocker.server.common.network.unix.firewall with parameters of type Rule