Uses of Class
com.wowza.wms.client.ConnectionCounter
- 
Packages that use ConnectionCounter Package Description com.wowza.wms.application com.wowza.wms.client com.wowza.wms.server com.wowza.wms.vhost 
- 
- 
Uses of ConnectionCounter in com.wowza.wms.applicationMethods in com.wowza.wms.application that return ConnectionCounter Modifier and Type Method Description ConnectionCounterIApplication. getConnectionCounter()Get the connectionCounter for applicationConnectionCounterIApplicationInstance. getConnectionCounter()Get the connectionCounter for applicationInstance
- 
Uses of ConnectionCounter in com.wowza.wms.clientMethods in com.wowza.wms.client with parameters of type ConnectionCounter Modifier and Type Method Description voidIConnectionNotify. onAcceptConnection(ConnectionCounter connectionCounter, com.wowza.wms.client.ConnectionHolder connectionHolder, java.util.Date date, long stamp)Triggered when client connection acceptedvoidIConnectionNotify. onDisconnect(ConnectionCounter connectionCounter, com.wowza.wms.client.ConnectionHolder connectionHolder, boolean isValid, java.util.Date date, long stamp)Triggered when client disconnectedvoidIConnectionNotify. onRejectConnection(ConnectionCounter connectionCounter, com.wowza.wms.client.ConnectionHolder connectionHolder, int reason, java.util.Date date, long stamp)Triggered when client connection rejected
- 
Uses of ConnectionCounter in com.wowza.wms.serverMethods in com.wowza.wms.server that return ConnectionCounter Modifier and Type Method Description ConnectionCounterIServer. getConnectionCounter()Get the server connection counter.
- 
Uses of ConnectionCounter in com.wowza.wms.vhostMethods in com.wowza.wms.vhost that return ConnectionCounter Modifier and Type Method Description ConnectionCounterIVHost. getConnectionCounter()Get vHost connection counter.
 
-