| Package | Description |
|---|---|
| org.red5.server.messaging | |
| org.red5.server.stream | |
| org.red5.server.stream.consumer |
| Modifier and Type | Method and Description |
|---|---|
static PipeConnectionEvent |
PipeConnectionEvent.build(AbstractPipe source,
PipeConnectionEvent.EventType type,
IConsumer consumer,
Map<String,Object> paramMap)
Builds a PipeConnectionEvent with a source pipe and consumer.
|
static PipeConnectionEvent |
PipeConnectionEvent.build(AbstractPipe source,
PipeConnectionEvent.EventType type,
IProvider provider,
Map<String,Object> paramMap)
Builds a PipeConnectionEvent with a source pipe and provider.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPipe.firePipeConnectionEvent(PipeConnectionEvent event)
Fire any pipe connection event and run all it's tasks
|
void |
IPipeConnectionListener.onPipeConnectionEvent(PipeConnectionEvent event)
Pipe connection event handler
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlayEngine.onPipeConnectionEvent(PipeConnectionEvent event)
Pipe connection event handler
|
void |
ClientBroadcastStream.onPipeConnectionEvent(PipeConnectionEvent event)
Pipe connection event handler
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionConsumer.onPipeConnectionEvent(PipeConnectionEvent event)
Pipe connection event handler
|
void |
FileConsumer.onPipeConnectionEvent(PipeConnectionEvent event)
Pipe connection event handler
|
Copyright © 2005–2017 Red5. All rights reserved.