Uses of Class
org.snmp4j.mp.CounterSupport
Packages that use CounterSupport
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Provides classes and interfaces for the SNMP message processing.
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
Provides transport protocol mappings for SNMP.
-
Uses of CounterSupport in org.snmp4j
Methods in org.snmp4j that return CounterSupportModifier and TypeMethodDescriptionSnmp.getCounterSupport()
Gets the counter support for Snmp related counters.Methods in org.snmp4j with parameters of type CounterSupportModifier and TypeMethodDescriptionvoid
Snmp.setCounterSupport
(CounterSupport counterSupport) Sets the counter support instance to handle counter events on behalf of this Snmp instance. -
Uses of CounterSupport in org.snmp4j.mp
Fields in org.snmp4j.mp declared as CounterSupportMethods in org.snmp4j.mp that return CounterSupportModifier and TypeMethodDescriptionMPv3.getCounterSupport()
Gets the counter support instance that can be used to register for counter incrementation events.static CounterSupport
CounterSupport.getInstance()
Gets the counter support singleton.Methods in org.snmp4j.mp with parameters of type CounterSupportModifier and TypeMethodDescriptionvoid
MPv3.setCounterSupport
(CounterSupport counterSupport) Sets the counter support instance.Constructors in org.snmp4j.mp with parameters of type CounterSupportModifierConstructorDescriptionMPv3
(byte[] localEngineID, PDUFactory incomingPDUFactory, SecurityProtocols secProtocols, SecurityModels secModels, CounterSupport counterSupport) Creates a fully qualified MPv3 instance with custom security protocols and models as well as a custom counter support. -
Uses of CounterSupport in org.snmp4j.security
Methods in org.snmp4j.security that return CounterSupportModifier and TypeMethodDescriptionTSM.getCounterSupport()
USM.getCounterSupport()
Gets the counter support instance that can be used to register for counter incrementation events.Methods in org.snmp4j.security with parameters of type CounterSupportModifier and TypeMethodDescriptionvoid
USM.setCounterSupport
(CounterSupport counterSupport) Sets the counter support instance. -
Uses of CounterSupport in org.snmp4j.transport
Methods in org.snmp4j.transport that return CounterSupportConstructors in org.snmp4j.transport with parameters of type CounterSupportModifierConstructorDescriptionTLSTM
(TlsTmSecurityCallback<X509Certificate> securityCallback, TlsAddress serverAddress, CounterSupport counterSupport) Creates a TLS transport mapping that binds to the given address (interface) on the local host. -
Uses of CounterSupport in org.snmp4j.transport.tls
Methods in org.snmp4j.transport.tls with parameters of type CounterSupportModifier and TypeMethodDescriptionstatic boolean
TLSTMUtil.isMatchingFingerprint
(X509Certificate[] x509Certificates, OctetString fingerprint, boolean useClientMode, CounterSupport tlstmCounters, LogAdapter logger, Object eventSource) Constructors in org.snmp4j.transport.tls with parameters of type CounterSupportModifierConstructorDescriptionTLSTMExtendedTrustManager
(CounterSupport tlstmCounters, TlsTmSecurityCallback<X509Certificate> securityCallback, X509TrustManager trustManager, boolean useClientMode, TransportStateReference tmStateReference) TLSTMExtendedTrustManagerFactory
(CounterSupport counterSupport, TlsTmSecurityCallback<X509Certificate> tlsTmSecurityCallback) TlsTrustManager
(X509TrustManager trustManager, boolean useClientMode, TransportStateReference tmStateReference, CounterSupport tlstmCounters, TlsTmSecurityCallback<X509Certificate> securityCallback) Creates a newTlsTrustManager
.