A B C D E F G H I J K L M N O P Q R S T U V W X Z _

G

generateErrorResult(String, Throwable) - Method in class org.red5.server.net.protocol.BaseProtocolEncoder
Generate error object to return for given exception.
generateFilename(IScope, String, IStreamFilenameGenerator.GenerationType) - Method in interface org.red5.server.api.stream.IStreamFilenameGenerator
Generate a filename without an extension.
generateFilename(IScope, String, String, IStreamFilenameGenerator.GenerationType) - Method in interface org.red5.server.api.stream.IStreamFilenameGenerator
Generate a filename with an extension.
generateFilename(IScope, String, IStreamFilenameGenerator.GenerationType) - Method in class org.red5.server.stream.DefaultStreamFilenameGenerator
Generate a filename without an extension.
generateFilename(IScope, String, String, IStreamFilenameGenerator.GenerationType) - Method in class org.red5.server.stream.DefaultStreamFilenameGenerator
Generate a filename with an extension.
get(Object) - Method in class org.red5.compatibility.flex.messaging.io.ObjectProxy
Return the value of a property.
get(String) - Method in interface org.red5.server.api.cache.ICacheStore
Return a cached object with the given name.
get(String) - Method in class org.red5.server.cache.CacheImpl
Return a cached object with the given name.
get(String) - Method in class org.red5.server.cache.EhCacheImpl
Return a cached object with the given name.
get(String) - Method in class org.red5.server.cache.NoCacheImpl
Return a cached object with the given name.
get(String) - Method in class org.red5.server.cache.WhirlyCacheImpl
Returns cachable object by name
getActiveClients() - Method in interface org.red5.server.api.statistics.IScopeStatistics
Return current number of clients connected to the scope.
getActiveClients() - Method in class org.red5.server.Scope
Return current number of clients connected to the scope.
getActiveClients() - Method in interface org.red5.server.ScopeMBean
Return current number of clients connected to the scope.
getActiveConnections() - Method in interface org.red5.server.api.statistics.IScopeStatistics
Return current number of connections to the scope.
getActiveConnections() - Method in class org.red5.server.Scope
Return current number of connections to the scope.
getActiveConnections() - Method in interface org.red5.server.ScopeMBean
Return current number of connections to the scope.
getActiveListeners() - Method in interface org.red5.server.api.statistics.ISharedObjectStatistics
Return current number of subscribed listeners.
getActiveListeners() - Method in class org.red5.server.so.SharedObject
Return current number of subscribed listeners.
getActiveSubscopes() - Method in interface org.red5.server.api.statistics.IScopeStatistics
Return number of currently existing subscopes.
getActiveSubscopes() - Method in class org.red5.server.Scope
Return number of currently existing subscopes.
getActiveSubscopes() - Method in interface org.red5.server.ScopeMBean
Return number of currently existing subscopes.
getActiveSubscribers() - Method in interface org.red5.server.api.statistics.IClientBroadcastStreamStatistics
Return current number of subscribers.
getActiveSubscribers() - Method in class org.red5.server.stream.ClientBroadcastStream
Return current number of subscribers.
getAppendWriter() - Method in class org.red5.io.flv.impl.FLV
Returns a Writer which is setup to append to the file.
getAppendWriter() - Method in interface org.red5.io.IStreamableFile
Returns a Writer which is setup to append to the file.
getAppendWriter() - Method in class org.red5.io.mp3.impl.MP3
Returns a Writer which is setup to append to the file.
getApplication() - Method in class org.red5.server.net.rtmp.status.StatusObject
Getter for property 'application'.
getApplicationContext() - Method in interface org.red5.server.api.IContext
Getter for application context
getApplicationContext() - Static method in class org.red5.server.cache.CacheImpl
Getter for property 'applicationContext'.
getApplicationContext() - Static method in class org.red5.server.cache.EhCacheImpl
Getter for property 'applicationContext'.
getApplicationContext() - Static method in class org.red5.server.cache.NoCacheImpl
Getter for property 'applicationContext'.
getApplicationContext() - Static method in class org.red5.server.cache.WhirlyCacheImpl
Returns Spring application context used by this class
getApplicationContext() - Method in class org.red5.server.Context
Return application context
getApplicationContext() - Method in interface org.red5.server.ContextMBean
 
getApplicationContext() - Method in class org.red5.server.jboss.JbossLoader
 
getApplicationContext() - Static method in class org.red5.server.LoaderBase
Getter for application context
getApplicationLoader() - Static method in class org.red5.server.LoaderBase
Getter for the application loader.
getApplicationLoader() - Method in class org.red5.server.WebScope
Return object that can be used to load new applications.
getArguments() - Method in interface org.red5.server.api.service.IServiceCall
Returns array of service method arguments
getArguments() - Method in class org.red5.server.service.Call
Returns array of service method arguments
getAt(int) - Method in interface org.red5.server.war.IRemotableList
 
getAt(int) - Method in class org.red5.server.war.RemotableList
 
getAttribute(String) - Method in class org.red5.server.adapter.StatefulScopeWrappingAdapter
Return the value for a given attribute.
getAttribute(String, Object) - Method in class org.red5.server.adapter.StatefulScopeWrappingAdapter
Return the value for a given attribute and set it if it doesn't exist.
getAttribute(String) - Method in interface org.red5.server.api.AttributeStoreMBean
 
getAttribute(String, Object) - Method in interface org.red5.server.api.AttributeStoreMBean
 
