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