| Package | Description |
|---|---|
| org.red5.server.api.scope | |
| org.red5.server.messaging | |
| org.red5.server.stream | |
| org.red5.server.stream.consumer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBroadcastScope
Broadcast scope is marker interface that represents object that works as basic scope and has pipe connection event dispatching capabilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPipe
Abstract pipe that books providers/consumers and listeners.
|
class |
InMemoryPushPushPipe
A simple in-memory version of push-push pipe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMessageComponent.onOOBControlMessage(IMessageComponent source,
IPipe pipe,
OOBControlMessage oobCtrlMsg) |
void |
IPushableConsumer.pushMessage(IPipe pipe,
IMessage message)
Pushes message through pipe
|
| Modifier and Type | Field and Description |
|---|---|
protected IPipe |
ClientBroadcastStream.livePipe
Pipe for live streaming
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlayEngine.onOOBControlMessage(IMessageComponent source,
IPipe pipe,
OOBControlMessage oobCtrlMsg) |
void |
ClientBroadcastStream.onOOBControlMessage(IMessageComponent source,
IPipe pipe,
OOBControlMessage oobCtrlMsg)
Out-of-band control message handler
|
void |
PlayEngine.pushMessage(IPipe pipe,
IMessage message)
Pushes message through pipe
|
void |
ClientBroadcastStream.pushMessage(IPipe pipe,
IMessage message)
Currently not implemented
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionConsumer.onOOBControlMessage(IMessageComponent source,
IPipe pipe,
OOBControlMessage oobCtrlMsg) |
void |
FileConsumer.onOOBControlMessage(IMessageComponent source,
IPipe pipe,
OOBControlMessage oobCtrlMsg)
Out-of-band control message handler
|
void |
ConnectionConsumer.pushMessage(IPipe pipe,
IMessage message)
Pushes message through pipe
|
void |
FileConsumer.pushMessage(IPipe pipe,
IMessage message)
Push message through pipe
|
Copyright © 2005–2017 Red5. All rights reserved.