Uses of Interface
com.wowza.wms.http.IHTTPProvider

Packages that use IHTTPProvider
com.wowza.wms.http   
com.wowza.wms.vhost   
 

Uses of IHTTPProvider in com.wowza.wms.http
 

Subinterfaces of IHTTPProvider in com.wowza.wms.http
 interface IHTTPProvider2
          IHTTPProvider2: Extension of IHTTPProvider that adds support for multiple HTTProviders attached to a single HostPort along with authentication.
 

Classes in com.wowza.wms.http that implement IHTTPProvider
 class HTTProvider2Base
          HTTProvider2Base: base class for implementing HTTP Providers.
 

Uses of IHTTPProvider in com.wowza.wms.vhost
 

Methods in com.wowza.wms.vhost that return types with arguments of type IHTTPProvider
 java.util.List<IHTTPProvider> HostPort.getHttpProviders()
           
 

Methods in com.wowza.wms.vhost with parameters of type IHTTPProvider
 void HostPort.addHttpProvider(IHTTPProvider httpProvider)