Uses of Record Class
org.snmp4j.mcp.SnmpMcpServer.ServerConfiguration.TlsConfig
Packages that use SnmpMcpServer.ServerConfiguration.TlsConfig
-
Uses of SnmpMcpServer.ServerConfiguration.TlsConfig in org.snmp4j.mcp
Methods in org.snmp4j.mcp that return SnmpMcpServer.ServerConfiguration.TlsConfigModifier and TypeMethodDescriptionSnmpMcpServer.ServerConfiguration.SnmpTargetConfig.tls()Returns the value of thetlsrecord component.Constructors in org.snmp4j.mcp with parameters of type SnmpMcpServer.ServerConfiguration.TlsConfigModifierConstructorDescriptionSnmpTargetConfig(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.