Uses of Class
com.aoindustries.aoserv.client.net.FirewallZone.Name
-
Packages that use FirewallZone.Name Package Description com.aoindustries.aoserv.client com.aoindustries.aoserv.client.aosh com.aoindustries.aoserv.client.net -
-
Uses of FirewallZone.Name in com.aoindustries.aoserv.client
Method parameters in com.aoindustries.aoserv.client with type arguments of type FirewallZone.Name Modifier and Type Method Description intSimpleAOClient. addNetBind(String server, Account.Name packageName, InetAddress ipAddress, String net_device, Port port, String appProtocol, boolean monitoringEnabled, Set<FirewallZone.Name> firewalldZoneNames)Adds a network bind to the system.voidSimpleAOClient. setNetBindFirewalldZones(int pkey, Set<FirewallZone.Name> firewalldZones)Sets the firewalld zones enable for aBind. -
Uses of FirewallZone.Name in com.aoindustries.aoserv.client.aosh
Methods in com.aoindustries.aoserv.client.aosh that return FirewallZone.Name Modifier and Type Method Description static FirewallZone.NameAOSH. parseFirewalldZoneName(String S, String field) -
Uses of FirewallZone.Name in com.aoindustries.aoserv.client.net
Fields in com.aoindustries.aoserv.client.net declared as FirewallZone.Name Modifier and Type Field Description static FirewallZone.NameFirewallZone. DMZSome Firewalld Zone names used within code.static FirewallZone.NameFirewallZone. EXTERNALSome Firewalld Zone names used within code.static FirewallZone.NameFirewallZone. HOMESome Firewalld Zone names used within code.static FirewallZone.NameFirewallZone. INTERNALSome Firewalld Zone names used within code.static FirewallZone.NameFirewallZone. PUBLICSome Firewalld Zone names used within code.static FirewallZone.NameFirewallZone. WORKSome Firewalld Zone names used within code.Methods in com.aoindustries.aoserv.client.net that return FirewallZone.Name Modifier and Type Method Description FirewallZone.NameFirewallZone. getName()FirewallZone.NameFirewallZone.Name. intern()Interns this name much in the same fashion asString.intern().static FirewallZone.NameFirewallZone.Name. valueOf(String name)Methods in com.aoindustries.aoserv.client.net that return types with arguments of type FirewallZone.Name Modifier and Type Method Description Set<FirewallZone.Name>Bind. getFirewalldZoneNames()Methods in com.aoindustries.aoserv.client.net with parameters of type FirewallZone.Name Modifier and Type Method Description intFirewallZone.Name. compareTo(FirewallZone.Name other)Method parameters in com.aoindustries.aoserv.client.net with type arguments of type FirewallZone.Name Modifier and Type Method Description intHost. addNetBind(Package pk, IpAddress ia, Port port, AppProtocol appProtocol, boolean monitoringEnabled, Set<FirewallZone.Name> firewalldZones)voidBind. setFirewalldZones(Set<FirewallZone.Name> firewalldZones)
-