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

Packages that use SnmpOctetString
org.opennms.bb.dp.trapd   
org.opennms.protocols.snmp   
org.opennms.test   
 

Uses of SnmpOctetString in org.opennms.bb.dp.trapd
 

Methods in org.opennms.bb.dp.trapd with parameters of type SnmpOctetString
 void Trapd.snmpReceivedTrap(SnmpTrapSession session, InetAddress agent, int port, SnmpOctetString community, SnmpPduPacket pdu)
          Process the recieved SNMP v2c trap that was received by the underlying trap session.
 void Trapd.snmpReceivedTrap(SnmpTrapSession session, InetAddress agent, int port, SnmpOctetString community, SnmpPduTrap pdu)
          Process the recieved SNMP v1 trap that was received by the underlying trap session.
 

Uses of SnmpOctetString in org.opennms.protocols.snmp
 

Subclasses of SnmpOctetString in org.opennms.protocols.snmp
 class SnmpIPAddress
          This SnmpIPAddress is used to extend the Snmp Octet String SMI class.
 class SnmpOpaque
          The SnmpOpaque class is an extension of the octet string class and is used to pass opaque data.
 

Methods in org.opennms.protocols.snmp with parameters of type SnmpOctetString
 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 SnmpPacketHandler.processSnmpTrap(InetAddress agent, int port, SnmpOctetString community, SnmpPduTrap pdu)
          This method is use to handle SNMPv1 trap exclusively.
 void SnmpTrapSession.TrapHandler.processSnmpMessage(InetAddress agent, int port, SnmpInt32 version, SnmpOctetString community, int pduType, SnmpPduPacket pdu)
          Processes the default V1 & V2 messages.
 void SnmpTrapSession.TrapHandler.processSnmpTrap(InetAddress agent, int port, SnmpOctetString community, SnmpPduTrap pdu)
          Processes V1 trap 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.
 void SnmpTrapHandler.snmpReceivedTrap(SnmpTrapSession session, InetAddress agent, int port, SnmpOctetString community, SnmpPduTrap pdu)
          This method is define to handle SNMPv1 traps that are received by the session.
 void SnmpSession.SessionHandler.processSnmpMessage(InetAddress agent, int port, SnmpInt32 version, SnmpOctetString community, int pduType, SnmpPduPacket pdu)
           
 void SnmpSession.SessionHandler.processSnmpTrap(InetAddress agent, int port, SnmpOctetString community, SnmpPduTrap pdu)
           
 

Constructors in org.opennms.protocols.snmp with parameters of type SnmpOctetString
SnmpOctetString(SnmpOctetString second)
          Class copy constructor.
SnmpOpaque(SnmpOctetString second)
          Constructs an object that is a duplicate of the passed object.
SnmpIPAddress(SnmpOctetString second)
          Copy constructor based on the base class.
 

Uses of SnmpOctetString in org.opennms.test
 

Methods in org.opennms.test with parameters of type SnmpOctetString
 void trapd.snmpReceivedTrap(SnmpTrapSession session, InetAddress agent, int port, SnmpOctetString community, SnmpPduPacket pdu)
          Receives and prints information about SNMPv2c traps.
 void trapd.snmpReceivedTrap(SnmpTrapSession session, InetAddress agent, int port, SnmpOctetString community, SnmpPduTrap pdu)
          Receives and prints information about SNMPv1 traps.