|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectSnoopReader
Class to examine a SNOOP V2 file (RFC 1761) containing RADIUS packets.
| Field Summary | |
static int |
ETHERNET
|
| Constructor Summary | |
SnoopReader(InputStream in)
|
|
| Method Summary | |
static void |
main(String[] arg)
A main class to read a snoop file as the first argument and display it's contents. |
SnoopRecord |
next()
Get the next snoop packet in the stream. |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int ETHERNET
| Constructor Detail |
public SnoopReader(InputStream in)
throws IOException
| Method Detail |
public static void main(String[] arg)
public SnoopRecord next()
throws IOException
IOException - if there's an error reading the file.
|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||