Uses of Class
com.jme3.network.service.AbstractHostedService
Packages that use AbstractHostedService
Package
Description
-
Uses of AbstractHostedService in com.jme3.network.service
Subclasses of AbstractHostedService in com.jme3.network.serviceModifier 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). -
Uses of AbstractHostedService in com.jme3.network.service.rmi
Subclasses of AbstractHostedService in com.jme3.network.service.rmiModifier and TypeClassDescriptionclassA service that can be added to the host to support a simple shared objects protocol. -
Uses of AbstractHostedService in com.jme3.network.service.rpc
Subclasses of AbstractHostedService in com.jme3.network.service.rpcModifier and TypeClassDescriptionclassRPC service that can be added to a network Server to add RPC send/receive capabilities. -
Uses of AbstractHostedService in com.jme3.network.service.serializer
Subclasses of AbstractHostedService in com.jme3.network.service.serializer