Uses of Interface
org.red5.server.messaging.IMessageInput
Packages that use IMessageInput
Package
Description
-
Uses of IMessageInput in org.red5.server.api.scope
Subinterfaces of IMessageInput 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 IMessageInput in org.red5.server.api.stream
Methods in org.red5.server.api.stream that return IMessageInput -
Uses of IMessageInput in org.red5.server.api.stream.support
Fields in org.red5.server.api.stream.support declared as IMessageInputModifier and TypeFieldDescriptionprotected IMessageInputDynamicPlayItem.msgInputMessage sourceprotected IMessageInputSimplePlayItem.msgInputMessage sourceMethods in org.red5.server.api.stream.support that return IMessageInputModifier and TypeMethodDescriptionDynamicPlayItem.getMessageInput()Returns IMessageInput object.SimplePlayItem.getMessageInput()Returns IMessageInput object.DynamicPlayItem.getMsgInput()Alias for getMessageInputSimplePlayItem.getMsgInput()Alias for getMessageInputMethods in org.red5.server.api.stream.support with parameters of type IMessageInputModifier and TypeMethodDescriptionvoidDynamicPlayItem.setMsgInput(IMessageInput msgInput) Setter for message inputvoidSimplePlayItem.setMsgInput(IMessageInput msgInput) Setter for message input -
Uses of IMessageInput in org.red5.server.messaging
Subinterfaces of IMessageInput 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 IMessageInputModifier 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 IMessageInput in org.red5.server.scope
Classes in org.red5.server.scope that implement IMessageInputModifier and TypeClassDescriptionclassScope type for publishing that deals with pipe connection events, like async message listening in JMS -
Uses of IMessageInput in org.red5.server.stream
Fields in org.red5.server.stream declared as IMessageInputFields in org.red5.server.stream with type parameters of type IMessageInputModifier and TypeFieldDescriptionprivate final AtomicReference<IMessageInput>PlayEngine.msgInReferenceMethods in org.red5.server.stream that return IMessageInputModifier and TypeMethodDescriptionIProviderService.getLiveProviderInput(IScope scope, String name, boolean needCreate) Get a named Live provider as the source of input.ProviderService.getLiveProviderInput(IScope scope, String name, boolean needCreate) Get a named Live provider as the source of input.IProviderService.getProviderInput(IScope scope, String name) Get a named provider as the source of input.ProviderService.getProviderInput(IScope scope, String name) Get a named provider as the source of input.IProviderService.getVODProviderInput(IScope scope, String name) Get a named VOD provider as the source of input.ProviderService.getVODProviderInput(IScope scope, String name) Get a named VOD provider as the source of input.Methods in org.red5.server.stream with parameters of type IMessageInputModifier and TypeMethodDescriptionprivate voidServerStream.sendVODInitCM(IMessageInput msgIn, int start) Send VOD initialization control messageprivate voidServerStream.sendVODSeekCM(IMessageInput msgIn, int position) Send VOD seek control message