getAttribute(String) - Method in interface org.red5.server.api.IAttributeStore
Return the value for a given attribute.
getAttribute(String, Object) - Method in interface org.red5.server.api.IAttributeStore
Return the value for a given attribute and set it if it doesn't exist.
getAttribute(String) - Method in class org.red5.server.AttributeStore
Return the value for a given attribute.
getAttribute(String, Object) - Method in class org.red5.server.AttributeStore
Return the value for a given attribute and set it if it doesn't exist.
getAttribute(String) - Method in class org.red5.server.net.remoting.RemotingConnection
Return the value for a given attribute.
getAttribute(String, Object) - Method in class org.red5.server.net.remoting.RemotingConnection
Return the value for a given attribute and set it if it doesn't exist.
getAttribute(String, Object) - Method in class org.red5.server.PersistableAttributeStore
Return the value for a given attribute and set it if it doesn't exist.
getAttribute(String, Object) - Method in class org.red5.server.so.ClientSharedObject
Return attribute by name and set if it doesn't exist yet.
getAttribute(String, Object) - Method in class org.red5.server.so.SharedObject
Return attribute by name and set if it doesn't exist yet.
getAttribute(String) - Method in class org.red5.server.so.SharedObjectScope
Return the value for a given attribute.
getAttribute(String, Object) - Method in class org.red5.server.so.SharedObjectScope
Return the value for a given attribute and set it if it doesn't exist.
getAttributeNames() - Method in class org.red5.server.adapter.StatefulScopeWrappingAdapter
Get the attribute names.
getAttributeNames() - Method in interface org.red5.server.api.AttributeStoreMBean
 
getAttributeNames() - Method in interface org.red5.server.api.IAttributeStore
Get the attribute names.
getAttributeNames() - Method in class org.red5.server.AttributeStore
Get the attribute names.
getAttributeNames() - Method in class org.red5.server.net.remoting.RemotingConnection
Get the attribute names.
getAttributeNames() - Method in class org.red5.server.so.SharedObjectScope
Get the attribute names.
getAttributes() - Method in class org.red5.server.adapter.StatefulScopeWrappingAdapter
Wrapper for Scope#getAttributes
getAttributes() - Method in interface org.red5.server.api.AttributeStoreMBean
 
getAttributes() - Method in interface org.red5.server.api.IAttributeStore
Get the attributes.
getAttributes() - Method in class org.red5.server.AttributeStore
Get the attributes.
getAttributes() - Method in class org.red5.server.net.remoting.RemotingConnection
Get the attributes.
getAttributes() - Method in class org.red5.server.so.SharedObjectScope
Get the attributes.
getAudio() - Method in class org.red5.server.stream.OutputStream
Getter for audio channel
getAudioBucket(IBWControlContext) - Method in class org.red5.server.stream.DummyBWControlService
 
getAudioBucket(IBWControlContext) - Method in interface org.red5.server.stream.IBWControlService
Return the token bucket for audio channel.
getAudioBucket(IBWControlContext) - Method in class org.red5.server.stream.SimpleBWControlService
 
getAudioCodecId() - Method in class org.red5.io.flv.impl.FLVReader
 
getAudioCodecId() - Method in interface org.red5.io.flv.meta.IMetaData
 
getAudioCodecId() - Method in class org.red5.io.flv.meta.MetaData
 
getAudioCodecName() - Method in interface org.red5.server.api.stream.IStreamCodecInfo
Getter for audio codec name
getAudioCodecName() - Method in class org.red5.server.stream.codec.StreamCodecInfo
Getter for audio codec name
getAutoDeploy() - Method in class org.red5.server.tomcat.TomcatVHostLoader
 
getAutoDeploy() - Method in interface org.red5.server.tomcat.TomcatVHostLoaderMBean
 
getBandwidth() - Method in class org.red5.server.net.rtmp.event.ClientBW
Getter for property 'bandwidth'.
getBandwidth() - Method in class org.red5.server.net.rtmp.event.ServerBW
Getter for bandwidth
getBandwidthConfigure() - Method in interface org.red5.server.api.IBWControllable
Return bandwidth configuration object.
getBandwidthConfigure() - Method in class org.red5.server.Client
Return bandwidth configuration context, that is, broadcasting bandwidth and quality settings for this client
getBandwidthConfigure() - Method in class org.red5.server.net.rtmp.RTMPConnection
Return bandwidth configuration object.
getBandwidthConfigure() - Method in class org.red5.server.stream.AbstractClientStream
Return stream bandwidth configuration
getBaseHost() - Method in class org.red5.server.tomcat.TomcatLoader
Get base host.
getBasicScope(String, String) - Method in interface org.red5.server.api.IScope
Get a child scope by name.
getBasicScope(String, String) - Method in interface org.red5.server.api.ScopeMBean
Get a child scope by name.
getBasicScope(String, String) - Method in class org.red5.server.Scope
Return base scope of given type with given name
getBasicScope(String, String) - Method in interface org.red5.server.ScopeMBean
Return base scope of given type with given name
getBasicScopeNames(String) - Method in interface org.red5.server.api.IScope
 
getBasicScopeNames(String) - Method in interface org.red5.server.api.ScopeMBean
 
getBasicScopeNames(String) - Method in class org.red5.server.Scope
Return basic scope names iterator
getBasicScopeNames(String) - Method in interface org.red5.server.ScopeMBean
Return basic scope names iterator
getBasicScopes() - Method in interface org.red5.server.api.ConnectionMBean
 
