Uses of Interface
com.wowza.wms.http.IHTTPProvider
- 
Packages that use IHTTPProvider Package Description com.wowza.wms.http com.wowza.wms.vhost com.wowza.wms.websocket.model 
- 
- 
Uses of IHTTPProvider in com.wowza.wms.httpSubinterfaces of IHTTPProvider in com.wowza.wms.http Modifier and Type Interface Description interfaceIHTTPProvider2IHTTPProvider2: 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 Modifier and Type Class Description classHTTPProvider2BaseHTTPProvider2Base: public base class for implementing HTTP Providers.classcom.wowza.wms.http.HTTProvider2BaseDeprecated.
- 
Uses of IHTTPProvider in com.wowza.wms.vhostMethods in com.wowza.wms.vhost that return types with arguments of type IHTTPProvider Modifier and Type Method Description java.util.List<IHTTPProvider>HostPort. getHttpProviders()Methods in com.wowza.wms.vhost with parameters of type IHTTPProvider Modifier and Type Method Description voidHostPort. addHttpProvider(IHTTPProvider httpProvider)
- 
Uses of IHTTPProvider in com.wowza.wms.websocket.modelMethods in com.wowza.wms.websocket.model that return IHTTPProvider Modifier and Type Method Description IHTTPProviderIWebSocketSession. getHTTPProvider()Get the HTTPProvider that is the parent of this WebSocket session
 
-