Uses of Record Class
org.snmp4j.mcp.SnmpMcpServer.ServerConfiguration.SnmpV3Config
Packages that use SnmpMcpServer.ServerConfiguration.SnmpV3Config
-
Uses of SnmpMcpServer.ServerConfiguration.SnmpV3Config in org.snmp4j.mcp
Methods in org.snmp4j.mcp that return SnmpMcpServer.ServerConfiguration.SnmpV3ConfigModifier and TypeMethodDescriptionSnmpMcpServer.ServerConfiguration.SnmpTargetConfig.snmpV3()Returns the value of thesnmpV3record component.Constructors in org.snmp4j.mcp with parameters of type SnmpMcpServer.ServerConfiguration.SnmpV3ConfigModifierConstructorDescriptionSnmpTargetConfig(String targetName, String address, String community, int retries, int timeout, String version, int maxSizeResponsePdu, SnmpMcpServer.ServerConfiguration.SnmpV3Config snmpV3, SnmpMcpServer.ServerConfiguration.TlsConfig tls, boolean allowAdhocParameterOverwrite) Creates an instance of aSnmpTargetConfigrecord class.