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

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

Uses of IHTTPProvider2 in com.wowza.wms.http
 

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

Uses of IHTTPProvider2 in com.wowza.wms.vhost
 

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