Class ClientNotifyEvent

java.lang.Object
org.red5.server.net.rtmp.event.BaseEvent
org.red5.server.net.rtmp.event.ClientNotifyEvent
All Implemented Interfaces:
Externalizable, Serializable, IEvent, IRTMPEvent, Constants

public class ClientNotifyEvent extends BaseEvent
Represents an notify to be executed on a connected client.
Author:
Paul Gregoire (mondain@gmail.com)
See Also:
  • Field Details

    • method

      private final String method
    • params

      private final Object[] params
  • Constructor Details

    • ClientNotifyEvent

      public ClientNotifyEvent(String method, Object[] params)
  • Method Details