SecureBlackbox 2020 Android Edition

Questions / Feedback?

Cookie Event

Fired to report a received cookie.

Syntax

public class DefaultHttpclientEventListener implements HttpclientEventListener {
  ...
  public void cookie(HttpclientCookieEvent e) {}
  ...
}

public class HttpclientCookieEvent {
  public String cookieText;
}

Remarks

The CookieText parameter contains the text of the cookie.

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