JoeSNMP API 0.2.6

Uses of Class
org.opennms.protocols.snmp.SnmpPduPacket

Packages that use SnmpPduPacket
org.opennms.protocols.snmp   
 

Uses of SnmpPduPacket in org.opennms.protocols.snmp
 

Subclasses of SnmpPduPacket in org.opennms.protocols.snmp
 class SnmpPduBulk
          This class defines the SNMPv2 GetBulk request sent from the management platform to the agent.
 class SnmpPduRequest
          The SnmpPduRequest defines the SNMPv1 and SNMPv2 Protocol Data Unit (PDU) for certian message types.
 

Methods in org.opennms.protocols.snmp with parameters of type SnmpPduPacket
 void SnmpHandler.snmpReceivedPdu(SnmpSession session, int command, SnmpPduPacket pdu)
          This method is invoked when a pdu is successfully returned from the peer agent.
 void SnmpPacketHandler.processSnmpMessage(InetAddress agent, int port, SnmpInt32 version, SnmpOctetString community, int pduType, SnmpPduPacket pdu)
          This method is used to process received SNMP messages in the standard V1 & V2 format.
 void SnmpTrapSession.send(SnmpPeer peer, SnmpPduPacket pdu)
          Transmits the specified SnmpRequest to the SnmpPeer defined.
 void SnmpTrapSession.TrapHandler.processSnmpMessage(InetAddress agent, int port, SnmpInt32 version, SnmpOctetString community, int pduType, SnmpPduPacket pdu)
          Processes the default V1 & V2 messages.
 void SnmpTrapHandler.snmpReceivedTrap(SnmpTrapSession session, InetAddress agent, int port, SnmpOctetString community, SnmpPduPacket pdu)
          This method is defined to handle SNMPv2 traps that are received by the session.
private  SnmpSession.ByteArrayInfo SnmpSession.encode(SnmpPduPacket pdu)
          This method is used to encode the passed protocol data unit and return the encoding.
(package private)  SnmpRequest SnmpSession.findRequest(SnmpPduPacket pdu)
          Finds the first matching request in the list of outstanding request and returns it to the caller.
 int SnmpSession.send(SnmpPduPacket pdu, SnmpHandler handler)
          Send the SNMP PDU to the remote agent and invokes the specified handler when the packet is recieve.
 int SnmpSession.send(SnmpPduPacket pdu)
          Sends the SNMP PDU to the remote agent and uses the default SnmpHandler to process the request.
 void SnmpSession.SessionHandler.processSnmpMessage(InetAddress agent, int port, SnmpInt32 version, SnmpOctetString community, int pduType, SnmpPduPacket pdu)
           
 

Constructors in org.opennms.protocols.snmp with parameters of type SnmpPduPacket
SnmpPduPacket(SnmpPduPacket second)
          Class copy constructor.
SnmpRequest(SnmpSession session, SnmpPduPacket pdu, SnmpHandler handler)
          Used to create an SnmpRequest object.
 


JoeSNMP API 0.2.6

Generated by jpp on July 15 2004 1044.