|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ConnectionCounter | |
|---|---|
| com.wowza.wms.application | |
| com.wowza.wms.client | |
| com.wowza.wms.server | |
| com.wowza.wms.vhost | |
| Uses of ConnectionCounter in com.wowza.wms.application |
|---|
| Methods in com.wowza.wms.application that return ConnectionCounter | |
|---|---|
ConnectionCounter |
IApplication.getConnectionCounter()
Get the connectionCounter for application |
ConnectionCounter |
IApplicationInstance.getConnectionCounter()
Get the connectionCounter for applicationInstance |
| Uses of ConnectionCounter in com.wowza.wms.client |
|---|
| Methods in com.wowza.wms.client with parameters of type ConnectionCounter | |
|---|---|
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 |
boolean |
IConnectionValidator.validateConnection(ConnectionCounter connectionCounter,
com.wowza.wms.client.ConnectionHolder connectionHolder,
byte[] license)
Triggered on connection |
| Uses of ConnectionCounter in com.wowza.wms.server |
|---|
| Methods in com.wowza.wms.server that return ConnectionCounter | |
|---|---|
ConnectionCounter |
IServer.getConnectionCounter()
Get the server connection counter. |
ConnectionCounter |
Server.getConnectionCounter()
|
| Uses of ConnectionCounter in com.wowza.wms.vhost |
|---|
| Methods in com.wowza.wms.vhost that return ConnectionCounter | |
|---|---|
ConnectionCounter |
IVHost.getConnectionCounter()
Get vHost connection counter. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||