Uses of Interface
com.wowza.wms.httpstreamer.model.IHTTPStreamerAdapter
-
Packages that use IHTTPStreamerAdapter Package Description com.wowza.wms.httpstreamer.model com.wowza.wms.vhost -
-
Uses of IHTTPStreamerAdapter in com.wowza.wms.httpstreamer.model
Methods in com.wowza.wms.httpstreamer.model that return IHTTPStreamerAdapter Modifier and Type Method Description IHTTPStreamerAdapter
IHTTPStreamerSession. getHTTPStreamerAdapter()
Get the HTTP streaming adapter associated with this HTTP sessionMethods in com.wowza.wms.httpstreamer.model with parameters of type IHTTPStreamerAdapter Modifier and Type Method Description void
IHTTPStreamerSession. setHTTPStreamerAdapter(IHTTPStreamerAdapter httpStreamerAdapter)
Set the HTTP streaming adapter associated with this HTTP session -
Uses of IHTTPStreamerAdapter in com.wowza.wms.vhost
Methods in com.wowza.wms.vhost that return IHTTPStreamerAdapter Modifier and Type Method Description IHTTPStreamerAdapter
IVHost. getHTTPStreamerAdapter(String ID)
Get an HTTPStreamerAdapter by IDMethods in com.wowza.wms.vhost with parameters of type IHTTPStreamerAdapter Modifier and Type Method Description void
IVHost. putHTTPStreamerAdapter(String ID, IHTTPStreamerAdapter adapter)
Add an HTTPStreamerAdapter
-