Module org.snmp4j

Class TLSTM

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

public class TLSTM extends TcpTransportMapping<org.snmp4j.transport.TLSTM.SocketEntry> implements X509TlsTransportMappingConfig
The TLSTM implements the 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:
2.0
Version:
3.5.0
Author:
Frank Fock