Uses of Class
com.aoindustries.firewalld.Target
-
Uses of Target in com.aoindustries.firewalld
Methods in com.aoindustries.firewalld that return TargetModifier and TypeMethodDescriptionCombines this target with the given target if possible.Methods in com.aoindustries.firewalld that return types with arguments of type TargetModifier and TypeMethodDescriptionService.getTargets()
Gets the set of all targets represented by this service.ServiceSet.getTargets()
Gets the set of all targets represented by all services in this set.Methods in com.aoindustries.firewalld with parameters of type TargetModifier and TypeMethodDescriptionCombines this target with the given target if possible.int
Ordered by destination, portRange, protocol; those with port ranges before those that are protocol-only.Method parameters in com.aoindustries.firewalld with type arguments of type TargetModifier and TypeMethodDescriptionstatic ServiceSet
ServiceSet.createOptimizedServiceSet
(Service template, Iterable<? extends Target> targets) Creates an optimized service set for the given template and targets.static ServiceSet
ServiceSet.createOptimizedServiceSet
(String name, Iterable<? extends Target> targets) Creates an optimized service set for the given name and targets.