Uses of Interface
org.red5.server.messaging.IMessageOutput

Packages that use IMessageOutput
org.red5.server.messaging   
org.red5.server.stream   
 

Uses of IMessageOutput in org.red5.server.messaging
 

Subinterfaces of IMessageOutput in org.red5.server.messaging
 interface IPipe
          A pipe is an object that connects message providers and message consumers.
 

Classes in org.red5.server.messaging that implement IMessageOutput
 class AbstractPipe
          Abstract pipe that books providers/consumers and listeners.
 class InMemoryPullPullPipe
          A simple in-memory version of pull-pull pipe.
 class InMemoryPushPushPipe
          A simple in-memory version of push-push pipe.
 

Uses of IMessageOutput in org.red5.server.stream
 

Subinterfaces of IMessageOutput in org.red5.server.stream
 interface IBroadcastScope
          Broadcast scope is marker interface that represents object that works as basic scope and has pipe connection event dispatching capabilities.
 

Classes in org.red5.server.stream that implement IMessageOutput
 class BroadcastScope
          Scope type for publishing that deals with pipe connection events, like async message listening in JMS
 

Fields in org.red5.server.stream declared as IMessageOutput
protected  IMessageOutput ClientBroadcastStream.connMsgOut
          Output endpoint that providers use
 

Methods in org.red5.server.stream that return IMessageOutput
 IMessageOutput ConsumerService.getConsumerOutput(IClientStream stream)
          Handles pushed messages
 IMessageOutput IConsumerService.getConsumerOutput(IClientStream stream)
          Handles pushed messages
 



Copyright © 2006-2010 The Red5 Project