Package com.wowza.wms.httpstreamer.model
Interface IHTTPStreamerSessionNotify
- 
 public interface IHTTPStreamerSessionNotifyIHTTPStreamerSessionNotify: HTTP session create/destroy interface 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonHTTPStreamerSessionCreate(IHTTPStreamerSession httpStreamerSession)Called when an HTTP streaming session is createdvoidonHTTPStreamerSessionDestroy(IHTTPStreamerSession httpStreamerSession)Called when an HTTP streaming session is destroyed
 
- 
- 
- 
Method Detail- 
onHTTPStreamerSessionCreatevoid onHTTPStreamerSessionCreate(IHTTPStreamerSession httpStreamerSession) Called when an HTTP streaming session is created- Parameters:
- httpStreamerSession- HTTP streaming session
 
 - 
onHTTPStreamerSessionDestroyvoid onHTTPStreamerSessionDestroy(IHTTPStreamerSession httpStreamerSession) Called when an HTTP streaming session is destroyed- Parameters:
- httpStreamerSession- HTTP streaming session
 
 
- 
 
-