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