getBasicScopes() - Method in interface org.red5.server.api.IConnection
Get the basic scopes this connection has subscribed.
getBasicScopes() - Method in class org.red5.server.BaseConnection
 
getBasicScopes() - Method in class org.red5.server.net.remoting.RemotingConnection
Get the basic scopes this connection has subscribed.
getBean(String) - Method in interface org.red5.server.api.IContext
Returns bean by ID
getBean(String) - Method in class org.red5.server.Context
Return bean instantiated by bean factory
getBean(String) - Method in interface org.red5.server.ContextMBean
 
getBitflags() - Method in class org.red5.io.flv.impl.Tag
Getter for bit flags
getBitRate() - Method in class org.red5.io.mp3.impl.MP3Header
Getter for bitrate
getBody() - Method in class org.red5.io.flv.impl.Tag
Return the body ByteBuffer
getBody() - Method in interface org.red5.io.ITag
Return the body ByteBuffer
getBody() - Method in class org.red5.server.net.mrtmp.MRTMPPacket
 
getBody() - Method in class org.red5.server.stream.message.RTMPMessage
Return RTMP message body
getBody() - Method in class org.red5.server.stream.message.StatusMessage
Getter for property 'body'.
getBodyEncoding() - Method in class org.red5.server.net.mrtmp.MRTMPPacket.Header
 
getBodyLength() - Method in class org.red5.server.net.mrtmp.MRTMPPacket.Header
 
getBodySize() - Method in class org.red5.io.flv.impl.Tag
Return the size of the body
getBodySize() - Method in interface org.red5.io.ITag
Return the size of the body
getBoolAttribute(String) - Method in interface org.red5.server.api.ICastingAttributeStore
Get Boolean attribute by name
getBoolAttribute(String) - Method in class org.red5.server.AttributeStore
Get Boolean attribute by name
getBoolAttribute(String) - Method in class org.red5.server.net.remoting.RemotingConnection
Get Boolean attribute by name
getBooleanProperty(String) - Method in class org.red5.server.messaging.AbstractMessage
Getter for boolean property
getBooleanProperty(String) - Method in interface org.red5.server.messaging.IMessage
Getter for boolean property
getBroadcastScope(IScope, String) - Method in class org.red5.server.stream.StreamService
Return broadcast scope object for given scope and child scope name
getBroadcastStream(IScope, String) - Method in class org.red5.server.adapter.MultiThreadedApplicationAdapter
Get a broadcast stream by name
getBroadcastStream(IScope, String) - Method in interface org.red5.server.api.stream.IBroadcastStreamService
Get a broadcast stream by name
getBroadcastStreamNames(IScope) - Method in class org.red5.server.adapter.MultiThreadedApplicationAdapter
Returns list of stream names broadcasted in
getBroadcastStreamNames(IScope) - Method in interface org.red5.server.api.stream.IBroadcastStreamService
Get a set containing the names of all the broadcasts
getBroadcastStreamNames(IScope) - Method in interface org.red5.server.stream.IProviderService
Get names of existing broadcast streams in a scope.
getBroadcastStreamNames(IScope) - Method in class org.red5.server.stream.ProviderService
Get names of existing broadcast streams in a scope.
getBuffer() - Method in class org.red5.io.amf3.Input
Provide access to raw data.
getBuffer() - Method in class org.red5.io.amf3.Output
Provide access to raw data.
getBufferSize() - Static method in class org.red5.io.flv.impl.FLVReader
Getter for buffer size.
getBufferType() - Static method in class org.red5.io.flv.impl.FLVReader
Getter for buffer type (auto, direct or heap).
getBWControllable() - Method in interface org.red5.server.stream.IBWControlContext
Return the controllable that registered.
getBWControllable() - Method in class org.red5.server.stream.SimpleBWControlService.BWContext
 
getByteAttribute(String) - Method in interface org.red5.server.api.ICastingAttributeStore
Get Byte attribute by name
getByteAttribute(String) - Method in class org.red5.server.AttributeStore
Get Byte attribute by name
getByteAttribute(String) - Method in class org.red5.server.net.remoting.RemotingConnection
Get Byte attribute by name
getByteBuffer() - Method in interface org.red5.server.api.cache.ICacheable
Returns a readonly byte buffer.
getByteBuffer() - Method in class org.red5.server.cache.CacheableImpl
Returns a readonly byte buffer.
getByteProperty(String) - Method in class org.red5.server.messaging.AbstractMessage
Add byte property to message
getByteProperty(String) - Method in interface org.red5.server.messaging.IMessage
Add byte property to message
getBytes() - Method in interface org.red5.server.api.cache.ICacheable
Returns the object contained within the cacheable reference.
getBytes() - Method in class org.red5.server.cache.CacheableImpl
Returns the object contained within the cacheable reference.
getBytes(InputStream) - Static method in class org.red5.server.net.servlet.ServletUtils
 
