com.wowza.wms.plugin.flashremoting
Interface IFlashRemotingNotify


public interface IFlashRemotingNotify

IFlashRemotingNotify: FlashRemoteSession listener interface. Implement this interface and call FlashRemoteSession.addListener() to add a raw listener to the session.


Method Summary
 void onHeader(String headerName, com.wowza.wms.amf.AMFData data)
          Called for each header message
 void onMessage(String responseURI, String responseTarget, com.wowza.wms.amf.AMFData data)
          Called for each message
 void onRequestFailure(int responseCode, String responseMsg)
          Called if the FlashRemote call fails
 

Method Detail

onHeader

void onHeader(String headerName,
              com.wowza.wms.amf.AMFData data)
Called for each header message

Parameters:
headerName - header name
data - header data

onMessage

void onMessage(String responseURI,
               String responseTarget,
               com.wowza.wms.amf.AMFData data)
Called for each message

Parameters:
responseURI - response URI
responseTarget - response target
data - message data

onRequestFailure

void onRequestFailure(int responseCode,
                      String responseMsg)
Called if the FlashRemote call fails

Parameters:
responseCode - response code (HTTP status code)
responseMsg - response message