Uses of Interface
com.jme3.network.service.ClientService
Packages that use ClientService
Package
Description
-
Uses of ClientService in com.jme3.network.service
Classes in com.jme3.network.service that implement ClientServiceModifier and TypeClassDescriptionclassConvenient base class for ClientServices providing some default ClientService 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 ClientServiceModifier and TypeMethodDescriptionvoidClientServiceManager.addService(ClientService s) Adds the specified ClientService and initializes it.voidClientServiceManager.addServices(ClientService... services) Adds the specified services and initializes them.voidClientServiceManager.removeService(ClientService s) Removes the specified ClientService from this service manager, stopping and terminating it as required. -
Uses of ClientService in com.jme3.network.service.rmi
Classes in com.jme3.network.service.rmi that implement ClientServiceModifier and TypeClassDescriptionclassA service that can be added to the client to support a simple shared objects protocol. -
Uses of ClientService in com.jme3.network.service.rpc
Classes in com.jme3.network.service.rpc that implement ClientServiceModifier and TypeClassDescriptionclassRPC service that can be added to a network Client to add RPC send/receive capabilities. -
Uses of ClientService in com.jme3.network.service.serializer
Classes in com.jme3.network.service.serializer that implement ClientService