Package | Description |
---|---|
org.red5.server.api.scope | |
org.red5.server.messaging | |
org.red5.server.scope | |
org.red5.server.stream |
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 | Interface and Description |
---|---|
interface |
IPipe
A pipe is an object that connects message providers and
message consumers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPipe
Abstract pipe that books providers/consumers and listeners.
|
class |
InMemoryPullPullPipe
A simple in-memory version of pull-pull pipe.
|
class |
InMemoryPushPushPipe
A simple in-memory version of push-push pipe.
|
Modifier and Type | Class and Description |
---|---|
class |
BroadcastScope
Scope type for publishing that deals with pipe connection events,
like async message listening in JMS
|
Modifier and Type | Field and Description |
---|---|
protected IMessageOutput |
ClientBroadcastStream.connMsgOut
Output endpoint that providers use
|
Modifier and Type | Method and Description |
---|---|
IMessageOutput |
ConsumerService.getConsumerOutput(IClientStream stream)
Handles pushed messages
|
IMessageOutput |
IConsumerService.getConsumerOutput(IClientStream stream)
Handles pushed messages
|
Copyright © 2006-2012 The Red5 Project