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 TypeMethodDescriptionvoid
IMessageOutput.pushMessage
(IMessage message) Push a message to this output endpoint.void
InMemoryPullPullPipe.pushMessage
(IMessage message) Push a message to this output endpoint.void
InMemoryPushPushPipe.pushMessage
(IMessage message) Pushes a message out to all the PushableConsumers.void
IPushableConsumer.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 TypeMethodDescriptionvoid
BroadcastScope.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 IMessage
PlayEngine.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 TypeMethodDescriptionvoid
ClientBroadcastStream.pushMessage
(IPipe pipe, IMessage message) Currently not implementedvoid
PlayEngine.pushMessage
(IPipe pipe, IMessage message) Pushes message through pipeprivate void
ServerStream.pushMessage
(IMessage message) Push messagevoid
ServerStream.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 TypeMethodDescriptionvoid
ConnectionConsumer.pushMessage
(IPipe pipe, IMessage message) Pushes message through pipevoid
FileConsumer.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 TypeClassDescriptionclass
To notify the client to reset the playing state.class
RTMP 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)