- balance - Variable in class org.red5.io.mp4.MP4Atom
-
- bandwidthChecked - Variable in class org.red5.server.Client
-
Whether or not the bandwidth has been checked.
- bandwidthDetection - Variable in class org.red5.server.net.rtmp.RTMPMinaConnection
-
- BaseConnection - Class in org.red5.server
-
Base abstract class for connections.
- BaseConnection() - Constructor for class org.red5.server.BaseConnection
-
Creates a new persistent base connection
- BaseConnection(String) - Constructor for class org.red5.server.BaseConnection
-
Creates a new base connection with the given type.
- BaseConnection(String, String, String, int, String, String, Map<String, Object>) - Constructor for class org.red5.server.BaseConnection
-
Creates a new base connection with the given parameters.
- BaseEvent - Class in org.red5.server.net.rtmp.event
-
Base abstract class for all RTMP events
- BaseEvent() - Constructor for class org.red5.server.net.rtmp.event.BaseEvent
-
- BaseEvent(IEvent.Type) - Constructor for class org.red5.server.net.rtmp.event.BaseEvent
-
Create new event of given type
- BaseEvent(IEvent.Type, IEventListener) - Constructor for class org.red5.server.net.rtmp.event.BaseEvent
-
Create new event of given type
- BaseInput - Class in org.red5.io.object
-
BaseInput represents a way to map input to a HashMap.
- BaseInput() - Constructor for class org.red5.io.object.BaseInput
-
- BaseOutput - Class in org.red5.io.object
-
BaseOutput represents a way to map input to a HashMap.
- BaseOutput() - Constructor for class org.red5.io.object.BaseOutput
-
BaseOutput Constructor
- BaseRTMPHandler - Class in org.red5.server.net.rtmp
-
Base class for all RTMP handlers.
- BaseRTMPHandler() - Constructor for class org.red5.server.net.rtmp.BaseRTMPHandler
-
- BaseRTMPTConnection - Class in org.red5.server.net.rtmpt
-
- BaseRTMPTConnection(String) - Constructor for class org.red5.server.net.rtmpt.BaseRTMPTConnection
-
- BaseStreamableFileService - Class in org.red5.io
-
Base class for streamable file services.
- BaseStreamableFileService() - Constructor for class org.red5.io.BaseStreamableFileService
-
- BasicScope - Class in org.red5.server.scope
-
Generalizations of one of main Red5 object types, Scope.
- BasicScope() - Constructor for class org.red5.server.scope.BasicScope
-
Creates unnamed scope
- BasicScope(IScope, ScopeType, String, boolean) - Constructor for class org.red5.server.scope.BasicScope
-
Constructor for basic scope
- basicScopes - Variable in class org.red5.server.BaseConnection
-
Set of basic scopes.
- BEAN_NAME - Static variable in interface org.red5.io.IStreamableFileFactory
-
- BEAN_NAME - Static variable in interface org.red5.server.api.scheduling.ISchedulingService
-
- BEAN_NAME - Static variable in interface org.red5.server.api.scope.IScopeService
-
Name of a bean defining that scope service.
- BEAN_NAME - Static variable in interface org.red5.server.api.so.ISharedObjectSecurityService
-
Name of a bean defining that scope service.
- BEAN_NAME - Static variable in interface org.red5.server.api.so.ISharedObjectService
-
- BEAN_NAME - Static variable in interface org.red5.server.api.stream.IOnDemandStreamService
-
- BEAN_NAME - Static variable in interface org.red5.server.api.stream.IRtmpSampleAccess
-
- BEAN_NAME - Static variable in interface org.red5.server.api.stream.IStreamFilenameGenerator
-
Name of the bean to setup a custom filename generator in an application.
- BEAN_NAME - Static variable in interface org.red5.server.api.stream.IStreamSecurityService
-
Name of a bean defining that scope service.
- BEAN_NAME - Static variable in interface org.red5.server.api.stream.IStreamService
-
- BEAN_NAME - Static variable in interface org.red5.server.api.stream.ISubscriberStreamService
-
- BEAN_NAME - Static variable in interface org.red5.server.stream.IProviderService
-
- beginUpdate() - Method in interface org.red5.server.api.so.ISharedObjectBase
-
Start performing multiple updates to the shared object from serverside
code.
- beginUpdate(IEventListener) - Method in interface org.red5.server.api.so.ISharedObjectBase
-
Start performing multiple updates to the shared object from a connected
client.
- beginUpdate() - Method in class org.red5.server.so.ClientSharedObject
-
Begin update of this Shared Object.
- beginUpdate(IEventListener) - Method in class org.red5.server.so.ClientSharedObject
-
Begin update of this Shared Object and setting listener
- beginUpdate() - Method in class org.red5.server.so.SharedObject
-
Begin update of this Shared Object.
- beginUpdate(IEventListener) - Method in class org.red5.server.so.SharedObject
-
Begin update of this Shared Object and setting listener
- beginUpdate() - Method in class org.red5.server.so.SharedObjectScope
-
Start performing multiple updates to the shared object from serverside
code.
- beginUpdate(IEventListener) - Method in class org.red5.server.so.SharedObjectScope
-
Start performing multiple updates to the shared object from a connected
client.
- body - Variable in class org.red5.compatibility.flex.messaging.messages.AbstractMessage
-
- Bootstrap - Class in org.red5.server
-
Boot-straps Red5 using the latest available jars found in red5.home/lib directory.
- Bootstrap() - Constructor for class org.red5.server.Bootstrap
-
- BROADCAST_STREAM_SERVICE - Static variable in interface org.red5.server.api.stream.IBroadcastStreamService
-
- BroadcastScope - Class in org.red5.server.scope
-
Scope type for publishing that deals with pipe connection events,
like async message listening in JMS
- BroadcastScope(IScope, String) - Constructor for class org.red5.server.scope.BroadcastScope
-
Creates broadcast scope
- buf - Variable in class org.red5.io.amf.Input
-
- buf - Variable in class org.red5.io.amf.Output
-
Output buffer
- buf() - Method in class org.red5.io.amf.Output
-
Return buffer of this Output object
- bufferCheckInterval - Variable in class org.red5.server.stream.PlaylistSubscriberStream
-
Interval in ms to check for buffer underruns in VOD streams.
- bufferCheckInterval - Variable in class org.red5.server.stream.SingleItemSubscriberStream
-
Interval in ms to check for buffer underruns in VOD streams.
- bufferDecoding(int) - Method in class org.red5.server.net.protocol.ProtocolState
-
Specifies buffer decoding amount
- BufferType - Enum in org.red5.io
-
Buffer types (auto, direct or heap).
- BufferUtils - Class in org.red5.io.utils
-
Buffer Utility class which reads/writes intergers to the input/output buffer
- BufferUtils() - Constructor for class org.red5.io.utils.BufferUtils
-
- build() - Static method in class org.red5.classloading.ClassLoaderBuilder
-
Default build uses Red5 common lib without a parent classloader.
- build(File, int, ClassLoader) - Static method in class org.red5.classloading.ClassLoaderBuilder
-
Gets a class loader based on mode.
- build(XMLStreamReader) - Method in class org.red5.io.utils.Stax2DomBuilder
-
This method will create a
Document
instance using the
default JAXP mechanism and populate using the given StAX stream reader.
- build(XMLStreamReader, DocumentBuilder) - Method in class org.red5.io.utils.Stax2DomBuilder
-
- build(XMLStreamReader, Document) - Method in class org.red5.io.utils.Stax2DomBuilder
-
This method will populate given
Document
using the
given StAX stream reader instance.
- build(String, long, long) - Static method in class org.red5.server.api.stream.support.DynamicPlayItem
-
Builder for DynamicPlayItem
- build(String, long, long, double) - Static method in class org.red5.server.api.stream.support.DynamicPlayItem
-
Builder for DynamicPlayItem
- build(String) - Static method in class org.red5.server.api.stream.support.SimplePlayItem
-
Builder for SimplePlayItem
- build(String, long, long) - Static method in class org.red5.server.api.stream.support.SimplePlayItem
-
Builder for SimplePlayItem
- build() - Method in class org.red5.server.scope.Scope.Builder
-
- build(IRTMPEvent) - Static method in class org.red5.server.stream.message.RTMPMessage
-
Builder for RTMPMessage.
- build(IRTMPEvent, int) - Static method in class org.red5.server.stream.message.RTMPMessage
-
Builder for RTMPMessage.
- build(IRTMPEvent, byte) - Static method in class org.red5.server.stream.message.RTMPMessage
-
Builder for RTMPMessage.
- build() - Method in class org.red5.server.stream.PlayEngine.Builder
-
- buildTree(XMLStreamReader, Document) - Method in class org.red5.io.utils.Stax2DomBuilder
-
This method takes a XMLStreamReader
and builds up a JDOM
tree.
- ByteArray - Class in org.red5.io.amf3
-
Red5 version of the Flex ByteArray class.
- ByteArray(IoBuffer, int) - Constructor for class org.red5.io.amf3.ByteArray
-
Internal constructor used to create ByteArray during deserialization.
- ByteArray() - Constructor for class org.red5.io.amf3.ByteArray
-
Public constructor.
- byteArrayToBinaryString(byte[]) - Static method in class org.red5.io.utils.HexDump
-
Description of the Method
- ByteArrayToByteBuffer(byte[], IoBuffer) - Static method in class org.red5.server.net.rtmp.event.SerializeUtils
-
- byteArrayToHexString(byte[]) - Static method in class org.red5.io.utils.HexDump
-
Description of the Method
- byteArrayToHexString(byte[], int, int) - Static method in class org.red5.io.utils.HexDump
-
Description of the Method
- ByteArrayToNioByteBuffer(byte[], ByteBuffer) - Static method in class org.red5.server.net.rtmp.event.SerializeUtils
-
- ByteBufferToByteArray(IoBuffer) - Static method in class org.red5.server.net.rtmp.event.SerializeUtils
-
- bytesAvailable() - Method in class org.red5.io.amf3.ByteArray
-
Return number of bytes available for reading.
- BytesRead - Class in org.red5.server.net.rtmp.event
-
Bytes read event
- BytesRead() - Constructor for class org.red5.server.net.rtmp.event.BytesRead
-
- BytesRead(int) - Constructor for class org.red5.server.net.rtmp.event.BytesRead
-
Creates new event with given bytes number
- bytesReadInterval - Variable in class org.red5.server.net.rtmp.RTMPConnection
-
Data read interval
- bytesReceived - Variable in class org.red5.server.stream.ClientBroadcastStream
-
Total number of bytes received.
- bytesSent - Variable in class org.red5.server.stream.PlaylistSubscriberStream
-
Number of bytes sent.