Uses of Class
org.red5.server.AttributeStore
Packages that use AttributeStore
Package
Description
-
Uses of AttributeStore in org.red5.client.net.rtmpt
Subclasses of AttributeStore in org.red5.client.net.rtmptModifier and TypeClassDescriptionclass
Abstract BaseRTMPTConnection class.class
RTMPTClientConnection class. -
Uses of AttributeStore in org.red5.net.websocket
Subclasses of AttributeStore in org.red5.net.websocketModifier and TypeClassDescriptionclass
WebSocketConnection
This class represents a WebSocket connection with a client (browser). -
Uses of AttributeStore in org.red5.server
Subclasses of AttributeStore in org.red5.serverModifier and TypeClassDescriptionclass
Base abstract class for connections.class
Client is an abstraction representing user connected to Red5 application.class
Persistable attributes store.Methods in org.red5.server that return AttributeStoreModifier and TypeMethodDescriptionstatic AttributeStore
AttributeStore.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 TypeClassDescriptionclass
RTMP connection.class
Represents 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 AttributeStore
Scope.attributes
Storage for scope attributes -
Uses of AttributeStore in org.red5.server.so
Subclasses of AttributeStore in org.red5.server.soModifier and TypeClassDescriptionclass
Works with client-side shared objectclass
Represents a remote shared object on server-side.