|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandMessage | |
---|---|
org.red5.compatibility.flex.messaging.messages | |
org.red5.server.messaging | |
org.red5.server.net.remoting |
Uses of CommandMessage in org.red5.compatibility.flex.messaging.messages |
---|
Subclasses of CommandMessage in org.red5.compatibility.flex.messaging.messages | |
---|---|
class |
AuthenticationMessage
Added to support flex.messaging.messages.AuthenticationMessage as noted in http://jira.red5.org/browse/APPSERVER-176 |
class |
CommandMessageExt
An externalizable version of a given CommandMessage. |
Constructors in org.red5.compatibility.flex.messaging.messages with parameters of type CommandMessage | |
---|---|
CommandMessageExt(CommandMessage message)
|
Uses of CommandMessage in org.red5.server.messaging |
---|
Methods in org.red5.server.messaging with parameters of type CommandMessage | |
---|---|
Object |
ServiceAdapter.manage(CommandMessage commandMessage)
Accept a command from the adapter's service and perform some internal action based upon it. |
Uses of CommandMessage in org.red5.server.net.remoting |
---|
Methods in org.red5.server.net.remoting with parameters of type CommandMessage | |
---|---|
Message |
FlexMessagingService.handleRequest(CommandMessage msg)
Handle command message request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |