Uses of Class
org.snmp4j.smi.DtlsAddress
Packages that use DtlsAddress
Package
Description
Provides transport protocol mappings for SNMP.
-
Uses of DtlsAddress in org.snmp4j.fluent
Methods in org.snmp4j.fluent with parameters of type DtlsAddressModifier and TypeMethodDescriptionSnmpBuilder.dtls(TlsTmSecurityCallback<X509Certificate> securityCallback, String[] dtlsProtocolVersions, DtlsAddress... listenAddresses)
SnmpBuilder.dtls(TlsTmSecurityCallback<X509Certificate> securityCallback, DtlsAddress... listenAddresses)
-
Uses of DtlsAddress in org.snmp4j.transport
Constructors in org.snmp4j.transport with parameters of type DtlsAddressModifierConstructorDescriptionDTLSTM(DtlsAddress address)
Creates a TLS transport mapping with the server for incoming messages bind to the given DTLS address.DTLSTM(DtlsAddress address, boolean serverEnabled)
Creates a TLS transport mapping with the server for incoming messages bind to the given address.DTLSTM(TlsTmSecurityCallback<X509Certificate> securityCallback, DtlsAddress serverAddress)
Creates a DTLS transport mapping that binds to the given address (interface) on the local host.DTLSTM(TlsTmSecurityCallback<X509Certificate> securityCallback, DtlsAddress serverAddress, CounterSupport counterSupport)
Creates a TLS transport mapping that binds to the given address (interface) on the local host and runs as a server.DTLSTM(TlsTmSecurityCallback<X509Certificate> securityCallback, DtlsAddress serverAddress, CounterSupport counterSupport, boolean serverEnabled)
Creates a TLS transport mapping that binds to the given address (interface) on the local host.