SecureBlackbox 2020 Java Edition

Questions / Feedback?

Cookie Event

Fired to report a received cookie.

Syntax

public class DefaultRestclientEventListener implements RestclientEventListener {
  ...
  public void cookie(RestclientCookieEvent e) {}
  ...
}

public class RestclientCookieEvent {
  public String cookieText;
}

Remarks

The CookieText parameter contains the text of the cookie.

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