|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPAddressPermission | |
|---|---|
| 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 | |
|---|---|
IPAddressPermission[] |
StandardServiceStack.getAllowHosts()
|
| Methods in org.apache.activeio.xnet with parameters of type IPAddressPermission | |
|---|---|
void |
StandardServiceStack.setAllowHosts(IPAddressPermission[] allowHosts)
|
| Constructors in org.apache.activeio.xnet with parameters of type IPAddressPermission | |
|---|---|
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 | |
|---|---|
class |
ExactIPAddressPermission
|
class |
ExactIPv6AddressPermission
|
class |
FactorizedIPAddressPermission
|
class |
NetmaskIPAddressPermission
|
class |
NetmaskIPv6AddressPermission
|
class |
StartWithIPAddressPermission
|
| Methods in org.apache.activeio.xnet.hba that return IPAddressPermission | |
|---|---|
IPAddressPermission[] |
ServiceAccessController.getAllowHosts()
|
static IPAddressPermission |
IPAddressPermissionFactory.getIPAddressMask(java.lang.String mask)
|
| Methods in org.apache.activeio.xnet.hba with parameters of type IPAddressPermission | |
|---|---|
void |
ServiceAccessController.setAllowHosts(IPAddressPermission[] ipAddressMasks)
|
| Constructors in org.apache.activeio.xnet.hba with parameters of type IPAddressPermission | |
|---|---|
ServiceAccessController(java.lang.String name,
ServerService next,
IPAddressPermission[] ipAddressMasks)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||