Uses of Interface
org.red5.server.messaging.IMessageOutput
Package
Description
-
Uses of IMessageOutput in org.red5.server.api.scope
Modifier and TypeInterfaceDescriptioninterface
Broadcast scope is marker interface that represents object that works as basic scope and has pipe connection event dispatching capabilities. -
Uses of IMessageOutput in org.red5.server.messaging
Modifier and TypeInterfaceDescriptioninterface
A pipe is an object that connects message providers and message consumers.Modifier and TypeClassDescriptionclass
Abstract pipe that books providers/consumers and listeners.class
A simple in-memory version of pull-pull pipe.class
A simple in-memory version of push-push pipe. -
Uses of IMessageOutput in org.red5.server.scope
Modifier and TypeClassDescriptionclass
Scope type for publishing that deals with pipe connection events, like async message listening in JMS -
Uses of IMessageOutput in org.red5.server.stream
Modifier and TypeFieldDescriptionprotected IMessageOutput
ClientBroadcastStream.connMsgOut
Output endpoint that providers useprivate IMessageOutput
ServerStream.msgOut
Message outputModifier and TypeFieldDescriptionprivate final AtomicReference<IMessageOutput>
PlayEngine.msgOutReference
Modifier and TypeMethodDescriptionConsumerService.getConsumerOutput
(IClientStream stream) Handles pushed messagesIConsumerService.getConsumerOutput
(IClientStream stream) Handles pushed messagesModifier and TypeMethodDescription(package private) void
PlayEngine.setMessageOut
(IMessageOutput msgOut)