getBytesRead() - Method in class org.red5.io.flv.impl.FLVReader
Returns the amount of bytes read
getBytesRead() - Method in interface org.red5.io.ITagReader
Returns the amount of bytes read
getBytesRead() - Method in class org.red5.io.mp3.impl.MP3Reader
Returns the amount of bytes read
getBytesRead() - Method in class org.red5.server.net.rtmp.event.BytesRead
Return number of bytes read
getBytesReceived() - Method in interface org.red5.server.api.statistics.IClientBroadcastStreamStatistics
Return total number of bytes received from client for this stream.
getBytesReceived() - Method in class org.red5.server.stream.ClientBroadcastStream
Return total number of bytes received from client for this stream.
getBytesSent() - Method in interface org.red5.server.api.statistics.IPlaylistSubscriberStreamStatistics
Return total number of bytes sent to the client from this stream.
getBytesSent() - Method in class org.red5.server.stream.PlaylistSubscriberStream
Return total number of bytes sent to the client from this stream.
getBytesWritten() - Method in class org.red5.io.flv.impl.FLVWriter
Return the bytes written
getBytesWritten() - Method in interface org.red5.io.ITagWriter
Return the bytes written
getCachedStatusObjectAsByteArray(String) - Method in class org.red5.server.net.rtmp.status.StatusObjectService
Return status object by code as byte array
getCacheHit() - Static method in class org.red5.server.cache.CacheImpl
Getter for property 'cacheHit'.
getCacheHit() - Static method in class org.red5.server.cache.EhCacheImpl
Getter for property 'cacheHit'.
getCacheHit() - Static method in class org.red5.server.cache.NoCacheImpl
Getter for property 'cacheHit'.
getCacheHit() - Static method in class org.red5.server.cache.WhirlyCacheImpl
Returns cache hits stats
getCacheId() - Method in class org.red5.server.net.rtmp.codec.MulticastEventProcessor
Getter for cache ID.
getCacheManagerEventListener() - Method in class org.red5.server.cache.EhCacheImpl
Getter for property 'cacheManagerEventListener'.
getCacheMiss() - Static method in class org.red5.server.cache.CacheImpl
Getter for property 'cacheMiss'.
getCacheMiss() - Static method in class org.red5.server.cache.EhCacheImpl
Getter for property 'cacheMiss'.
getCacheMiss() - Static method in class org.red5.server.cache.NoCacheImpl
Getter for property 'cacheMiss'.
getCacheMiss() - Static method in class org.red5.server.cache.WhirlyCacheImpl
Returns cache misses stats
getCall() - Method in class org.red5.server.net.rtmp.event.Invoke
Getter for service call
getCall() - Method in class org.red5.server.net.rtmp.event.Notify
Getter for service call
getCallbacks() - Method in interface org.red5.server.api.service.IPendingServiceCall
Returns list of callback objects, usually callback object represented as an anonymous class instance that implements IPendingServiceCallback interface.
getCallbacks() - Method in class org.red5.server.service.PendingCall
Returns list of callback objects, usually callback object represented as an anonymous class instance that implements IPendingServiceCallback interface.
getCalls() - Method in class org.red5.server.net.remoting.message.RemotingPacket
Getter for calls.
getCanSeekToEnd() - Method in interface org.red5.io.flv.meta.IMetaData
Returns a boolean depending on whether the video can seek to end
getCanSeekToEnd() - Method in class org.red5.io.flv.meta.MetaData
Returns a boolean depending on whether the video can seek to end
getCapacity() - Method in interface org.red5.server.stream.ITokenBucket
Get the capacity of this bucket in Byte.
getCapacity() - Method in class org.red5.server.stream.PlayBuffer
Buffer capacity in bytes.
getChannel(int) - Method in class org.red5.server.net.rtmp.RTMPConnection
Return channel by id.
getChannelBandwidth() - Method in interface org.red5.server.api.IBandwidthConfigure
Return the bandwidth configure for 3 channels: audio, video, data and the overall bandwidth.
getChannelBandwidth() - Method in class org.red5.server.api.stream.support.SimpleBandwidthConfigure
 
getChannelId() - Method in class org.red5.server.net.rtmp.message.Header
Getter for channel id
getChannelInitialBurst() - Method in interface org.red5.server.api.IBandwidthConfigure
Return the byte count of initial burst value for 3 channels: audio, video, data and the overall bandwidth.
getChannelInitialBurst() - Method in class org.red5.server.api.stream.support.SimpleBandwidthConfigure
 
getChildScope(String) - Method in class org.red5.server.adapter.StatefulScopeWrappingAdapter
Return child scope
getChildScopeNames() - Method in class org.red5.server.adapter.StatefulScopeWrappingAdapter
Iterator for child scope names
getClassLoader() - Method in class org.red5.server.Context
Return current thread's context classloader
getClassLoader() - Method in class org.red5.server.Scope
Return current thread context classloader
getClassName() - Method in class org.red5.server.pooling.Worker
 
getClient(String) - Method in interface org.red5.server.api.ClientRegistryMBean
 
getClient() - Method in interface org.red5.server.api.ConnectionMBean
 
getClient() - Method in interface org.red5.server.api.IConnection
Get the client object associated with this connection.
getClient() - Method in class org.red5.server.api.Red5
Get the client
getClient() - Method in interface org.red5.server.api.Red5MBean
 
getClient() - Method in class org.red5.server.BaseConnection
 
getClient(String) - Method in class org.red5.server.ClientRegistry
 
getClient(String) - Method in interface org.red5.server.ClientRegistryMBean
 
