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