Package | Description |
---|---|
org.red5.server.messaging | |
org.red5.server.scope | |
org.red5.server.stream | |
org.red5.server.stream.consumer | |
org.red5.server.stream.message | |
org.red5.server.stream.provider |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessage
Abstract base for all messages
|
Modifier and Type | Method and Description |
---|---|
IMessage |
IMessageInput.pullMessage()
Pull message from this input endpoint.
|
IMessage |
InMemoryPullPullPipe.pullMessage()
Pull message from this input endpoint.
|
IMessage |
InMemoryPushPushPipe.pullMessage()
Pull message from this input endpoint.
|
IMessage |
IPullableProvider.pullMessage(IPipe pipe) |
IMessage |
IPullableProvider.pullMessage(IPipe pipe,
long wait) |
IMessage |
IMessageInput.pullMessage(long wait)
Pull message from this input endpoint.
|
IMessage |
InMemoryPullPullPipe.pullMessage(long wait)
Pull message from this input endpoint.
|
IMessage |
InMemoryPushPushPipe.pullMessage(long wait)
Pull message from this input endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
IMessageOutput.pushMessage(IMessage message)
Push a message to this output endpoint.
|
void |
InMemoryPullPullPipe.pushMessage(IMessage message)
Push a message to this output endpoint.
|
void |
InMemoryPushPushPipe.pushMessage(IMessage message)
Pushes a message out to all the PushableConsumers.
|
void |
IPushableConsumer.pushMessage(IPipe pipe,
IMessage message)
Pushes message through pipe
|
Modifier and Type | Method and Description |
---|---|
IMessage |
BroadcastScope.pullMessage()
Pull message from pipe
|
IMessage |
BroadcastScope.pullMessage(long wait)
Pull message with timeout
|
Modifier and Type | Method and Description |
---|---|
void |
BroadcastScope.pushMessage(IMessage message)
Push a message to this output endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientBroadcastStream.pushMessage(IPipe pipe,
IMessage message)
Currently not implemented
|
void |
PlayEngine.pushMessage(IPipe pipe,
IMessage message)
Pushes message through pipe
|
void |
ServerStream.pushMessage(IPipe pipe,
IMessage message)
Pushes message through pipe
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionConsumer.pushMessage(IPipe pipe,
IMessage message)
Pushes message through pipe
|
void |
FileConsumer.pushMessage(IPipe pipe,
IMessage message)
Push message through pipe
|
Modifier and Type | Class and Description |
---|---|
class |
ResetMessage
To notify the client to reset the playing state.
|
class |
RTMPMessage
RTMP message
|
class |
StatusMessage |
Modifier and Type | Method and Description |
---|---|
IMessage |
FileProvider.pullMessage(IPipe pipe) |
IMessage |
FileProvider.pullMessage(IPipe pipe,
long wait) |
Copyright © 2006-2012 The Red5 Project