Package com.jme3.network.service
package com.jme3.network.service
-
ClassDescriptionConvenient base class for ClientServices providing some default ClientService interface implementations as well as a few convenience methods such as getServiceManager() and getService(type).Convenient base class for HostedServices providing some default HostedService interface implementations as well as a few convenience methods such as getServiceManager() and getService(type).Convenient base class for HostedServices providing some default HostedService interface implementations as well as a few convenience methods such as getServiceManager() and getService(type).AbstractService<S extends ServiceManager>Base class providing some default Service interface implementations as well as a few convenience methods such as getServiceManager() and getService(type).Interface implemented by Client-side services that augment a network Client's functionality.Manages ClientServices on behalf of a network Client object.Interface implemented by Server-side services that augment a network Server's functionality.Manages HostedServices on behalf of a network Server object.Service<S>The base interface for managed services.The base service manager class from which the HostedServiceManager and ClientServiceManager classes are derived.