Uses of Enum Class
org.red5.server.messaging.PipeConnectionEvent.EventType
-
Uses of PipeConnectionEvent.EventType in org.red5.server.messaging
Modifier and TypeFieldDescriptionprivate final PipeConnectionEvent.EventType
PipeConnectionEvent.type
Event typeModifier and TypeMethodDescriptionPipeConnectionEvent.getType()
Return event typeReturns the enum constant of this class with the specified name.static PipeConnectionEvent.EventType[]
PipeConnectionEvent.EventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.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.protected void
AbstractPipe.fireConsumerConnectionEvent
(IConsumer consumer, PipeConnectionEvent.EventType type, Map<String, Object> paramMap) Broadcast consumer connection eventprotected void
AbstractPipe.fireProviderConnectionEvent
(IProvider provider, PipeConnectionEvent.EventType type, Map<String, Object> paramMap) Broadcast provider connection eventModifierConstructorDescriptionprivate
PipeConnectionEvent
(AbstractPipe source, PipeConnectionEvent.EventType type, IConsumer consumer, Map<String, Object> paramMap) Construct an object with the specific pipe as the sourceprivate
PipeConnectionEvent
(AbstractPipe source, PipeConnectionEvent.EventType type, IProvider provider, Map<String, Object> paramMap) Construct an object with the specific pipe as the source