All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aka.snmp.PDU

java.lang.Object
   |
   +----aka.snmp.PDU

public class PDU
extends Object
implements BERSerializable
This class implements a SNMP Protocol Data Unit (PDU). These are the packets of information that are sent back and forth between SNMP agents and clients. This class models these packets and will convert to and from, sequences of characters according to the rules of the SNMP protocol and BER encoding.

See Also:
PDUVar

Method Index

 o BERSerialize()
SNMP PROTOCOL Transform this PDU to a sequence of characters, according to rules of the SNMP protocol.
 o toString()
String representation of a PDU

Methods

 o BERSerialize
 public ByteBuffer BERSerialize()
SNMP PROTOCOL Transform this PDU to a sequence of characters, according to rules of the SNMP protocol.

 o toString
 public String toString()
String representation of a PDU

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index