getClient() - Method in class org.red5.server.net.remoting.RemotingConnection
Get the client object associated with this connection.
getClient(HttpServletRequest) - Method in class org.red5.server.net.rtmpt.RTMPTServlet
Get the RTMPT client for a session.
getClientBufferDuration() - Method in interface org.red5.server.api.statistics.IPlaylistSubscriberStreamStatistics
Return the buffer duration as requested by the client.
getClientBufferDuration() - Method in class org.red5.server.stream.AbstractClientStream
Get duration in ms as requested by the client.
getClientBytesRead() - Method in interface org.red5.server.api.IConnection
Return number of written bytes the client reports to have received.
getClientBytesRead() - Method in class org.red5.server.BaseConnection
Return number of written bytes the client reports to have received.
getClientBytesRead() - Method in class org.red5.server.net.remoting.RemotingConnection
Return number of written bytes the client reports to have received.
getClientBytesRead() - Method in class org.red5.server.net.rtmp.RTMPConnection
Get number of bytes the client reported to have received.
getClientId() - Method in class org.red5.server.net.mrtmp.MRTMPPacket.Header
 
getClientid() - Method in class org.red5.server.net.rtmp.status.RuntimeStatusObject
Getter for client id
getClientid() - Method in class org.red5.server.net.rtmp.status.Status
Getter for client id
getClientId(HttpServletRequest) - Method in class org.red5.server.net.rtmpt.RTMPTServlet
Return the client id from a url like /send/123456/12 -> 123456
getClientList() - Method in interface org.red5.server.api.ClientRegistryMBean
 
getClientList() - Method in class org.red5.server.ClientRegistry
Returns a list of Clients.
getClientList() - Method in interface org.red5.server.ClientRegistryMBean
 
getClientRegistry() - Method in interface org.red5.server.api.IContext
Get client registry.
getClientRegistry() - Method in class org.red5.server.Context
Return client registry
getClientRegistry() - Method in interface org.red5.server.ContextMBean
 
getClientResponse() - Method in class org.red5.server.net.remoting.message.RemotingCall
Getter for client response.
getClientResult() - Method in class org.red5.server.net.remoting.message.RemotingCall
Getter for client result.
getClients() - Method in class org.red5.server.adapter.StatefulScopeWrappingAdapter
Getter for set of clients
getClients() - Method in interface org.red5.server.api.IScope
Get a set of connected clients.
getClients() - Method in interface org.red5.server.api.ScopeMBean
Get a set of connected clients.
getClients() - Method in class org.red5.server.ClientRegistry
Return collection of clients
getClients() - Method in class org.red5.server.Scope
Return set of clients
getClients() - Method in interface org.red5.server.ScopeMBean
Return set of clients
getClientTTL() - Method in class org.red5.server.adapter.MultiThreadedApplicationAdapter
Client time to live is max allowed connection ping return time in seconds
getCode() - Method in class org.red5.server.net.rtmp.status.Status
Getter for status code.
getCode() - Method in class org.red5.server.net.rtmp.status.StatusObject
Getter for property 'code'.
getCodec() - Method in class org.red5.server.net.rtmp.event.FLVData
Getter for codec.
getCodecFactory() - Method in class org.red5.server.net.rtmpt.RTMPTHandler
Getter for codec factory
getCodecInfo() - Method in interface org.red5.server.api.stream.IStream
Get Codec info for a stream.
getCodecInfo() - Method in class org.red5.server.stream.AbstractStream
Return codec information
getCodeSection() - Static method in class org.red5.server.DebugPooledByteBufferAllocator
 
getColumnNames() - Method in class org.red5.io.object.RecordSet
Return a list containing the names of the columns in the recordset.
getConfigs() - Method in class org.red5.server.war.WebSettings
 
getConnection() - Method in class org.red5.server.api.Red5
Get the connection object.
getConnection() - Method in interface org.red5.server.api.Red5MBean
 
getConnection() - Method in interface org.red5.server.api.stream.IClientStream
Get connection containing the stream.
getConnection() - Method in class org.red5.server.net.rtmp.Channel
Getter for RTMP connection.
getConnection(int) - Method in interface org.red5.server.net.rtmp.IRTMPConnManager
 
getConnection(int) - Method in class org.red5.server.net.rtmp.RTMPConnManager
 
getConnection(int) - Method in class org.red5.server.net.rtmpt.RTMPTServlet
 
getConnection() - Method in class org.red5.server.stream.AbstractClientStream
Return connection associated with stream
getConnectionLocal() - Static method in class org.red5.server.api.Red5
Get the connection associated with the current thread.
getConnectionParams() - Method in class org.red5.server.net.rtmp.event.Notify
Getter for connection parameters
getConnections() - Method in interface org.red5.server.api.ClientMBean
 
getConnections() - Method in interface org.red5.server.api.IClient
Get a set of connections.
getConnections(IScope) - Method in interface org.red5.server.api.IClient
Get a set of connections of a given scope.
getConnections() - Method in interface org.red5.server.api.IScope
Get a connection iterator.
getConnections() - Method in interface org.red5.server.api.ScopeMBean
Get a connection iterator.
getConnections() - Method in class org.red5.server.Client
Return set of connections for this client
getConnections(IScope) - Method in class org.red5.server.Client
Return client connections to given scope
getConnections() - Method in interface org.red5.server.ClientMBean
 
getConnections() - Method in class org.red5.server.Scope
Return connection iterator
getConnections() - Method in interface org.red5.server.ScopeMBean
Return connection iterator
getConnectionsIter() - Method in class org.red5.server.adapter.StatefulScopeWrappingAdapter
Return for connections iterator
getConnector() - Method in class org.red5.server.tomcat.TomcatLoader
Return connector.
getConnectParams() - Method in interface org.red5.server.api.ConnectionMBean
 
