| Package | Description |
|---|---|
| org.apache.activeio.xnet | |
| org.apache.activeio.xnet.hba |
| Modifier and Type | Method and Description |
|---|---|
IPAddressPermission[] |
StandardServiceStack.getAllowHosts() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardServiceStack.setAllowHosts(IPAddressPermission[] allowHosts) |
| Constructor and Description |
|---|
StandardServiceStack(String name,
int port,
String host,
IPAddressPermission[] allowHosts,
String[] logOnSuccess,
String[] logOnFailure,
Executor executor,
ServerService server) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExactIPAddressPermission |
class |
ExactIPv6AddressPermission |
class |
FactorizedIPAddressPermission |
class |
NetmaskIPAddressPermission |
class |
NetmaskIPv6AddressPermission |
class |
StartWithIPAddressPermission |
| Modifier and Type | Method and Description |
|---|---|
IPAddressPermission[] |
ServiceAccessController.getAllowHosts() |
static IPAddressPermission |
IPAddressPermissionFactory.getIPAddressMask(String mask) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceAccessController.setAllowHosts(IPAddressPermission[] ipAddressMasks) |
| Constructor and Description |
|---|
ServiceAccessController(String name,
ServerService next,
IPAddressPermission[] ipAddressMasks) |
Copyright © 2005–2019. All rights reserved.