Uses of Interface
org.apache.activeio.xnet.SocketService
-
Packages that use SocketService Package Description org.apache.activeio.xnet org.apache.activeio.xnet.hba -
-
Uses of SocketService in org.apache.activeio.xnet
Subinterfaces of SocketService in org.apache.activeio.xnet Modifier and Type Interface Description interface
ServerService
The Server will call the following methods.Classes in org.apache.activeio.xnet that implement SocketService Modifier and Type Class Description class
ServiceDaemon
class
ServiceLogger
class
ServicePool
Constructors in org.apache.activeio.xnet with parameters of type SocketService Constructor Description ServiceDaemon(java.lang.String name, SocketService socketService, java.net.InetAddress address, int port)
ServiceDaemon(SocketService socketService, java.net.InetAddress address, int port)
-
Uses of SocketService in org.apache.activeio.xnet.hba
Classes in org.apache.activeio.xnet.hba that implement SocketService Modifier and Type Class Description class
ServiceAccessController
-