getConnectParams() - Method in interface org.red5.server.api.IConnection
Return the parameters that were given in the call to "connect".
getConnectParams() - Method in class org.red5.server.BaseConnection
Return connection parameters
getConnectParams() - Method in class org.red5.server.net.remoting.RemotingConnection
Return the parameters that were given in the call to "connect".
getConnectParams() - Method in interface org.red5.server.net.rtmp.RTMPMinaConnectionMBean
 
getConsumer() - Method in class org.red5.server.messaging.PipeConnectionEvent
Return pipe connection consumer
getConsumerOutput(IClientStream) - Method in class org.red5.server.stream.ConsumerService
Handles pushed messages
getConsumerOutput(IClientStream) - Method in interface org.red5.server.stream.IConsumerService
Handles pushed messages
getConsumers() - Method in class org.red5.server.messaging.AbstractPipe
Getter for consumers
getConsumers() - Method in interface org.red5.server.messaging.IMessageInput
Getter for consumers list.
getConsumers() - Method in class org.red5.server.stream.BroadcastScope
Getter for pipe consumers
getContext() - Method in class org.red5.server.adapter.StatefulScopeWrappingAdapter
Getter for context
getContext() - Method in interface org.red5.server.api.IScope
Returns scope context
getContext() - Method in class org.red5.server.api.Red5
Get the spring application context
getContext() - Method in interface org.red5.server.api.Red5MBean
 
getContext() - Method in interface org.red5.server.api.ScopeMBean
Returns scope context
getContext(String) - Method in class org.red5.server.ContextLoader
Return context by name
getContext(String) - Method in interface org.red5.server.ContextLoaderMBean
 
getContext() - Method in class org.red5.server.Scope
Return scope context.
getContext() - Method in interface org.red5.server.ScopeMBean
Return scope context.
getContextLoader() - Method in class org.red5.server.war.WarLoaderServlet
 
getContextPath() - Method in interface org.red5.server.api.IScope
Return context path.
getContextPath() - Method in interface org.red5.server.api.ScopeMBean
Return context path.
getContextPath() - Method in class org.red5.server.Scope
Return scope context path
getContextPath() - Method in interface org.red5.server.ScopeMBean
Return scope context path
getContextsConfig() - Method in class org.red5.server.ContextLoader
 
getContextsConfig() - Method in interface org.red5.server.ContextLoaderMBean
 
getCoreService(String) - Method in interface org.red5.server.api.IContext
Returns core service by bean id
getCoreService(String) - Method in class org.red5.server.Context
Return core Red5 service instantiated by core context bean factory
getCoreService(String) - Method in interface org.red5.server.ContextMBean
 
getCorrelationID() - Method in class org.red5.server.messaging.AbstractMessage
Return correlation id
getCorrelationID() - Method in interface org.red5.server.messaging.IMessage
Return correlation id
getCreationTime() - Method in interface org.red5.server.api.ClientMBean
 
getCreationTime() - Method in interface org.red5.server.api.IClient
Get the creation time for this client object.
getCreationTime() - Method in interface org.red5.server.api.statistics.IStatisticsBase
Return the timestamp the object was created.
getCreationTime() - Method in class org.red5.server.Client
 
getCreationTime() - Method in interface org.red5.server.ClientMBean
 
getCreationTime() - Method in class org.red5.server.Scope
Return the timestamp the object was created.
getCreationTime() - Method in class org.red5.server.so.SharedObject
Return the timestamp the object was created.
getCreationTime() - Method in class org.red5.server.stream.ClientBroadcastStream
Return the timestamp the object was created.
getCreationTime() - Method in class org.red5.server.stream.PlaylistSubscriberStream
Return the timestamp the object was created.
getCurrent() - Method in class org.red5.server.api.statistics.support.StatisticsCounter
Get current number.
getCurrentItem() - Method in interface org.red5.server.api.stream.IPlaylist
Get currently playing item
getCurrentItem() - Method in class org.red5.server.stream.PlaylistSubscriberStream
Get currently playing item
getCurrentItem() - Method in class org.red5.server.stream.ServerStream
Get currently playing item
getCurrentItemIndex() - Method in interface org.red5.server.api.stream.IPlaylist
Get currently playing item index.
getCurrentItemIndex() - Method in class org.red5.server.stream.PlaylistSubscriberStream
Get currently playing item index.
getCurrentItemIndex() - Method in class org.red5.server.stream.ServerStream
Get currently playing item index.
getCurrentTimestamp() - Method in interface org.red5.server.api.statistics.IStreamStatistics
Return the currently active timestamp inside the stream.
getCurrentTimestamp() - Method in class org.red5.server.stream.ClientBroadcastStream
Return the currently active timestamp inside the stream.
getCurrentTimestamp() - Method in class org.red5.server.stream.PlaylistSubscriberStream
Return the currently active timestamp inside the stream.
getCursor() - Method in class org.red5.io.object.RecordSetPage
Getter for recordset cursor
getData() - Method in class org.red5.io.amf3.ByteArray
Get internal data.
getData() - Method in class org.red5.io.filter.ExecutorFilter.Event
Getter for event data
getData() - Method in class org.red5.io.flv.impl.Tag
Returns the data as a ByteBuffer
getData() - Method in interface org.red5.io.ITag
Returns the data as a ByteBuffer
getData() - Method in class org.red5.io.mp3.impl.MP3Header
Getter for frame sync word data
getData() - Method in class org.red5.io.object.RecordSetPage
Getter for page data
getData() - Method in interface org.red5.server.api.so.ISharedObjectBase
Return a map containing all attributes of the shared object.
getData() - Method in interface org.red5.server.api.stream.IStreamPacket
Packet contents.
getData() - Method in class org.red5.server.net.rtmp.event.AudioData
Getter for property 'data'.
getData() - Method in class org.red5.server.net.rtmp.event.Notify
Getter for property 'data'.
getData() - Method in class org.red5.server.net.rtmp.event.Unknown
Getter for data
getData() - Method in class org.red5.server.net.rtmp.event.VideoData
Getter for property 'data'.
getData() - Method in class org.red5.server.net.rtmp.message.Packet
Getter for data
getData() - Method in class org.red5.server.so.SharedObject
Getter for data.
getData() - Method in class org.red5.server.so.SharedObjectScope
Return a map containing all attributes of the shared object.
getData() - Method in interface org.red5.server.stream.IStreamData
Getter for property 'data'.
getData() - Method in class org.red5.server.stream.OutputStream
Getter for data channel
getDataBucket(IBWControlContext) - Method in class org.red5.server.stream.DummyBWControlService
 
