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 TypeClassDescriptionclassSample application that uses the client manager. -
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.classPersistable attributes store.Methods in org.red5.server with parameters of type IAttributeStoreModifier and TypeMethodDescriptionbooleanAttributeStore.setAttributes(IAttributeStore values) Set multiple attributes on this object.booleanPersistableAttributeStore.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 TypeClassDescriptionclassBase class for applications, takes care that callbacks are executed single-threaded.classApplicationAdapter class serves as a base class for your Red5 applications.classStatefulScopeWrappingAdapter class wraps stateful IScope functionality.Methods in org.red5.server.adapter with parameters of type IAttributeStoreModifier and TypeMethodDescriptionbooleanStatefulScopeWrappingAdapter.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 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.remoting
Subinterfaces of IAttributeStore in org.red5.server.api.remotingModifier and TypeInterfaceDescriptioninterfaceConnection coming from Remoting clients. -
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.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.