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.application
Methods in com.wowza.wms.application that return ConnectionCounter Modifier and Type Method Description ConnectionCounter
IApplication. getConnectionCounter()
Get the connectionCounter for applicationConnectionCounter
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 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 acceptedvoid
IConnectionNotify. onDisconnect(ConnectionCounter connectionCounter, com.wowza.wms.client.ConnectionHolder connectionHolder, boolean isValid, java.util.Date date, long stamp)
Triggered when client disconnectedvoid
IConnectionNotify. 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.server
Methods in com.wowza.wms.server that return ConnectionCounter Modifier and Type Method Description ConnectionCounter
IServer. getConnectionCounter()
Get the server connection counter. -
Uses of ConnectionCounter in com.wowza.wms.vhost
Methods in com.wowza.wms.vhost that return ConnectionCounter Modifier and Type Method Description ConnectionCounter
IVHost. getConnectionCounter()
Get vHost connection counter.
-