Uses of Interface
org.apache.activeio.xnet.ServerService
-
Packages that use ServerService Package Description 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 Modifier and Type Class Description class
ServiceDaemon
class
ServiceLogger
class
ServicePool
Constructors in org.apache.activeio.xnet with parameters of type ServerService Constructor Description ServiceLogger(java.lang.String name, ServerService next, java.lang.String[] logOnSuccess, java.lang.String[] logOnFailure)
ServicePool(ServerService next, java.lang.String name, int threads, long keepAliveTime)
ServicePool(ServerService next, java.util.concurrent.Executor executor)
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 Modifier and Type Class Description class
ServiceAccessController
Constructors in org.apache.activeio.xnet.hba with parameters of type ServerService Constructor Description ServiceAccessController(java.lang.String name, ServerService next, IPAddressPermission[] ipAddressMasks)
ServiceAccessController(ServerService next)
-