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 TypeInterfaceDescriptioninterfaceBroadcast 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 TypeInterfaceDescriptioninterfaceA pipe is an object that connects message providers and message consumers.Classes in org.red5.server.messaging that implement IMessageOutputModifier and TypeClassDescriptionclassAbstract pipe that books providers/consumers and listeners.classA simple in-memory version of pull-pull pipe.classA 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 TypeClassDescriptionclassScope 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 IMessageOutputClientBroadcastStream.connMsgOutOutput endpoint that providers useprivate IMessageOutputServerStream.msgOutMessage outputFields in org.red5.server.stream with type parameters of type IMessageOutputModifier and TypeFieldDescriptionprivate final AtomicReference<IMessageOutput>PlayEngine.msgOutReferenceMethods 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) voidPlayEngine.setMessageOut(IMessageOutput msgOut)