You will not normally need to use this class unless you decide to implement your own {@link com.sun.jmx.snmp.SnmpPduFactory SnmpPduFactory} object.
The SnmpMessage
class is directly mapped onto the Message
syntax defined in RFC1157 and RFC1902.
Message ::= SEQUENCE { version INTEGER { version(1) }, -- for SNMPv2 community OCTET STRING, -- community name data ANY -- an SNMPv2 PDU }
This API is a Sun Microsystems internal API and is subject to change without notice.
@see SnmpPduFactory @see SnmpPduPacket
|
|
|
|