|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsyncMessage | |
---|---|
org.red5.compatibility.flex.data.messages | |
org.red5.compatibility.flex.messaging.messages | |
org.red5.server.net.remoting | |
org.red5.server.service |
Uses of AsyncMessage in org.red5.compatibility.flex.data.messages |
---|
Subclasses of AsyncMessage in org.red5.compatibility.flex.data.messages | |
---|---|
class |
DataMessage
Message containing data update requests. |
class |
SequencedMessage
Response to DataMessage requests. |
Uses of AsyncMessage in org.red5.compatibility.flex.messaging.messages |
---|
Subclasses of AsyncMessage in org.red5.compatibility.flex.messaging.messages | |
---|---|
class |
AcknowledgeMessage
Flex compatibility message that is returned to the client. |
class |
AcknowledgeMessageExt
An externalizable version of a given AcknowledgeMessage. |
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. |
Methods in org.red5.compatibility.flex.messaging.messages that return AsyncMessage | |
---|---|
AsyncMessage |
AsyncMessageExt.getMessage()
|
Methods in org.red5.compatibility.flex.messaging.messages with parameters of type AsyncMessage | |
---|---|
void |
AsyncMessageExt.setMessage(AsyncMessage message)
|
Constructors in org.red5.compatibility.flex.messaging.messages with parameters of type AsyncMessage | |
---|---|
AsyncMessageExt(AsyncMessage message)
|
Uses of AsyncMessage in org.red5.server.net.remoting |
---|
Methods in org.red5.server.net.remoting that return AsyncMessage | |
---|---|
AsyncMessage |
FlexMessagingService.handleRequest(DataMessage msg)
Handle messages related to shared objects. |
AsyncMessage |
FlexMessagingService.handleRequest(RemotingMessage msg)
Handle request coming from mx:RemoteObject tags. |
Uses of AsyncMessage in org.red5.server.service |
---|
Methods in org.red5.server.service that return AsyncMessage | |
---|---|
AsyncMessage |
Installer.getApplicationList()
Returns a Map containing all of the application wars in the snapshot repository. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |