Uses of Interface
org.red5.server.messaging.IMessage
Package
Description
-
Uses of IMessage in org.red5.server.messaging
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionBroadcastScope.pullMessage()
Pull message from pipeBroadcastScope.pullMessage
(long wait) Pull message with timeoutModifier and TypeMethodDescriptionvoid
BroadcastScope.pushMessage
(IMessage message) Push a message to this output endpoint. -
Uses of IMessage in org.red5.server.stream
Modifier and TypeMethodDescriptionprivate final IMessage
PlayEngine.playVOD
(boolean withReset, long itemLength) Performs the processes needed for VOD / pre-recorded streams.Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
To notify the client to reset the playing state.class
RTMP messageclass
-
Uses of IMessage in org.red5.server.stream.provider
Modifier and TypeMethodDescriptionFileProvider.pullMessage
(IPipe pipe) FileProvider.pullMessage
(IPipe pipe, long wait)