Uses of Class
org.snmp4j.AbstractTarget
-
Packages that use AbstractTarget Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages. -
-
Uses of AbstractTarget in org.snmp4j
Subclasses of AbstractTarget in org.snmp4j Modifier and Type Class Description class
CertifiedTarget
TheCertifiedTarget
class implements aSecureTarget
for usage withSecurityModel
s that support secured connections using client and server certificates.class
CommunityTarget
ACommunityTarget
represents SNMP target properties for community based message processing models (SNMPv1 and SNMPv2c).class
SecureTarget
TheSecureTarget
is an security model independent abstract class for all targets supporting secure SNMP communication.class
UserTarget
User based target for SNMPv3 or later.
-