Module org.snmp4j

Class DTLSTM

All Implemented Interfaces:
Closeable, AutoCloseable, ConnectionOrientedTransportMapping<UdpAddress>, TlsTransportMappingConfig<X509Certificate>, X509TlsTransportMappingConfig, TransportMapping<UdpAddress>

The DTLSTM implements the Datagram Transport Layer Security Transport Mapping (TLS-TM) as defined by RFC 5953 with the new IO API and SSLEngine.

It uses a single thread for processing incoming and outgoing messages. The thread is started when the listen method is called, or when an outgoing request is sent using the sendMessage method.

Since:
3.0
Version:
3.6.0
Author:
Frank Fock