Uses of Class
org.red5.server.messaging.AbstractPipe
-
Uses of AbstractPipe in org.red5.server.messaging
Modifier and TypeClassDescriptionclass
A simple in-memory version of pull-pull pipe.class
A simple in-memory version of push-push pipe.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.ModifierConstructorDescriptionprivate
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