com.wowza.wms.httpstreamer.model
Interface IHTTPStreamerSessionNotify


public interface IHTTPStreamerSessionNotify

IHTTPStreamerSessionNotify: HTTP session create/destroy interface


Method Summary
 void onHTTPStreamerSessionCreate(IHTTPStreamerSession httpStreamerSession)
          Called when an HTTP streaming session is created
 void onHTTPStreamerSessionDestroy(IHTTPStreamerSession httpStreamerSession)
          Called when an HTTP streaming session is destroyed
 

Method Detail

onHTTPStreamerSessionCreate

void onHTTPStreamerSessionCreate(IHTTPStreamerSession httpStreamerSession)
Called when an HTTP streaming session is created

Parameters:
httpStreamerSession - HTTP streaming session

onHTTPStreamerSessionDestroy

void onHTTPStreamerSessionDestroy(IHTTPStreamerSession httpStreamerSession)
Called when an HTTP streaming session is destroyed

Parameters:
httpStreamerSession - HTTP streaming session