Uses of Enum Class
org.red5.server.messaging.PipeConnectionEvent.EventType
Packages that use PipeConnectionEvent.EventType
-
Uses of PipeConnectionEvent.EventType in org.red5.server.messaging
Fields in org.red5.server.messaging declared as PipeConnectionEvent.EventTypeModifier and TypeFieldDescriptionprivate final PipeConnectionEvent.EventType
PipeConnectionEvent.type
Event typeMethods in org.red5.server.messaging that return PipeConnectionEvent.EventTypeModifier 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.Methods in org.red5.server.messaging with parameters of type PipeConnectionEvent.EventTypeModifier 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 eventConstructors in org.red5.server.messaging with parameters of type PipeConnectionEvent.EventTypeModifierConstructorDescriptionprivate
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