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.modelMethods in com.wowza.wms.httpstreamer.model that return IHTTPStreamerAdapter Modifier and Type Method Description IHTTPStreamerAdapterIHTTPStreamerSession. 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 voidIHTTPStreamerSession. setHTTPStreamerAdapter(IHTTPStreamerAdapter httpStreamerAdapter)Set the HTTP streaming adapter associated with this HTTP session
- 
Uses of IHTTPStreamerAdapter in com.wowza.wms.vhostMethods in com.wowza.wms.vhost that return IHTTPStreamerAdapter Modifier and Type Method Description IHTTPStreamerAdapterIVHost. getHTTPStreamerAdapter(String ID)Get an HTTPStreamerAdapter by IDMethods in com.wowza.wms.vhost with parameters of type IHTTPStreamerAdapter Modifier and Type Method Description voidIVHost. putHTTPStreamerAdapter(String ID, IHTTPStreamerAdapter adapter)Add an HTTPStreamerAdapter
 
-