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 TypeInterfaceDescriptioninterface
Broadcast 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 IMessageInput
DynamicPlayItem.msgInput
Message sourceprotected IMessageInput
SimplePlayItem.msgInput
Message 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 TypeMethodDescriptionvoid
DynamicPlayItem.setMsgInput
(IMessageInput msgInput) Setter for message inputvoid
SimplePlayItem.setMsgInput
(IMessageInput msgInput) Setter for message input -
Uses of IMessageInput in org.red5.server.messaging
Subinterfaces of IMessageInput 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 IMessageInputModifier 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 IMessageInput in org.red5.server.scope
Classes in org.red5.server.scope that implement IMessageInputModifier and TypeClassDescriptionclass
Scope 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.msgInReference
Methods 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 void
ServerStream.sendVODInitCM
(IMessageInput msgIn, int start) Send VOD initialization control messageprivate void
ServerStream.sendVODSeekCM
(IMessageInput msgIn, int position) Send VOD seek control message