|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
---|---|
org.abstracthorizon.danube.service | |
org.abstracthorizon.danube.service.server |
Uses of Service in org.abstracthorizon.danube.service |
---|
Methods in org.abstracthorizon.danube.service with parameters of type Service | |
---|---|
void |
ServiceNotificationListener.serviceAboutToChangeState(Service service,
int newState)
This method is called when service is about to change state |
void |
ServiceNotificationListener.serviceChangedState(Service service,
int oldState)
This method is called when service state is changed. |
Uses of Service in org.abstracthorizon.danube.service.server |
---|
Subclasses of Service in org.abstracthorizon.danube.service.server | |
---|---|
class |
MultiThreadServerService
This class models multi-threaded model of connection service. |
class |
MultiThreadServerSocketChannelService
This is server service that is implemented using socket channels. |
class |
MultiThreadServerSocketService
This is server service that is implemented using sockets. |
class |
MultiThreadServerSSLSocketService
|
class |
ServerService
This abstract cass introduces port for potential socket to listen to and connection handler to be invoked with created connection. |
class |
ServerSocketChannelService
This is server socket service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |