Uses of Interface
org.red5.server.messaging.IMessage
Packages that use IMessage
Package
Description
-
Uses of IMessage in org.red5.client.net.rtmp
Methods in org.red5.client.net.rtmp with parameters of type IMessageModifier and TypeMethodDescriptionvoid
BaseRTMPClientHandler.publishStreamData
(Number streamId, IMessage message) publishStreamData.void
IRTMPClient.publishStreamData
(Number streamId, IMessage message) publishStreamData. -
Uses of IMessage in org.red5.client.net.rtmpe
Methods in org.red5.client.net.rtmpe with parameters of type IMessageModifier and TypeMethodDescriptionvoid
RTMPEClient.pushMessage
(IPipe pipe, IMessage message) Pushes message through pipe -
Uses of IMessage in org.red5.proxy
Methods in org.red5.proxy with parameters of type IMessageModifier and TypeMethodDescriptionvoid
StreamingProxy.pushMessage
(IPipe pipe, IMessage message) Pushes message through pipe -
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) pullMessage.IPullableProvider.pullMessage
(IPipe pipe, long wait) pullMessage.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) Push a message to this output endpoint.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 from this input endpoint.Methods 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 with parameters of type IMessageModifier and TypeMethodDescriptionvoid
ClientBroadcastStream.pushMessage
(IPipe pipe, IMessage message) Pushes message through pipevoid
PlayEngine.pushMessage
(IPipe pipe, IMessage message) Pushes message through pipevoid
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) Pushes message through pipevoid
SlicedFileConsumer.pushMessage
(IPipe pipe, IMessage message) Pushes 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
StatusMessage class. -
Uses of IMessage in org.red5.server.stream.provider
Methods in org.red5.server.stream.provider that return IMessageModifier and TypeMethodDescriptionFileProvider.pullMessage
(IPipe pipe) pullMessage.FileProvider.pullMessage
(IPipe pipe, long wait) pullMessage.