Uses of Class
org.red5.server.messaging.AbstractPipe
Packages that use AbstractPipe
-
Uses of AbstractPipe in org.red5.server.messaging
Subclasses of AbstractPipe in org.red5.server.messagingModifier and TypeClassDescriptionclassA simple in-memory version of pull-pull pipe.classA simple in-memory version of push-push pipe.Methods in org.red5.server.messaging with parameters of type AbstractPipeModifier 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.Constructors in org.red5.server.messaging with parameters of type AbstractPipeModifierConstructorDescriptionprivatePipeConnectionEvent(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