|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.snmp2.PacketArgs
class PacketArgs
| Field Summary | |
|---|---|
(package private) SnmpTransportPacket |
packet
|
(package private) SnmpPDU |
pdu
|
(package private) SnmpSession |
session
|
| Constructor Summary | |
|---|---|
PacketArgs(SnmpTransportPacket pac,
SnmpSession sess,
SnmpPDU pd)
Constructs a PacketArgs object. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
SnmpTransportPacket packet
SnmpSession session
SnmpPDU pdu
| Constructor Detail |
|---|
public PacketArgs(SnmpTransportPacket pac,
SnmpSession sess,
SnmpPDU pd)
pac - the DatagramPacket receivedsess - the SnmpSession instance which
received itpd - the SnmpPDU object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||