Uses of Interface
com.jme3.network.service.HostedService
Packages that use HostedService
Package
Description
-
Uses of HostedService in com.jme3.network.service
Classes in com.jme3.network.service that implement HostedServiceModifier and TypeClassDescriptionclassConvenient base class for HostedServices providing some default HostedService interface implementations as well as a few convenience methods such as getServiceManager() and getService(type).classConvenient base class for HostedServices providing some default HostedService interface implementations as well as a few convenience methods such as getServiceManager() and getService(type).Methods in com.jme3.network.service with parameters of type HostedServiceModifier and TypeMethodDescriptionvoidHostedServiceManager.addService(HostedService s) Adds the specified HostedService and initializes it.voidHostedServiceManager.addServices(HostedService... services) Adds the specified services and initializes them.voidHostedServiceManager.removeService(HostedService s) Removes the specified HostedService from this service manager, stopping and terminating it as required. -
Uses of HostedService in com.jme3.network.service.rmi
Classes in com.jme3.network.service.rmi that implement HostedServiceModifier and TypeClassDescriptionclassA service that can be added to the host to support a simple shared objects protocol. -
Uses of HostedService in com.jme3.network.service.rpc
Classes in com.jme3.network.service.rpc that implement HostedServiceModifier and TypeClassDescriptionclassRPC service that can be added to a network Server to add RPC send/receive capabilities. -
Uses of HostedService in com.jme3.network.service.serializer
Classes in com.jme3.network.service.serializer that implement HostedService