|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerService | |
---|---|
org.apache.activeio.xnet | |
org.apache.activeio.xnet.hba |
Uses of ServerService in org.apache.activeio.xnet |
---|
Classes in org.apache.activeio.xnet that implement ServerService | |
---|---|
class |
ServiceDaemon
|
class |
ServiceLogger
|
class |
ServicePool
|
Constructors in org.apache.activeio.xnet with parameters of type ServerService | |
---|---|
ServiceLogger(java.lang.String name,
ServerService next,
java.lang.String[] logOnSuccess,
java.lang.String[] logOnFailure)
|
|
ServicePool(ServerService next,
java.util.concurrent.Executor executor)
|
|
ServicePool(ServerService next,
java.lang.String name,
int threads,
long keepAliveTime)
|
|
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 ServerService in org.apache.activeio.xnet.hba |
---|
Classes in org.apache.activeio.xnet.hba that implement ServerService | |
---|---|
class |
ServiceAccessController
|
Constructors in org.apache.activeio.xnet.hba with parameters of type ServerService | |
---|---|
ServiceAccessController(ServerService next)
|
|
ServiceAccessController(java.lang.String name,
ServerService next,
IPAddressPermission[] ipAddressMasks)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |