Uses of Class
org.snmp4j.smi.DtlsAddress
-
Packages that use DtlsAddress Package Description org.snmp4j.transport Provides transport protocol mappings for SNMP.org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
-
Uses of DtlsAddress in org.snmp4j.transport
Constructors in org.snmp4j.transport with parameters of type DtlsAddress Constructor Description DTLSTM(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<java.security.cert.X509Certificate> securityCallback, DtlsAddress serverAddress)
Creates a DTLS transport mapping that binds to the given address (interface) on the local host.DTLSTM(TlsTmSecurityCallback<java.security.cert.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<java.security.cert.X509Certificate> securityCallback, DtlsAddress serverAddress, CounterSupport counterSupport, boolean serverEnabled)
Creates a TLS transport mapping that binds to the given address (interface) on the local host. -
Uses of DtlsAddress in org.snmp4j.util
Methods in org.snmp4j.util with parameters of type DtlsAddress Modifier and Type Method Description SnmpBuilder
SnmpBuilder. dtls(TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback, java.lang.String[] dtlsProtocolVersions, DtlsAddress... listenAddresses)
SnmpBuilder
SnmpBuilder. dtls(TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback, DtlsAddress... listenAddresses)
-