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.EventTypePipeConnectionEvent.typeEvent 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 PipeConnectionEventPipeConnectionEvent.build(AbstractPipe source, PipeConnectionEvent.EventType type, IConsumer consumer, Map<String, Object> paramMap) Builds a PipeConnectionEvent with a source pipe and consumer.static final PipeConnectionEventPipeConnectionEvent.build(AbstractPipe source, PipeConnectionEvent.EventType type, IProvider provider, Map<String, Object> paramMap) Builds a PipeConnectionEvent with a source pipe and provider.protected voidAbstractPipe.fireConsumerConnectionEvent(IConsumer consumer, PipeConnectionEvent.EventType type, Map<String, Object> paramMap) Broadcast consumer connection eventprotected voidAbstractPipe.fireProviderConnectionEvent(IProvider provider, PipeConnectionEvent.EventType type, Map<String, Object> paramMap) Broadcast provider connection eventConstructors in org.red5.server.messaging with parameters of type PipeConnectionEvent.EventTypeModifierConstructorDescriptionprivatePipeConnectionEvent(AbstractPipe source, PipeConnectionEvent.EventType type, IConsumer consumer, Map<String, Object> paramMap) Construct an object with the specific pipe as the sourceprivatePipeConnectionEvent(AbstractPipe source, PipeConnectionEvent.EventType type, IProvider provider, Map<String, Object> paramMap) Construct an object with the specific pipe as the source