IPWorks SNMP 2020 Kotlin Edition

Questions / Feedback?

SSLStatus Event

Shows the progress of the secure connection.

Syntax

public open class DefaultSnmptcpmgrEventListener : SnmptcpmgrEventListener {
  ...
  public override fun sslStatus(e: SnmptcpmgrSSLStatusEvent) {}
  ...
}

public class SnmptcpmgrSSLStatusEvent {
  val remoteAddress: String?
  val remotePort: Int
  val message: String?
}

Remarks

The event is fired for informational and logging purposes only. It is used to track the progress of the connection.

RemoteAddress is the IP address of the remote machine.

RemotePort is the port of the remote machine.

Message is the log message.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks SNMP 2020 Kotlin Edition - Version 20.0 [Build 7941]