Class BasicApiConnection.HttpCookieWrapper

java.lang.Object
org.wikidata.wdtk.wikibaseapi.BasicApiConnection.HttpCookieWrapper
Enclosing class:
BasicApiConnection

protected static class BasicApiConnection.HttpCookieWrapper extends Object
Wrapper for HttpCookie. Used for json deserialization. Since HttpCookie is final, we can't extend it here.
  • Constructor Details

    • HttpCookieWrapper

      public HttpCookieWrapper(String name, String value, String comment, String commentURL, String domain, int maxAge, String path, String portlist, boolean secure, boolean httpOnly, int version, boolean discard)
  • Method Details