Uses of Class
org.red5.server.messaging.PipeConnectionEvent
Package
Description
-
Uses of PipeConnectionEvent in org.red5.server.messaging
Modifier and TypeMethodDescriptionstatic final PipeConnectionEvent
PipeConnectionEvent.build
(AbstractPipe source, PipeConnectionEvent.EventType type, IConsumer consumer, Map<String, Object> paramMap) Builds a PipeConnectionEvent with a source pipe and consumer.static final 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 TypeMethodDescriptionprotected void
AbstractPipe.firePipeConnectionEvent
(PipeConnectionEvent event) Fire any pipe connection event and run all it's tasksvoid
IPipeConnectionListener.onPipeConnectionEvent
(PipeConnectionEvent event) Pipe connection event handler -
Uses of PipeConnectionEvent in org.red5.server.scope
Modifier and TypeMethodDescriptionvoid
BroadcastScope.onPipeConnectionEvent
(PipeConnectionEvent event) Pipe connection event handler -
Uses of PipeConnectionEvent in org.red5.server.stream
Modifier and TypeMethodDescriptionvoid
ClientBroadcastStream.onPipeConnectionEvent
(PipeConnectionEvent event) Pipe connection event handlervoid
PlayEngine.onPipeConnectionEvent
(PipeConnectionEvent event) Pipe connection event handlervoid
ServerStream.onPipeConnectionEvent
(PipeConnectionEvent event) Pipe connection event handler. -
Uses of PipeConnectionEvent in org.red5.server.stream.consumer
Modifier and TypeMethodDescriptionvoid
ConnectionConsumer.onPipeConnectionEvent
(PipeConnectionEvent event) Pipe connection event handlervoid
FileConsumer.onPipeConnectionEvent
(PipeConnectionEvent event) Pipe connection event handler -
Uses of PipeConnectionEvent in org.red5.server.stream.filter
Modifier and TypeMethodDescriptionvoid
StreamBandwidthController.onPipeConnectionEvent
(PipeConnectionEvent event) Pipe connection event handler -
Uses of PipeConnectionEvent in org.red5.server.stream.provider
Modifier and TypeMethodDescriptionvoid
ConnectionProvider.onPipeConnectionEvent
(PipeConnectionEvent event) Pipe connection event handlervoid
FileProvider.onPipeConnectionEvent
(PipeConnectionEvent event) Pipe connection event handler