Package org.red5.server.messaging
package org.red5.server.messaging
-
ClassDescriptionAbstract base for all messagesAbstract pipe that books providers/consumers and listeners.Signature for the message consumer.Filter marker interface groups consumer and provider interfacesCommon interface for all messages.Message component handles out-of-band control messagesInput Endpoint for a consumer to connect.Output Endpoint for a provider to connect.A simple in-memory version of pull-pull pipe.A simple in-memory version of push-push pipe.Signature to mark a provider/consumer never actively providers/consumers messages.A pipe is an object that connects message providers and message consumers.A listener that wants to listen to events when provider/consumer connects to or disconnects from a specific pipe.Signature for message provider.A provider that supports passive pulling of messages.A consumer that supports event-driven message handling and message pushing through pipes.Out-of-band control message used by inter-components communication which are connected with pipes.Event object corresponds to the connect/disconnect events among providers/consumers on pipes.Pipe connection event typeHelper class for pipe structure.The ServiceAdapter class is the base definition of a service adapter.