Package com.wowza.wms.module
Interface IModuleOnHTTPSession
-
public interface IModuleOnHTTPSession
IModuleOnHTTPSession: method interface for HTTP Streaming session create/destroy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onHTTPSessionCreate(IHTTPStreamerSession httpSession)
Invoked when an HTTP Session is created (both Smooth and Cupertino sessions).void
onHTTPSessionDestroy(IHTTPStreamerSession httpSession)
Invoked when an HTTP Session is destroyed (both Smooth and Cupertino sessions).
-
-
-
Method Detail
-
onHTTPSessionCreate
void onHTTPSessionCreate(IHTTPStreamerSession httpSession)
Invoked when an HTTP Session is created (both Smooth and Cupertino sessions).- Parameters:
httpSession
- httpSession
-
onHTTPSessionDestroy
void onHTTPSessionDestroy(IHTTPStreamerSession httpSession)
Invoked when an HTTP Session is destroyed (both Smooth and Cupertino sessions).- Parameters:
httpSession
- httpSession
-
-