getDataBucket(IBWControlContext) - Method in interface org.red5.server.stream.IBWControlService
Return the token bucket for data channel.
getDataBucket(IBWControlContext) - Method in class org.red5.server.stream.SimpleBWControlService
 
getDataOffset() - Method in class org.red5.io.flv.FLVHeader
Returns the data offset bytes
getDataType() - Method in class org.red5.io.flv.impl.Tag
Get the data type
getDataType() - Method in interface org.red5.io.ITag
Get the data type
getDataType() - Method in interface org.red5.server.api.stream.IStreamPacket
Type of this packet.
getDataType() - Method in class org.red5.server.net.rtmp.event.AudioData
Getter for data type
getDataType() - Method in class org.red5.server.net.rtmp.event.BaseEvent
Getter for data type
getDataType() - Method in class org.red5.server.net.rtmp.event.BytesRead
Getter for data type
getDataType() - Method in class org.red5.server.net.rtmp.event.ChunkSize
Getter for data type
getDataType() - Method in class org.red5.server.net.rtmp.event.ClientBW
Getter for data type
getDataType() - Method in class org.red5.server.net.rtmp.event.FlexMessage
Getter for data type
getDataType() - Method in class org.red5.server.net.rtmp.event.FlexStreamSend
Getter for data type
getDataType() - Method in class org.red5.server.net.rtmp.event.Invoke
Getter for data type
getDataType() - Method in interface org.red5.server.net.rtmp.event.IRTMPEvent
Getter for data type
getDataType() - Method in class org.red5.server.net.rtmp.event.Notify
Getter for data type
getDataType() - Method in class org.red5.server.net.rtmp.event.Ping
Getter for data type
getDataType() - Method in class org.red5.server.net.rtmp.event.ServerBW
Getter for data type
getDataType() - Method in class org.red5.server.net.rtmp.event.Unknown
Getter for data type
getDataType() - Method in class org.red5.server.net.rtmp.event.VideoData
Getter for data type
getDataType() - Method in class org.red5.server.net.rtmp.message.Header
Getter for data type
getDataType() - Method in class org.red5.server.so.FlexSharedObjectMessage
Getter for data type
getDataType() - Method in class org.red5.server.so.SharedObjectMessage
Getter for data type
getDebug() - Method in class org.red5.server.net.rtmp.event.Ping
Getter for property 'debug'.
getDecoder() - Method in class org.red5.server.net.mrtmp.codec.MRTMPCodecFactory
 
getDecoder() - Method in class org.red5.server.net.rtmp.codec.RTMPCodecFactory
getDecoder() - Method in class org.red5.server.net.rtmp.codec.RTMPMinaCodecFactory
getDecoderBufferAmount() - Method in class org.red5.server.net.protocol.ProtocolState
Returns current buffer amount.
getDefaultDomain() - Static method in class org.red5.server.jmx.JMXFactory
 
getDepth() - Method in class org.red5.server.adapter.StatefulScopeWrappingAdapter
Getter for depth
getDepth() - Method in interface org.red5.server.api.IBasicScope
Get the scopes depth, how far down the scope tree is it.
getDepth() - Method in interface org.red5.server.api.statistics.IScopeStatistics
Get the scopes depth, how far down the scope tree is it.
getDepth() - Method in class org.red5.server.BasicScope
Get the scopes depth, how far down the scope tree is it.
getDepth() - Method in class org.red5.server.Scope
return scope depth
getDepth() - Method in interface org.red5.server.ScopeMBean
return scope depth
getDescription() - Method in class org.red5.server.net.rtmp.status.Status
Getter for description.
getDescription() - Method in class org.red5.server.net.rtmp.status.StatusObject
Getter for property 'description'.
getDeserializer() - Method in class org.red5.io.flv.impl.FLVService
Getter for deserializer
getDeserializer() - Method in class org.red5.io.flv.meta.MetaService
 
getDetails() - Method in class org.red5.server.net.rtmp.status.RuntimeStatusObject
Getter for details
getDetails() - Method in class org.red5.server.net.rtmp.status.Status
Getter for details
getDiskExpiryThreadIntervalSeconds() - Method in class org.red5.server.cache.EhCacheImpl
Getter for property 'diskExpiryThreadIntervalSeconds'.
getDiskStore() - Method in class org.red5.server.cache.EhCacheImpl
Getter for property 'diskStore'.
getDomain() - Method in class org.red5.server.jmx.JMXFactory
 
getDomain() - Method in class org.red5.server.tomcat.TomcatVHostLoader
 
