|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectRADIUSStats
Server statistics Not all are implemented.
RADIUSServer.getStats()| Field Summary | |
int |
highWaterPackets
Maximum concurrent packets. |
int |
malformed
Malformed packets found. |
int |
totalAccess
Total number of Access requests. |
int |
totalDropped
Total number of dropped requests. |
int |
totalFailed
Total number of Failed authentications. |
int |
totalProxyAccess
Total number of proxy Access requests. |
int |
totalProxyResponse
Total number of proxy Responses. |
int |
totalSucceeded
Total number of Successful authentications. |
| Constructor Summary | |
RADIUSStats()
|
|
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int highWaterPackets
public int malformed
public int totalAccess
public int totalDropped
public int totalFailed
public int totalProxyAccess
public int totalProxyResponse
public int totalSucceeded
| Constructor Detail |
public RADIUSStats()
|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||