org.lastbamboo.common.turn.server
Interface TurnClientManagerImplMBean

All Known Implementing Classes:
TurnClientManagerImpl

public interface TurnClientManagerImplMBean

MBean for accessing data about the TurnClientManagerImpl.


Method Summary
 int getMaxNumRemoteSingleTurnClient()
          Get the maximum number of remote host connections we've seen for any single client.
 int getMaxNumRemoteTurnClients()
          Accessor for the maximum number of remote clients at any one time.
 int getMaxNumTurnClients()
          Accessor for the maximum number of TURN clients seen.
 int getNumRemoteTurnClients()
          Accessor for the total number of remote clients accessing the server.
 int getNumTurnClients()
          Accessor for the number of clients currently connected to this TURN server.
 

Method Detail

getNumTurnClients

int getNumTurnClients()
Accessor for the number of clients currently connected to this TURN server.

Returns:
The number of clients currently connected to this TURN server.

getMaxNumTurnClients

int getMaxNumTurnClients()
Accessor for the maximum number of TURN clients seen.

Returns:
The maximum number of TURN clients seen.

getNumRemoteTurnClients

int getNumRemoteTurnClients()
Accessor for the total number of remote clients accessing the server.

Returns:
The total number of remote clients accessing the server.

getMaxNumRemoteTurnClients

int getMaxNumRemoteTurnClients()
Accessor for the maximum number of remote clients at any one time.

Note that this number is not necessarily precisely accurate. Rather it reflects the maximum number for any time we've taken a reading, which should be close to the true value.

Returns:
The maximum number of remote clients at any one time.

getMaxNumRemoteSingleTurnClient

int getMaxNumRemoteSingleTurnClient()
Get the maximum number of remote host connections we've seen for any single client.

Note that this number is not necessarily precisely accurate. Rather it reflects the maximum number for any time we've taken a reading, which should be close to the true value.

Returns:
The maximum number of remote host connections we've seen for any single client.


Copyright © 2013 LittleShoot. All Rights Reserved.