Uses of Class
org.snmp4j.smi.TlsAddress
Packages that use TlsAddress
Package
Description
Provides transport protocol mappings for SNMP.
-
Uses of TlsAddress in org.snmp4j.fluent
Methods in org.snmp4j.fluent with parameters of type TlsAddressModifier and TypeMethodDescriptionSnmpBuilder.tls(TlsTmSecurityCallback<X509Certificate> securityCallback, String[] tlsProtocolVersions, TlsAddress... listenAddresses)
SnmpBuilder.tls(TlsTmSecurityCallback<X509Certificate> securityCallback, TlsAddress... listenAddresses)
-
Uses of TlsAddress in org.snmp4j.transport
Methods in org.snmp4j.transport that return TlsAddressConstructors in org.snmp4j.transport with parameters of type TlsAddressModifierConstructorDescriptionTLSTM(TlsAddress address)
Creates a TLS transport mapping with the server for incoming messages bind to the given address.TLSTM(TlsAddress address, boolean serverEnabled)
Creates a TLS transport mapping with the server for incoming messages bind to the given address.TLSTM(TlsTmSecurityCallback<X509Certificate> securityCallback, TlsAddress serverAddress)
Creates a TLS transport mapping that binds to the given address (interface) on the local host.TLSTM(TlsTmSecurityCallback<X509Certificate> securityCallback, TlsAddress serverAddress, CounterSupport counterSupport)
Creates a TLS transport mapping that binds to the given address (interface) on the local host.TLSTM(TlsTmSecurityCallback<X509Certificate> securityCallback, TlsAddress serverAddress, CounterSupport counterSupport, boolean serverEnabled)
Creates a TLS transport mapping that binds to the given address (interface) on the local host.