Package org.red5.server.net
Interface ICommand
- All Known Implementing Classes:
FlexMessage,FlexStreamSend,Invoke,Notify
public interface ICommand
Represents a "command" sent to or received from an end-point.
- Author:
- Paul Gregoire ([email protected])
-
Method Details
-
getTransactionId
int getTransactionId() -
getCall
IServiceCall getCall() -
getConnectionParams
-
getData
org.apache.mina.core.buffer.IoBuffer getData()
-