Package com.wowza.wms.httpstreamer.model
Interface IHTTPSessionNotify
- 
- All Known Implementing Classes:
- HTTPStreamerSessionCupertino,- HTTPStreamerSessionMPEGDash
 
 public interface IHTTPSessionNotify
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)voidnotifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)
 
- 
- 
- 
Method Detail- 
notifyHTTPSessionCreatevoid notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) 
 - 
notifyHTTPSessionDestroyvoid notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) 
 
- 
 
-