SecureBlackbox 2020 Android Edition

Questions / Feedback?

Connect Event

Reports an accepted connection.

Syntax

public class DefaultSamlidpserverEventListener implements SamlidpserverEventListener {
  ...
  public void connect(SamlidpserverConnectEvent e) {}
  ...
}

public class SamlidpserverConnectEvent {
  public long connectionId;
  public String remoteAddress;
  public int remotePort;
}

Remarks

The component fires this event to report that a new connection has been established. ConnectionId indicates the unique ID assigned to this connection. The same ID will be supplied to any other events related to this connection, such as SessionClosed or SessionEstablished.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Android Edition - Version 20.0 [Build 8156]