Uses of Class
org.snmp4j.PDUv1
-
Packages that use PDUv1 Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages. -
-
Uses of PDUv1 in org.snmp4j
Methods in org.snmp4j with parameters of type PDUv1 Modifier and Type Method Description void
Snmp. trap(PDUv1 pdu, Target<?> target)
Sends a SNMPv1 trap to a target.Constructors in org.snmp4j with parameters of type PDUv1 Constructor Description PDUv1(PDUv1 other)
Copy constructor.
-