JoeSNMP API 0.3.3

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

Packages that use SnmpOctetString
org.opennms.protocols.snmp   
 

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 SnmpAgentSession.AgentHandler.processSnmpMessage(java.net.InetAddress manager, int port, SnmpInt32 version, SnmpOctetString community, int pduType, SnmpPduPacket pdu)
          Processes the default V1 & V2 messages.
 void SnmpPacketHandler.processSnmpMessage(java.net.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 SnmpSession.SessionHandler.processSnmpMessage(java.net.InetAddress agent, int port, SnmpInt32 version, SnmpOctetString community, int pduType, SnmpPduPacket pdu)
           
 void SnmpTrapSession.TrapHandler.processSnmpMessage(java.net.InetAddress agent, int port, SnmpInt32 version, SnmpOctetString community, int pduType, SnmpPduPacket pdu)
          Processes the default V1 & V2 messages.
 void SnmpAgentSession.AgentHandler.processSnmpTrap(java.net.InetAddress agent, int port, SnmpOctetString community, SnmpPduTrap pdu)
          Processes V1 trap messages.
 void SnmpPacketHandler.processSnmpTrap(java.net.InetAddress agent, int port, SnmpOctetString community, SnmpPduTrap pdu)
          This method is use to handle SNMPv1 trap exclusively.
 void SnmpSession.SessionHandler.processSnmpTrap(java.net.InetAddress agent, int port, SnmpOctetString community, SnmpPduTrap pdu)
           
 void SnmpTrapSession.TrapHandler.processSnmpTrap(java.net.InetAddress agent, int port, SnmpOctetString community, SnmpPduTrap pdu)
          Processes V1 trap messages.
 void SnmpAgentHandler.snmpReceivedPdu(SnmpAgentSession session, java.net.InetAddress manager, int port, SnmpOctetString community, SnmpPduPacket pdu)
          This method is defined to handle SNMP requests that are received by the session.
 void SnmpTrapHandler.snmpReceivedTrap(SnmpTrapSession session, java.net.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, java.net.InetAddress agent, int port, SnmpOctetString community, SnmpPduTrap pdu)
          This method is define to handle SNMPv1 traps that are received by the session.
 

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


JoeSNMP API 0.3.3

Generated by builder on ${TODAY} ${TSTAMP}.