| Package | Description |
|---|---|
| com.wowza.wms.application | |
| com.wowza.wms.client | |
| com.wowza.wms.server | |
| com.wowza.wms.vhost |
| Modifier and Type | Method | Description |
|---|---|---|
ConnectionCounter |
IApplication.getConnectionCounter() |
Get the connectionCounter for application
|
ConnectionCounter |
IApplicationInstance.getConnectionCounter() |
Get the connectionCounter for applicationInstance
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
IConnectionNotify.onAcceptConnection(ConnectionCounter connectionCounter,
com.wowza.wms.client.ConnectionHolder connectionHolder,
java.util.Date date,
long stamp) |
Triggered when client connection accepted
|
void |
IConnectionNotify.onDisconnect(ConnectionCounter connectionCounter,
com.wowza.wms.client.ConnectionHolder connectionHolder,
boolean isValid,
java.util.Date date,
long stamp) |
Triggered when client disconnected
|
void |
IConnectionNotify.onRejectConnection(ConnectionCounter connectionCounter,
com.wowza.wms.client.ConnectionHolder connectionHolder,
int reason,
java.util.Date date,
long stamp) |
Triggered when client connection rejected
|
| Modifier and Type | Method | Description |
|---|---|---|
ConnectionCounter |
IServer.getConnectionCounter() |
Get the server connection counter.
|
| Modifier and Type | Method | Description |
|---|---|---|
ConnectionCounter |
IVHost.getConnectionCounter() |
Get vHost connection counter.
|