Uses of Class
org.red5.server.AttributeStore
Packages that use AttributeStore
Package
Description
-
Uses of AttributeStore in org.red5.server
Subclasses of AttributeStore in org.red5.serverModifier and TypeClassDescriptionclassBase abstract class for connections.classClient is an abstraction representing user connected to Red5 application.Methods in org.red5.server that return AttributeStoreModifier and TypeMethodDescriptionstatic AttributeStoreAttributeStore.from(CompositeData cd) Allows for reconstruction via CompositeData. -
Uses of AttributeStore in org.red5.server.net.rtmp
Subclasses of AttributeStore in org.red5.server.net.rtmpModifier and TypeClassDescriptionclassRTMP connection.classRepresents an RTMP connection using Mina. -
Uses of AttributeStore in org.red5.server.scope
Fields in org.red5.server.scope declared as AttributeStoreModifier and TypeFieldDescriptionprotected final AttributeStoreScope.attributesStorage for scope attributes -
Uses of AttributeStore in org.red5.server.so
Subclasses of AttributeStore in org.red5.server.soModifier and TypeClassDescriptionclassWorks with client-side shared objectclassRepresents a remote shared object on server-side.