Uses of Interface
org.apache.activeio.xnet.ServerService
Packages that use ServerService
-
Uses of ServerService in org.apache.activeio.xnet
Classes in org.apache.activeio.xnet that implement ServerServiceConstructors in org.apache.activeio.xnet with parameters of type ServerServiceModifierConstructorDescriptionServiceLogger
(String name, ServerService next, String[] logOnSuccess, String[] logOnFailure) ServicePool
(ServerService next, String name, int threads, long keepAliveTime) ServicePool
(ServerService next, Executor executor) StandardServiceStack
(String name, int port, String host, IPAddressPermission[] allowHosts, String[] logOnSuccess, String[] logOnFailure, Executor executor, ServerService server) -
Uses of ServerService in org.apache.activeio.xnet.hba
Classes in org.apache.activeio.xnet.hba that implement ServerServiceConstructors in org.apache.activeio.xnet.hba with parameters of type ServerServiceModifierConstructorDescriptionServiceAccessController
(String name, ServerService next, IPAddressPermission[] ipAddressMasks)