Uses of Class
com.jme3.network.service.ServiceManager
Packages that use ServiceManager
-
Uses of ServiceManager in com.jme3.network.service
Classes in com.jme3.network.service with type parameters of type ServiceManagerModifier and TypeClassDescriptionclassAbstractService<S extends ServiceManager>Base class providing some default Service interface implementations as well as a few convenience methods such as getServiceManager() and getService(type).Subclasses of ServiceManager in com.jme3.network.serviceModifier and TypeClassDescriptionclassManages ClientServices on behalf of a network Client object.classManages HostedServices on behalf of a network Server object.