Uses of Interface
org.snmp4j.mp.MPv3.EngineIdCacheFactory
-
Packages that use MPv3.EngineIdCacheFactory Package Description org.snmp4j.mp Provides classes and interfaces for the SNMP message processing. -
-
Uses of MPv3.EngineIdCacheFactory in org.snmp4j.mp
Classes in org.snmp4j.mp that implement MPv3.EngineIdCacheFactory Modifier and Type Class Description private static class
MPv3.LimitedCapacityEngineIdCacheFactory
Fields in org.snmp4j.mp declared as MPv3.EngineIdCacheFactory Modifier and Type Field Description protected MPv3.EngineIdCacheFactory
MPv3. engineIdCacheFactory
Methods in org.snmp4j.mp that return MPv3.EngineIdCacheFactory Modifier and Type Method Description MPv3.EngineIdCacheFactory
MPv3. getEngineIdCacheFactory()
Returns the enging ID factory that was used to create the current engine ID cache.Methods in org.snmp4j.mp with parameters of type MPv3.EngineIdCacheFactory Modifier and Type Method Description void
MPv3. setEngineIdCacheFactory(MPv3.EngineIdCacheFactory engineIdCacheFactory)
Sets the engine ID cache factory and resets (clears) the current cache.
-