public class StatisticsCounter extends Object
Constructor and Description |
---|
StatisticsCounter() |
Modifier and Type | Method and Description |
---|---|
void |
decrement()
Decrement statistics by one.
|
int |
getCurrent()
Get current number.
|
int |
getMax()
Get maximum number.
|
int |
getTotal()
Get total number.
|
void |
increment()
Increment statistics by one.
|
public void increment()
public void decrement()
public int getCurrent()
public int getTotal()
public int getMax()
Copyright © 2006-2012 The Red5 Project