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.http
Subinterfaces of IHTTPProvider in com.wowza.wms.http Modifier and Type Interface Description 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 Modifier and Type Class Description class
HTTPProvider2Base
HTTPProvider2Base: public base class for implementing HTTP Providers.class
com.wowza.wms.http.HTTProvider2Base
Deprecated. -
Uses of IHTTPProvider in com.wowza.wms.vhost
Methods 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 void
HostPort. addHttpProvider(IHTTPProvider httpProvider)
-
Uses of IHTTPProvider in com.wowza.wms.websocket.model
Methods in com.wowza.wms.websocket.model that return IHTTPProvider Modifier and Type Method Description IHTTPProvider
IWebSocketSession. getHTTPProvider()
Get the HTTPProvider that is the parent of this WebSocket session
-