Uses of Enum
org.red5.server.messaging.PipeConnectionEvent.EventType
Packages that use PipeConnectionEvent.EventType
-
Uses of PipeConnectionEvent.EventType in org.red5.server.messaging
Methods in org.red5.server.messaging that return PipeConnectionEvent.EventTypeModifier and TypeMethodDescriptionPipeConnectionEvent.getType()Return event typeReturns the enum constant of this type with the specified name.static PipeConnectionEvent.EventType[]PipeConnectionEvent.EventType.values()Returns an array containing the constants of this enum type, 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 event