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

Packages that use IMessageInput
org.red5.server.api.stream   
org.red5.server.api.stream.support   
org.red5.server.messaging   
org.red5.server.stream   
 

Uses of IMessageInput in org.red5.server.api.stream
 

Methods in org.red5.server.api.stream that return IMessageInput
 IMessageInput IPlayItem.getMessageInput()
          Get a message input for play.
 

Uses of IMessageInput in org.red5.server.api.stream.support
 

Methods in org.red5.server.api.stream.support that return IMessageInput
 IMessageInput SimplePlayItem.getMessageInput()
          Returns IMessageInput object.
 IMessageInput SimplePlayItem.getMsgInput()
          Alias for getMessageInput
 

Methods in org.red5.server.api.stream.support with parameters of type IMessageInput
 void SimplePlayItem.setMsgInput(IMessageInput msgInput)
          Setter for message input
 

Uses of IMessageInput in org.red5.server.messaging
 

Subinterfaces of IMessageInput 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 IMessageInput
 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 IMessageInput in org.red5.server.stream
 

Subinterfaces of IMessageInput 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 IMessageInput
 class BroadcastScope
          Scope type for publishing that deals with pipe connection events, like async message listening in JMS
 

Methods in org.red5.server.stream that return IMessageInput
 IMessageInput IProviderService.getLiveProviderInput(IScope scope, String name, boolean needCreate)
          Get a named Live provider as the source of input.
 IMessageInput ProviderService.getLiveProviderInput(IScope scope, String name, boolean needCreate)
          Get a named Live provider as the source of input.
 IMessageInput IProviderService.getProviderInput(IScope scope, String name)
          Get a named provider as the source of input.
 IMessageInput ProviderService.getProviderInput(IScope scope, String name)
          Get a named provider as the source of input.
 IMessageInput IProviderService.getVODProviderInput(IScope scope, String name)
          Get a named VOD provider as the source of input.
 IMessageInput ProviderService.getVODProviderInput(IScope scope, String name)
          Get a named VOD provider as the source of input.
 



Copyright © 2006-2010 The Red5 Project