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