Uses of Class
com.wowza.wms.client.ConnectionCounter
Packages that use ConnectionCounter
Package
Description
-
Uses of ConnectionCounter in com.wowza.wms.application
Methods in com.wowza.wms.application that return ConnectionCounterModifier and TypeMethodDescriptionIApplication.getConnectionCounter()
Get the connectionCounter for applicationIApplicationInstance.getConnectionCounter()
Get the connectionCounter for applicationInstance -
Uses of ConnectionCounter in com.wowza.wms.client
Methods in com.wowza.wms.client with parameters of type ConnectionCounterModifier and TypeMethodDescriptionvoid
IConnectionNotify.onAcceptConnection
(ConnectionCounter connectionCounter, com.wowza.wms.client.ConnectionHolder connectionHolder, Date date, long stamp) Triggered when client connection acceptedvoid
IConnectionNotify.onDisconnect
(ConnectionCounter connectionCounter, com.wowza.wms.client.ConnectionHolder connectionHolder, boolean isValid, Date date, long stamp) Triggered when client disconnectedvoid
IConnectionNotify.onRejectConnection
(ConnectionCounter connectionCounter, com.wowza.wms.client.ConnectionHolder connectionHolder, int reason, 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 ConnectionCounterModifier and TypeMethodDescriptionIServer.getConnectionCounter()
Get the server connection counter. -
Uses of ConnectionCounter in com.wowza.wms.vhost
Methods in com.wowza.wms.vhost that return ConnectionCounter