Uses of Class
org.snmp4j.mp.CounterSupport
-
Packages that use CounterSupport Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.fluent org.snmp4j.mp Provides classes and interfaces for the SNMP message processing.org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages.org.snmp4j.transport Provides transport protocol mappings for SNMP.org.snmp4j.transport.tls -
-
Uses of CounterSupport in org.snmp4j
Fields in org.snmp4j declared as CounterSupport Modifier and Type Field Description private CounterSupportSnmp. counterSupportMethods in org.snmp4j that return CounterSupport Modifier and Type Method Description CounterSupportSnmp. getCounterSupport()Gets the counter support for Snmp related counters.Methods in org.snmp4j with parameters of type CounterSupport Modifier and Type Method Description voidSnmp. setCounterSupport(CounterSupport counterSupport)Sets the counter support instance to handle counter events on behalf of this Snmp instance. -
Uses of CounterSupport in org.snmp4j.fluent
Fields in org.snmp4j.fluent declared as CounterSupport Modifier and Type Field Description protected CounterSupportSnmpBuilder. counterSupportMethods in org.snmp4j.fluent with parameters of type CounterSupport Modifier and Type Method Description SnmpBuilderSnmpBuilder. counterSupport(CounterSupport counterSupport)Sets theCounterSupportwithSnmp.setCounterSupport(CounterSupport)when building theSnmpinstance usingSnmpBuilder.build(). -
Uses of CounterSupport in org.snmp4j.mp
Fields in org.snmp4j.mp declared as CounterSupport Modifier and Type Field Description private CounterSupportMPv3. counterSupportprotected static CounterSupportCounterSupport. instanceMethods in org.snmp4j.mp that return CounterSupport Modifier and Type Method Description CounterSupportMPv3. getCounterSupport()Gets the counter support instance that can be used to register for counter incrementation events.static CounterSupportCounterSupport. getInstance()Gets the counter support singleton.Methods in org.snmp4j.mp with parameters of type CounterSupport Modifier and Type Method Description voidMPv3. setCounterSupport(CounterSupport counterSupport)Sets the counter support instance.Constructors in org.snmp4j.mp with parameters of type CounterSupport Constructor Description MPv3(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
Fields in org.snmp4j.security declared as CounterSupport Modifier and Type Field Description protected CounterSupportSNMPv3SecurityModel. counterSupportMethods in org.snmp4j.security that return CounterSupport Modifier and Type Method Description CounterSupportSNMPv3SecurityModel. 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 CounterSupport Modifier and Type Method Description voidSNMPv3SecurityModel. setCounterSupport(CounterSupport counterSupport)Sets the counter support instance.Constructors in org.snmp4j.security with parameters of type CounterSupport Constructor Description TSM(OctetString localEngineID, boolean usePrefix, CounterSupport counterSupport)Creates a Transport Security Model as defined by RFC 5591.USM(SecurityProtocols securityProtocols, OctetString localEngineID, int engineBoots, CounterSupport counterSupport)Creates a USM with the support for the supplied security protocols. -
Uses of CounterSupport in org.snmp4j.transport
Fields in org.snmp4j.transport declared as CounterSupport Modifier and Type Field Description private CounterSupportDTLSTM. counterSupportprivate CounterSupportTLSTM. counterSupportMethods in org.snmp4j.transport that return CounterSupport Modifier and Type Method Description CounterSupportDTLSTM. getCounterSupport()CounterSupportTLSTM. getCounterSupport()Constructors in org.snmp4j.transport with parameters of type CounterSupport Constructor Description DTLSTM(TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback, DtlsAddress serverAddress, CounterSupport counterSupport)Creates a TLS transport mapping that binds to the given address (interface) on the local host and runs as a server.DTLSTM(TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback, DtlsAddress serverAddress, CounterSupport counterSupport, boolean serverEnabled)Creates a TLS transport mapping that binds to the given address (interface) on the local host.TLSTM(TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback, TlsAddress serverAddress, CounterSupport counterSupport)Creates a TLS transport mapping that binds to the given address (interface) on the local host.TLSTM(TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback, TlsAddress serverAddress, CounterSupport counterSupport, boolean serverEnabled)Creates a TLS transport mapping that binds to the given address (interface) on the local host. -
Uses of CounterSupport in org.snmp4j.transport.tls
Fields in org.snmp4j.transport.tls declared as CounterSupport Modifier and Type Field Description private CounterSupportTLSTMExtendedTrustManager. tlstmCountersprivate CounterSupportTlsTrustManager. tlstmCountersDeprecated.private CounterSupportTLSTMExtendedTrustManagerFactory. tlstmCounterSupportMethods in org.snmp4j.transport.tls with parameters of type CounterSupport Modifier and Type Method Description static booleanTLSTMUtil. isMatchingFingerprint(java.security.cert.X509Certificate[] x509Certificates, OctetString fingerprint, boolean useClientMode, CounterSupport tlstmCounters, LogAdapter logger, java.lang.Object eventSource)Checks if any of the certificates in the provided array matches the given fingerprint.Constructors in org.snmp4j.transport.tls with parameters of type CounterSupport Constructor Description TLSTMExtendedTrustManager(CounterSupport tlstmCounters, TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback, javax.net.ssl.X509TrustManager trustManager, boolean useClientMode, TransportStateReference tmStateReference)TLSTMExtendedTrustManagerFactory(CounterSupport tlstmCounterSupport, TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback)TlsTrustManager(javax.net.ssl.X509TrustManager trustManager, boolean useClientMode, TransportStateReference tmStateReference, CounterSupport tlstmCounters, TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback)Deprecated.Creates a newTlsTrustManager.
-