Package | Description |
---|---|
org.opennms.protocols.snmp |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
SnmpSession.SessionHandler.processSnmpMessage(java.net.InetAddress agent,
int port,
SnmpInt32 version,
SnmpOctetString community,
int pduType,
SnmpPduPacket pdu) |
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 |
SnmpTrapSession.TrapHandler.processSnmpTrap(java.net.InetAddress agent,
int port,
SnmpOctetString community,
SnmpPduTrap pdu)
Processes V1 trap messages.
|
void |
SnmpSession.SessionHandler.processSnmpTrap(java.net.InetAddress agent,
int port,
SnmpOctetString community,
SnmpPduTrap pdu) |
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 |
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.
|
Constructor and Description |
---|
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.
|
Generated by iurt on 2015.