getDomain() - Method in interface org.red5.server.tomcat.TomcatVHostLoaderMBean
 
getDoubleAttribute(String) - Method in interface org.red5.server.api.ICastingAttributeStore
Get Double attribute by name
getDoubleAttribute(String) - Method in class org.red5.server.AttributeStore
Get Double attribute by name
getDoubleAttribute(String) - Method in class org.red5.server.net.remoting.RemotingConnection
Get Double attribute by name
getDoubleProperty(String) - Method in class org.red5.server.messaging.AbstractMessage
Return double property by name
getDoubleProperty(String) - Method in interface org.red5.server.messaging.IMessage
Return double property by name
getDownstreamBandwidth() - Method in interface org.red5.server.api.IConnectionBWConfig
Getter for downstream bandwidth
getDownstreamBandwidth() - Method in class org.red5.server.api.stream.support.SimpleConnectionBWConfig
 
getDroppedMessages() - Method in interface org.red5.server.api.ConnectionMBean
 
getDroppedMessages() - Method in interface org.red5.server.api.IConnection
Total number of messages that have been dropped.
getDroppedMessages() - Method in class org.red5.server.BaseConnection
 
getDroppedMessages() - Method in class org.red5.server.net.remoting.RemotingConnection
Total number of messages that have been dropped.
getDroppedMessages() - Method in interface org.red5.server.net.rtmp.RTMPMinaConnectionMBean
 
getDuration() - Method in class org.red5.io.flv.impl.FLVReader
Return length in seconds
getDuration(File) - Static method in class org.red5.io.flv.impl.FLVReader
 
getDuration() - Method in interface org.red5.io.flv.meta.IMetaData
Returns the duration.
getDuration() - Method in class org.red5.io.flv.meta.MetaData
Returns the duration.
getDuration() - Method in interface org.red5.io.ITagReader
Return length in seconds
getDuration() - Method in class org.red5.io.mp3.impl.MP3Reader
Return length in seconds
getEmbedded() - Method in class org.red5.server.tomcat.TomcatLoader
Getter for embedded object.
getEnabled() - Method in class org.red5.server.Scope
Here for JMX only, uses isEnabled()
getEnabled() - Method in interface org.red5.server.ScopeMBean
Check if scope is enabled
getEncoder() - Method in class org.red5.server.net.mrtmp.codec.MRTMPCodecFactory
 
getEncoder() - Method in class org.red5.server.net.rtmp.codec.RTMPCodecFactory
getEncoder() - Method in class org.red5.server.net.rtmp.codec.RTMPMinaCodecFactory
getEncoding() - Method in interface org.red5.server.api.IConnection
Get the object encoding (AMF version) for this connection.
getEncoding() - Method in class org.red5.server.net.remoting.message.RemotingPacket
Return the encoding of the included calls.
getEncoding() - Method in class org.red5.server.net.remoting.RemotingConnection
Return encoding (AMF0 or AMF3).
getEncoding() - Method in class org.red5.server.net.rtmp.codec.RTMP
Getter for encoding version.
getEncoding() - Method in class org.red5.server.net.rtmp.RTMPConnection
Return AMF protocol encoding used by this connection.
getEndian() - Method in class org.red5.io.amf3.ByteArray
Return the byteorder used when loading values.
getEndian() - Method in class org.red5.io.amf3.DataInput
Return the byteorder used when loading values.
getEndian() - Method in class org.red5.io.amf3.DataOutput
Return the byteorder used when storing values.
getEndian() - Method in interface org.red5.io.amf3.IDataInput
Return the byteorder used when loading values.
getEndian() - Method in interface org.red5.io.amf3.IDataOutput
Return the byteorder used when storing values.
getEngine() - Method in class org.red5.server.tomcat.TomcatLoader
Return Tomcat engine.
getEstimatedBufferFill() - Method in interface org.red5.server.api.statistics.IPlaylistSubscriberStreamStatistics
Return estimated fill ratio of the client buffer.
getEstimatedBufferFill() - Method in class org.red5.server.stream.PlaylistSubscriberStream
Return estimated fill ratio of the client buffer.
getEventListeners() - Method in interface org.red5.server.api.event.IEventObservable
Iterator for event listeners
getEventListeners() - Method in class org.red5.server.BasicScope
Return listeners list iterator
getEvents() - Method in class org.red5.logging.W3CAppender
 
getEvents() - Method in interface org.red5.server.so.ISharedObjectMessage
Returns a set of ISharedObjectEvent objects containing informations what to change.
getEvents() - Method in class org.red5.server.so.SharedObjectMessage
Returns a set of ISharedObjectEvent objects containing informations what to change.
getException() - Method in interface org.red5.server.api.service.IServiceCall
Get service call exception
getException() - Method in class org.red5.server.service.Call
Get service call exception
getExecutor() - Method in class org.red5.io.filter.ExecutorFilter
Returns the underlying Executor instance this filter uses.
getExecutor() - Method in class org.red5.server.stream.PlaylistSubscriberStream
Return the executor to use.
getExtension() - Method in class org.red5.io.BaseStreamableFileService
Getter for extension of file
getExtension() - Method in class org.red5.io.flv.impl.FLVService
Getter for extension of file
getExtension() - Method in interface org.red5.io.IStreamableFileService
Getter for extension of file
getExtension() - Method in class org.red5.io.mp3.impl.MP3Service
Getter for extension of file
getFields() - Method in class org.red5.logging.W3CAppender
 
getFile() - Method in class org.red5.io.flv.impl.