SSLStatus Event

Shows the progress of the secure connection.

Syntax

public class DefaultS3clientEventListener implements S3clientEventListener {
  ...
  public void SSLStatus(S3clientSSLStatusEvent e) {}
  ...
}

public class S3clientSSLStatusEvent {
  public String message;
}

Remarks

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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S3 2020 Java Edition - Version 20.0 [Build 8178]