Uses of Interface
org.snmp4j.util.PDUFactory
-
Packages that use PDUFactory Package Description org.snmp4j.mp Provides classes and interfaces for the SNMP message processing.org.snmp4j.security.dh org.snmp4j.tools.console org.snmp4j.uri org.snmp4j.util 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 PDUFactory Modifier and Type Field Description protected PDUFactory
MPv1. incomingPDUFactory
protected PDUFactory
MPv2c. incomingPDUFactory
protected PDUFactory
MPv3. incomingPDUFactory
Constructors in org.snmp4j.mp with parameters of type PDUFactory Constructor Description MPv1(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 andPDUFactory
for 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 PDUFactory Modifier and Type Method Description static java.util.Map<OctetString,OctetString[]>
DHOperations. getDHKickstartPublicKeys(Session session, PDUFactory pduFactory, Target<?> target, java.util.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
Fields in org.snmp4j.tools.console declared as PDUFactory Modifier and Type Field Description (package private) PDUFactory
SnmpCommand. pduFactory
Methods in org.snmp4j.tools.console with parameters of type PDUFactory Modifier and Type Method Description private void
LogControl. listLoggers(Snmp snmp, Target<?> target, PDUFactory pduFactory)
private <A extends Address>
voidLogControl. setLevel(Snmp snmp, Target<A> target, PDUFactory pduFactory)
-
Uses of PDUFactory in org.snmp4j.uri
Fields in org.snmp4j.uri declared as PDUFactory Modifier and Type Field Description private PDUFactory
SnmpURI. pduFactory
Methods in org.snmp4j.uri that return PDUFactory Modifier and Type Method Description PDUFactory
SnmpURI. getPduFactory()
Methods in org.snmp4j.uri with parameters of type PDUFactory Modifier and Type Method Description void
SnmpURI. setPduFactory(PDUFactory pduFactory)
-
Uses of PDUFactory in org.snmp4j.util
Classes in org.snmp4j.util that implement PDUFactory Modifier and Type Class Description class
DefaultPDUFactory
TheDefaultPDUFactory
is a default implementation of thePDUFactory
interface.class
SnmpConfigurator.InnerPDUFactory
Fields in org.snmp4j.util declared as PDUFactory Modifier and Type Field Description protected PDUFactory
AbstractSnmpUtility. pduFactory
Methods in org.snmp4j.util that return PDUFactory Modifier and Type Method Description PDUFactory
SnmpConfigurator. getPDUFactory(java.util.Map<java.lang.String,java.util.List<java.lang.Object>> settings)
Constructors in org.snmp4j.util with parameters of type PDUFactory Constructor Description AbstractSnmpUtility(Session snmpSession, PDUFactory pduFactory)
Creates aAbstractSnmpUtility
instance.TableUtils(Session snmpSession, PDUFactory pduFactory)
Creates aTableUtils
instance.TreeUtils(Session snmpSession, PDUFactory pduFactory)
Creates aTreeUtils
instance.
-