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 (mondain@gmail.com)
  • Method Details

    • getTransactionId

      int getTransactionId()
    • getCall

      IServiceCall getCall()
    • getConnectionParams

      Map<String,Object> getConnectionParams()
    • getData

      org.apache.mina.core.buffer.IoBuffer getData()