Uses of Interface
com.wowza.wms.httpstreamer.model.IHTTPSessionNotify
- 
Packages that use IHTTPSessionNotify Package Description com.wowza.wms.application com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer 
- 
- 
Uses of IHTTPSessionNotify in com.wowza.wms.applicationMethods in com.wowza.wms.application with parameters of type IHTTPSessionNotify Modifier and Type Method Description voidIApplicationInstance. addHTTPListener(IHTTPSessionNotify httpListener)Add listner to be notified of HTTPSession create and destroy.voidIApplicationInstance. removeHTTPListener(IHTTPSessionNotify httpListener)Remove listner to be notified of HTTPSession create and destroy.
- 
Uses of IHTTPSessionNotify in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamerClasses in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer that implement IHTTPSessionNotify Modifier and Type Class Description classHTTPStreamerSessionCupertino
- 
Uses of IHTTPSessionNotify in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamerClasses in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer that implement IHTTPSessionNotify Modifier and Type Class Description classHTTPStreamerSessionMPEGDash
 
-