Uses of Interface
org.red5.server.api.so.ISharedObjectBase
Packages that use ISharedObjectBase
-
Uses of ISharedObjectBase in org.red5.server.api.so
Subinterfaces of ISharedObjectBase in org.red5.server.api.soModifier and TypeInterfaceDescriptioninterfaceClientside access to shared objects.interfaceServerside access to shared objects.Methods in org.red5.server.api.so with parameters of type ISharedObjectBaseModifier and TypeMethodDescriptionvoidISharedObjectListener.onSharedObjectClear(ISharedObjectBase so) Called when all attributes of a shared object are removed.voidISharedObjectListener.onSharedObjectConnect(ISharedObjectBase so) Called when a client connects to a shared object.voidISharedObjectListener.onSharedObjectDelete(ISharedObjectBase so, String key) Called when an attribute is deleted from the shared object.voidISharedObjectListener.onSharedObjectDisconnect(ISharedObjectBase so) Called when a client disconnects from a shared object.voidISharedObjectListener.onSharedObjectSend(ISharedObjectBase so, String method, List<?> params) Called when a shared object method call is sent.voidISharedObjectListener.onSharedObjectUpdate(ISharedObjectBase so, String key, Object value) Called when a shared object attribute is updated.voidISharedObjectListener.onSharedObjectUpdate(ISharedObjectBase so, Map<String, Object> values) Called when multiple attributes of a shared object are updated.voidISharedObjectListener.onSharedObjectUpdate(ISharedObjectBase so, IAttributeStore values) Called when multiple attributes of a shared object are updated. -
Uses of ISharedObjectBase in org.red5.server.so
Classes in org.red5.server.so that implement ISharedObjectBaseModifier and TypeClassDescriptionclassWorks with client-side shared objectclassSpecial scope for shared objects