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.application
Methods in com.wowza.wms.application with parameters of type IHTTPSessionNotify Modifier and Type Method Description void
IApplicationInstance. addHTTPListener(IHTTPSessionNotify httpListener)
Add listner to be notified of HTTPSession create and destroy.void
IApplicationInstance. removeHTTPListener(IHTTPSessionNotify httpListener)
Remove listner to be notified of HTTPSession create and destroy. -
Uses of IHTTPSessionNotify in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer
Classes in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer that implement IHTTPSessionNotify Modifier and Type Class Description class
HTTPStreamerSessionCupertino
-
Uses of IHTTPSessionNotify in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer
Classes in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer that implement IHTTPSessionNotify Modifier and Type Class Description class
HTTPStreamerSessionMPEGDash
-