Uses of Interface
org.apache.activeio.xnet.hba.IPAddressPermission
-
Packages that use IPAddressPermission Package Description org.apache.activeio.xnet org.apache.activeio.xnet.hba -
-
Uses of IPAddressPermission in org.apache.activeio.xnet
Methods in org.apache.activeio.xnet that return IPAddressPermission Modifier and Type Method Description IPAddressPermission[]
StandardServiceStack. getAllowHosts()
Methods in org.apache.activeio.xnet with parameters of type IPAddressPermission Modifier and Type Method Description void
StandardServiceStack. setAllowHosts(IPAddressPermission[] allowHosts)
Constructors in org.apache.activeio.xnet with parameters of type IPAddressPermission Constructor Description StandardServiceStack(java.lang.String name, int port, java.lang.String host, IPAddressPermission[] allowHosts, java.lang.String[] logOnSuccess, java.lang.String[] logOnFailure, java.util.concurrent.Executor executor, ServerService server)
-
Uses of IPAddressPermission in org.apache.activeio.xnet.hba
Classes in org.apache.activeio.xnet.hba that implement IPAddressPermission Modifier and Type Class Description class
ExactIPAddressPermission
class
ExactIPv6AddressPermission
class
FactorizedIPAddressPermission
class
NetmaskIPAddressPermission
class
NetmaskIPv6AddressPermission
class
StartWithIPAddressPermission
Methods in org.apache.activeio.xnet.hba that return IPAddressPermission Modifier and Type Method Description IPAddressPermission[]
ServiceAccessController. getAllowHosts()
static IPAddressPermission
IPAddressPermissionFactory. getIPAddressMask(java.lang.String mask)
Methods in org.apache.activeio.xnet.hba with parameters of type IPAddressPermission Modifier and Type Method Description void
ServiceAccessController. setAllowHosts(IPAddressPermission[] ipAddressMasks)
Constructors in org.apache.activeio.xnet.hba with parameters of type IPAddressPermission Constructor Description ServiceAccessController(java.lang.String name, ServerService next, IPAddressPermission[] ipAddressMasks)
-