Class Invoke

All Implemented Interfaces:
Externalizable, Serializable, IEvent, IStreamPacket, ICommand, IRTMPEvent, Constants, IStreamData<Notify>
Direct Known Subclasses:
FlexMessage

public class Invoke extends Notify
Remote invocation event
See Also:
  • Field Details

  • Constructor Details

    • Invoke

      public Invoke()
      Constructs a new Invoke.
    • Invoke

      public Invoke(org.apache.mina.core.buffer.IoBuffer data)
      Create new invocation event with given data
      Parameters:
      data - Event data
    • Invoke

      public Invoke(IPendingServiceCall call)
      Create new invocation event with given pending service call
      Parameters:
      call - Pending call
  • Method Details