Package | Description |
---|---|
org.red5.compatibility.flex.data.messages | |
org.red5.compatibility.flex.messaging.messages | |
org.red5.server.messaging | |
org.red5.server.net.remoting |
Modifier and Type | Class and Description |
---|---|
class |
DataMessage
Message containing data update requests.
|
class |
SequencedMessage
Response to
DataMessage requests. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessage
Base class for all Flex compatibility messages.
|
class |
AcknowledgeMessage
Flex compatibility message that is returned to the client.
|
class |
AcknowledgeMessageExt
An externalizable version of a given AcknowledgeMessage.
|
class |
AsyncMessage
Base class for for asynchronous Flex compatibility messages.
|
class |
AsyncMessageExt
An externalizable version of a given AsyncMessage.
|
class |
AuthenticationMessage
Added to support flex.messaging.messages.AuthenticationMessage as noted in
http://jira.red5.org/browse/APPSERVER-176
|
class |
CommandMessage
Command message as sent by the
mx:RemoteObject tag. |
class |
CommandMessageExt
An externalizable version of a given CommandMessage.
|
class |
ErrorMessage
Compatibility flex error message to be returned to the client.
|
class |
RemotingMessage
Flex compatibility message that is sent by the
mx:RemoteObject mxml tag. |
Modifier and Type | Method and Description |
---|---|
abstract Object |
ServiceAdapter.invoke(Message message)
Handle a data message intended for this adapter.
|
Modifier and Type | Method and Description |
---|---|
Message |
FlexMessagingService.handleRequest(AbstractMessage msg)
Fallback method to handle arbitrary messages.
|
Message |
FlexMessagingService.handleRequest(CommandMessage msg)
Handle command message request.
|
Message |
FlexMessagingService.handleRequest(CommandMessageExt msg)
Handle command message (external) request.
|
Copyright © 2006-2012 The Red5 Project