Uses of Class
org.red5.compatibility.flex.messaging.messages.AsyncMessage

Packages that use AsyncMessage
org.red5.compatibility.flex.data.messages   
org.red5.compatibility.flex.messaging.messages   
org.red5.server.net.remoting   
 

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 CommandMessage
          Command message as sent by the mx:RemoteObject tag.
 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.
 

Uses of AsyncMessage in org.red5.server.net.remoting
 

Methods in org.red5.server.net.remoting that return AsyncMessage
 AsyncMessage FlexMessagingService.handleRequest(CommandMessage msg)
          Handle command message request.
 AsyncMessage FlexMessagingService.handleRequest(DataMessage msg)
          Handle messages related to shared objects.
 AsyncMessage FlexMessagingService.handleRequest(RemotingMessage msg)
          Handle request coming from mx:RemoteObject tags.
 



Copyright © 2006-2007 the Red5 project.