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.
|
String |
toString() |
public void increment()
public void decrement()
public int getCurrent()
public int getTotal()
public int getMax()
Copyright © 2005–2017 Red5. All rights reserved.