Uses of Interface
org.red5.server.messaging.IMessageOutput
Packages that use IMessageOutput
Package
Description
-
Uses of IMessageOutput in org.red5.server.api.scope
Subinterfaces of IMessageOutput in org.red5.server.api.scopeModifier 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
Subinterfaces of IMessageOutput in org.red5.server.messagingModifier and TypeInterfaceDescriptioninterface
A pipe is an object that connects message providers and message consumers.Classes in org.red5.server.messaging that implement IMessageOutputModifier 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
Classes in org.red5.server.scope that implement IMessageOutputModifier 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
Fields in org.red5.server.stream declared as IMessageOutputModifier and TypeFieldDescriptionprotected IMessageOutput
ClientBroadcastStream.connMsgOut
Output endpoint that providers useprivate IMessageOutput
ServerStream.msgOut
Message outputFields in org.red5.server.stream with type parameters of type IMessageOutputModifier and TypeFieldDescriptionprivate final AtomicReference<IMessageOutput>
PlayEngine.msgOutReference
Methods in org.red5.server.stream that return IMessageOutputModifier and TypeMethodDescriptionConsumerService.getConsumerOutput
(IClientStream stream) Handles pushed messagesIConsumerService.getConsumerOutput
(IClientStream stream) Handles pushed messagesMethods in org.red5.server.stream with parameters of type IMessageOutputModifier and TypeMethodDescription(package private) void
PlayEngine.setMessageOut
(IMessageOutput msgOut)