IPWorks WebSockets 2020 Kotlin Edition

Questions / Feedback?

Connected Event

Fired when a WebSocket is successfully opened.

Syntax

public open class DefaultWebsocketproxyEventListener : WebsocketproxyEventListener {
  ...
  public override fun connected(e: WebsocketproxyConnectedEvent) {}
  ...
}

public class WebsocketproxyConnectedEvent {
  val connectionId: String?
}

Remarks

The Connected event is fired when a WebSocket is successfully opened on a connection.

ConnectionId identifies the connection.

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