Class ServerSerializerRegistrationsService
java.lang.Object
com.jme3.network.service.AbstractService<HostedServiceManager>
com.jme3.network.service.AbstractHostedService
com.jme3.network.service.serializer.ServerSerializerRegistrationsService
- All Implemented Interfaces:
ConnectionListener
,HostedService
,Service<HostedServiceManager>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
connectionAdded
(Server server, HostedConnection hc) Default implementation does nothing.protected void
onInitialize
(HostedServiceManager serviceManager) Called during initialize() for the subclass to perform implementation specific initialization.void
start()
Default implementation does nothing.Methods inherited from class com.jme3.network.service.AbstractHostedService
connectionRemoved, getServer
Methods inherited from class com.jme3.network.service.AbstractService
getService, getServiceManager, initialize, stop, terminate, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.jme3.network.service.HostedService
initialize, stop, terminate
-
Constructor Details
-
ServerSerializerRegistrationsService
public ServerSerializerRegistrationsService()
-
-
Method Details
-
onInitialize
Description copied from class:AbstractService
Called during initialize() for the subclass to perform implementation specific initialization.- Specified by:
onInitialize
in classAbstractService<HostedServiceManager>
-
start
public void start()Description copied from class:AbstractService
Default implementation does nothing. Implementations can override this to perform custom startup behavior.- Specified by:
start
in interfaceHostedService
- Specified by:
start
in interfaceService<HostedServiceManager>
- Overrides:
start
in classAbstractService<HostedServiceManager>
-
connectionAdded
Description copied from class:AbstractHostedService
Default implementation does nothing. Implementations can override this to perform custom new connection behavior.- Specified by:
connectionAdded
in interfaceConnectionListener
- Overrides:
connectionAdded
in classAbstractHostedService
-