Uses of Interface
org.red5.server.api.IAttributeStore
Packages that use IAttributeStore
Package
Description
-
Uses of IAttributeStore in io.antmedia
Classes in io.antmedia that implement IAttributeStore -
Uses of IAttributeStore in io.antmedia.console
Classes in io.antmedia.console that implement IAttributeStoreModifier and TypeClassDescriptionclass
Sample application that uses the client manager. -
Uses of IAttributeStore in org.red5.server
Classes in org.red5.server that implement IAttributeStoreModifier and TypeClassDescriptionclass
class
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 with parameters of type IAttributeStoreModifier and TypeMethodDescriptionboolean
AttributeStore.setAttributes
(IAttributeStore values) Set multiple attributes on this object.boolean
PersistableAttributeStore.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.adapter
Classes in org.red5.server.adapter that implement IAttributeStoreModifier and TypeClassDescriptionclass
Base class for applications, takes care that callbacks are executed single-threaded.class
ApplicationAdapter class serves as a base class for your Red5 applications.class
StatefulScopeWrappingAdapter class wraps stateful IScope functionality.Methods in org.red5.server.adapter with parameters of type IAttributeStoreModifier and TypeMethodDescriptionboolean
StatefulScopeWrappingAdapter.setAttributes
(IAttributeStore attributes) Set multiple attributes on this object. -
Uses of IAttributeStore in org.red5.server.api
Subinterfaces of IAttributeStore in org.red5.server.apiModifier and TypeInterfaceDescriptioninterface
Attribute storage with automatic object casting support.interface
The client object represents a single client.interface
The connection object.Methods in org.red5.server.api with parameters of type IAttributeStoreModifier and TypeMethodDescriptionboolean
IAttributeStore.setAttributes
(IAttributeStore values) Set multiple attributes on this object. -
Uses of IAttributeStore in org.red5.server.api.remoting
Subinterfaces of IAttributeStore in org.red5.server.api.remotingModifier and TypeInterfaceDescriptioninterface
Connection coming from Remoting clients. -
Uses of IAttributeStore in org.red5.server.api.service
Subinterfaces of IAttributeStore in org.red5.server.api.serviceModifier and TypeInterfaceDescriptioninterface
Connection that has options to invoke and handle remote calls -
Uses of IAttributeStore in org.red5.server.api.stream
Subinterfaces of IAttributeStore in org.red5.server.api.streamModifier and TypeInterfaceDescriptioninterface
A connection that supports streaming. -
Uses of IAttributeStore in org.red5.server.net.rtmp
Classes in org.red5.server.net.rtmp that implement IAttributeStoreModifier and TypeClassDescriptionclass
RTMP connection.class
Represents an RTMP connection using Mina.