Uses of Interface
org.snmp4j.util.PDUFactory
Packages that use PDUFactory
Package
Description
Provides classes and interfaces for the SNMP message processing.
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
-
Uses of PDUFactory in org.snmp4j.mp
Fields in org.snmp4j.mp declared as PDUFactoryModifier and TypeFieldDescriptionprotected PDUFactoryMPv1.incomingPDUFactoryprotected PDUFactoryMPv2c.incomingPDUFactoryprotected PDUFactoryMPv3.incomingPDUFactoryConstructors in org.snmp4j.mp with parameters of type PDUFactoryModifierConstructorDescriptionMPv1(PDUFactory incomingPDUFactory) Creates a SNMPv1 message processing model with a custom PDU factory that must ignore the target parameter when creating a PDU for parsing incoming messages.MPv2c(PDUFactory incomingPDUFactory) Creates a SNMPv2c message processing model with a custom PDU factory that must ignore the target parameter when creating a PDU for parsing incoming messages.MPv3(byte[] localEngineID, PDUFactory incomingPDUFactory) Creates a MPv3 with a supplied local engine ID andPDUFactoryfor incoming messages.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 PDUFactory in org.snmp4j.security.dh
Methods in org.snmp4j.security.dh with parameters of type PDUFactoryModifier and TypeMethodDescriptionstatic Map<OctetString,OctetString[]> DHOperations.getDHKickstartPublicKeys(Session session, PDUFactory pduFactory, Target target, Set<OctetString> managerPublic) Get the public keys of the agent's kickstart table that match the local public keys provided from a remote agent. -
Uses of PDUFactory in org.snmp4j.tools.console
Classes in org.snmp4j.tools.console that implement PDUFactoryModifier and TypeClassDescriptionclassThe SnmpRequest application is an example implementation of most of the SNMP4J features. -
Uses of PDUFactory in org.snmp4j.uri
Methods in org.snmp4j.uri that return PDUFactoryMethods in org.snmp4j.uri with parameters of type PDUFactory -
Uses of PDUFactory in org.snmp4j.util
Classes in org.snmp4j.util that implement PDUFactoryModifier and TypeClassDescriptionclassTheDefaultPDUFactoryis a default implementation of thePDUFactoryinterface.classFields in org.snmp4j.util declared as PDUFactoryMethods in org.snmp4j.util that return PDUFactoryModifier and TypeMethodDescriptionSnmpConfigurator.getPDUFactory(Map<String, List<Object>> settings) Constructors in org.snmp4j.util with parameters of type PDUFactoryModifierConstructorDescriptionAbstractSnmpUtility(Session snmpSession, PDUFactory pduFactory) Creates aAbstractSnmpUtilityinstance.TableUtils(Session snmpSession, PDUFactory pduFactory) Creates aTableUtilsinstance.TreeUtils(Session snmpSession, PDUFactory pduFactory) Creates aTreeUtilsinstance.