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