| Package | Description |
|---|---|
| com.wowza.wms.http | |
| com.wowza.wms.vhost | |
| com.wowza.wms.websocket.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IHTTPProvider2
IHTTPProvider2: Extension of IHTTPProvider that adds support for multiple
HTTProviders attached to a single HostPort along with authentication.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPProvider2Base
HTTPProvider2Base: public base class for implementing HTTP Providers.
|
class |
com.wowza.wms.http.HTTProvider2Base |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IHTTPProvider> |
HostPort.getHttpProviders() |
| Modifier and Type | Method and Description |
|---|---|
void |
HostPort.addHttpProvider(IHTTPProvider httpProvider) |
| Modifier and Type | Method and Description |
|---|---|
IHTTPProvider |
IWebSocketSession.getHTTPProvider()
Get the HTTPProvider that is the parent of this WebSocket session
|