Uses of Interface
org.red5.server.api.IAttributeStore
Packages that use IAttributeStore
Package
Description
-
Uses of IAttributeStore in org.red5.server
Classes in org.red5.server that implement IAttributeStoreModifier and TypeClassDescriptionclassclassBase abstract class for connections.classClient is an abstraction representing user connected to Red5 application.Methods in org.red5.server with parameters of type IAttributeStoreModifier and TypeMethodDescriptionbooleanAttributeStore.setAttributes(IAttributeStore values) Set multiple attributes on this object.Constructors in org.red5.server with parameters of type IAttributeStoreModifierConstructorDescriptionAttributeStore(IAttributeStore values) Creates attribute store with initial values. -
Uses of IAttributeStore in org.red5.server.api
Subinterfaces of IAttributeStore in org.red5.server.apiModifier and TypeInterfaceDescriptioninterfaceAttribute storage with automatic object casting support.interfaceThe client object represents a single client.interfaceThe connection object.Methods in org.red5.server.api with parameters of type IAttributeStoreModifier and TypeMethodDescriptionbooleanIAttributeStore.setAttributes(IAttributeStore values) Set multiple attributes on this object. -
Uses of IAttributeStore in org.red5.server.api.service
Subinterfaces of IAttributeStore in org.red5.server.api.serviceModifier and TypeInterfaceDescriptioninterfaceConnection that has options to invoke and handle remote calls -
Uses of IAttributeStore in org.red5.server.api.so
Subinterfaces of IAttributeStore in org.red5.server.api.soModifier and TypeInterfaceDescriptioninterfaceClientside access to shared objects.interfaceServerside access to shared objects.interfaceBase interface for shared objects.Methods in org.red5.server.api.so with parameters of type IAttributeStoreModifier and TypeMethodDescriptionvoidISharedObjectListener.onSharedObjectUpdate(ISharedObjectBase so, IAttributeStore values) Called when multiple attributes of a shared object are updated. -
Uses of IAttributeStore in org.red5.server.api.stream
Subinterfaces of IAttributeStore in org.red5.server.api.streamModifier and TypeInterfaceDescriptioninterfaceA connection that supports streaming. -
Uses of IAttributeStore in org.red5.server.net.rtmp
Classes in org.red5.server.net.rtmp that implement IAttributeStoreModifier and TypeClassDescriptionclassRTMP connection.classRepresents an RTMP connection using Mina. -
Uses of IAttributeStore in org.red5.server.so
Classes in org.red5.server.so that implement IAttributeStoreModifier and TypeClassDescriptionclassWorks with client-side shared objectclassRepresents a remote shared object on server-side.classSpecial scope for shared objectsMethods in org.red5.server.so with parameters of type IAttributeStoreModifier and TypeMethodDescriptionbooleanClientSharedObject.setAttributes(IAttributeStore values) Set multiple attributes on this object.booleanSharedObject.setAttributes(IAttributeStore values) Set multiple attributes on this object.booleanSharedObjectScope.setAttributes(IAttributeStore values) Set multiple attributes on this object.