|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectSnoopImpl
Abstract class for snooping on packets. Useful for debugging.
SnoopImplFactory| Constructor Summary | |
SnoopImpl()
|
|
| Method Summary | |
abstract void |
logs(LogImpl svrLog,
LogImpl dbgLog)
Stay informed about the log methods. |
abstract void |
packet(int packetType,
DatagramPacket dp)
Capture packets passing into the server. |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SnoopImpl()
| Method Detail |
public abstract void logs(LogImpl svrLog,
LogImpl dbgLog)
svrLog - Server log classdbgLog - Debug log class
public abstract void packet(int packetType,
DatagramPacket dp)
packetType - Access-Request or Access-Accounting packet code.dp - datagram packet
|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||