Uses of Interface
com.wowza.wms.httpstreamer.model.IHTTPStreamerAdapter

Packages that use IHTTPStreamerAdapter
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
 IHTTPStreamerAdapter IHTTPStreamerSession.getHTTPStreamerAdapter()
          Get the HTTP streaming adapter associated with this HTTP session
 

Methods in com.wowza.wms.httpstreamer.model with parameters of type IHTTPStreamerAdapter
 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
 IHTTPStreamerAdapter IVHost.getHTTPStreamerAdapter(String ID)
          Get an HTTPStreamerAdapter by ID
 

Methods in com.wowza.wms.vhost with parameters of type IHTTPStreamerAdapter
 void IVHost.putHTTPStreamerAdapter(String ID, IHTTPStreamerAdapter adapter)
          Add an HTTPStreamerAdapter