org.red5.compatibility.flex.messaging.messages
Class AuthenticationMessage

java.lang.Object
  extended by org.red5.compatibility.flex.messaging.messages.AbstractMessage
      extended by org.red5.compatibility.flex.messaging.messages.AsyncMessage
          extended by org.red5.compatibility.flex.messaging.messages.CommandMessage
              extended by org.red5.compatibility.flex.messaging.messages.AuthenticationMessage
All Implemented Interfaces:
Serializable

public class AuthenticationMessage
extends CommandMessage

Added to support flex.messaging.messages.AuthenticationMessage as noted in http://jira.red5.org/browse/APPSERVER-176

Author:
The Red5 Project (red5@osflash.org), Paul Gregoire (mondain@gmail.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.red5.compatibility.flex.messaging.messages.CommandMessage
messageRefType, operation
 
Fields inherited from class org.red5.compatibility.flex.messaging.messages.AsyncMessage
correlationId
 
Fields inherited from class org.red5.compatibility.flex.messaging.messages.AbstractMessage
body, clientId, destination, headers, messageId, timestamp, timeToLive
 
Constructor Summary
AuthenticationMessage()
           
 
Method Summary
 
Methods inherited from class org.red5.compatibility.flex.messaging.messages.CommandMessage
addParameters
 
Methods inherited from class org.red5.compatibility.flex.messaging.messages.AbstractMessage
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationMessage

public AuthenticationMessage()


Copyright © 2006-2009 The Red5 Project