Uses of Class
org.eblocker.server.common.network.unix.firewall.Action
Packages that use Action
-
Uses of Action in org.eblocker.server.common.network.unix.firewall
Subclasses of Action in org.eblocker.server.common.network.unix.firewallModifier and TypeClassDescriptionclassclassclassRedirects a packet to another port on the machine itselfclassReturns a packet that signals rejection of a connection attemptMethods in org.eblocker.server.common.network.unix.firewall that return ActionModifier and TypeMethodDescriptionstatic ActionAction.accept()static ActionAction.drop()Rule.getAction()static ActionAction.jumpToChain(String chain) static ActionAction.mark(int value) static ActionAction.masquerade()static ActionAction.redirectTo(int targetPort) static ActionAction.redirectTo(String targetIp, int targetPort) static ActionAction.reject()static ActionAction.rejectWithTcpReset()static ActionAction.returnFromChain()