Uses of Class
org.snmp4j.AbstractTarget
Packages that use AbstractTarget
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
-
Uses of AbstractTarget in org.snmp4j
Subclasses of AbstractTarget in org.snmp4jModifier and TypeClassDescriptionclassTheCertifiedTargetclass implements aSecureTargetfor usage withSecurityModels that support secured connections using client and server certificates.classACommunityTargetrepresents SNMP target properties for community based message processing models (SNMPv1 and SNMPv2c).classTheSecureTargetis an security model independent abstract class for all targets supporting secure SNMP communication.classUser based target for SNMPv3 or later. -
Uses of AbstractTarget in org.snmp4j.transport.tls
Subclasses of AbstractTarget in org.snmp4j.transport.tlsModifier and TypeClassDescriptionclassTheTlsCertifiedTargetextends theCertifiedTargetclass by means to provide aTlsTmSecurityCallbackreference directly with the target as needed according to RFC 6353 ยง5.3.1 when establishing a connection based on the SNMP-TARGET-MIB as client.