Modifier and Type | Field and Description |
---|---|
protected CopyOnWriteArrayList<IPipeConnectionListener> |
AbstractPipe.listeners
Event listeners
|
Modifier and Type | Method and Description |
---|---|
List<IPipeConnectionListener> |
AbstractPipe.getListeners()
Getter for pipe connection events listeners
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPipe.addPipeConnectionListener(IPipeConnectionListener listener)
Registers pipe connect events listener
|
void |
IPipe.addPipeConnectionListener(IPipeConnectionListener listener)
Add connection event listener to pipe
|
void |
AbstractPipe.removePipeConnectionListener(IPipeConnectionListener listener)
Removes pipe connection listener
|
void |
IPipe.removePipeConnectionListener(IPipeConnectionListener listener)
Add connection event listener to pipe
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPipe.setListeners(List<IPipeConnectionListener> newListeners)
Setter for pipe connection events listeners
|
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 | Method and Description |
---|---|
void |
BroadcastScope.addPipeConnectionListener(IPipeConnectionListener listener)
Register pipe connection event listener with this scope's pipe.
|
void |
BroadcastScope.removePipeConnectionListener(IPipeConnectionListener listener)
Unregisters pipe connection event listener with this scope's pipe
|
Modifier and Type | Class and Description |
---|---|
class |
ClientBroadcastStream
Represents live stream broadcasted from client.
|
class |
PlayEngine
A play engine for playing an IPlayItem.
|
class |
ServerStream
An implementation for server side stream.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionConsumer
RTMP connection consumer.
|
class |
FileConsumer
Consumer that pushes messages to file.
|
Modifier and Type | Class and Description |
---|---|
class |
StreamBandwidthController
Controls stream bandwidth
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionProvider
Provides connection via pipe
|
class |
FileProvider
Pullable provider for files
|
Copyright © 2006-2012 The Red5 Project