Uses of Interface
com.wowza.wms.http.IHTTPProvider2
-
Packages that use IHTTPProvider2 Package Description 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 Modifier and Type Class Description class
HTTPProvider2Base
HTTPProvider2Base: public base class for implementing HTTP Providers.class
com.wowza.wms.http.HTTProvider2Base
Deprecated. -
Uses of IHTTPProvider2 in com.wowza.wms.vhost
Methods in com.wowza.wms.vhost with parameters of type IHTTPProvider2 Modifier and Type Method Description void
HostPort. addHttpProvider(int index, IHTTPProvider2 httpProvider)
void
HostPort. addHttpProvider(IHTTPProvider2 httpProvider)
int
HostPort. size(int index, IHTTPProvider2 httpProvider)
-