Uses of Interface
org.red5.server.messaging.IMessage
Packages that use IMessage
Package
Description
-
Uses of IMessage in org.red5.server.messaging
Classes in org.red5.server.messaging that implement IMessageMethods in org.red5.server.messaging that return IMessageModifier and TypeMethodDescriptionIMessageInput.pullMessage()Pull message from this input endpoint.IMessageInput.pullMessage(long wait) Pull message from this input endpoint.InMemoryPullPullPipe.pullMessage()Pull message from this input endpoint.InMemoryPullPullPipe.pullMessage(long wait) Pull message from this input endpoint.InMemoryPushPushPipe.pullMessage()Pull message from this input endpoint.InMemoryPushPushPipe.pullMessage(long wait) Pull message from this input endpoint.IPullableProvider.pullMessage(IPipe pipe) IPullableProvider.pullMessage(IPipe pipe, long wait) Methods in org.red5.server.messaging with parameters of type IMessageModifier and TypeMethodDescriptionvoidIMessageOutput.pushMessage(IMessage message) Push a message to this output endpoint.voidInMemoryPullPullPipe.pushMessage(IMessage message) Push a message to this output endpoint.voidInMemoryPushPushPipe.pushMessage(IMessage message) Pushes a message out to all the PushableConsumers.voidIPushableConsumer.pushMessage(IPipe pipe, IMessage message) Pushes message through pipe -
Uses of IMessage in org.red5.server.scope
Methods in org.red5.server.scope that return IMessageModifier and TypeMethodDescriptionBroadcastScope.pullMessage()Pull message from pipeBroadcastScope.pullMessage(long wait) Pull message with timeoutMethods in org.red5.server.scope with parameters of type IMessageModifier and TypeMethodDescriptionvoidBroadcastScope.pushMessage(IMessage message) Push a message to this output endpoint. -
Uses of IMessage in org.red5.server.stream
Methods in org.red5.server.stream that return IMessageModifier and TypeMethodDescriptionprivate final IMessagePlayEngine.playVOD(boolean withReset, long itemLength) Performs the processes needed for VOD / pre-recorded streams.Methods in org.red5.server.stream with parameters of type IMessageModifier and TypeMethodDescriptionvoidClientBroadcastStream.pushMessage(IPipe pipe, IMessage message) Currently not implementedvoidPlayEngine.pushMessage(IPipe pipe, IMessage message) Pushes message through pipeprivate voidServerStream.pushMessage(IMessage message) Push messagevoidServerStream.pushMessage(IPipe pipe, IMessage message) Pushes message through pipe -
Uses of IMessage in org.red5.server.stream.consumer
Methods in org.red5.server.stream.consumer with parameters of type IMessageModifier and TypeMethodDescriptionvoidConnectionConsumer.pushMessage(IPipe pipe, IMessage message) Pushes message through pipevoidFileConsumer.pushMessage(IPipe pipe, IMessage message) Push message through pipe -
Uses of IMessage in org.red5.server.stream.message
Classes in org.red5.server.stream.message that implement IMessageModifier and TypeClassDescriptionclassTo notify the client to reset the playing state.classRTMP messageclass -
Uses of IMessage in org.red5.server.stream.provider
Methods in org.red5.server.stream.provider that return IMessageModifier and TypeMethodDescriptionFileProvider.pullMessage(IPipe pipe) FileProvider.pullMessage(IPipe pipe, long wait)