Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Java/java/net/CookieStore.fz


# Fuzion interface to instance members of Java instance class 'java.net.CookieStore'
#
# !!!!!!  DO NOT EDIT, GENERATED CODE !!!!!!
#
# This code was generated automatically using the fzjava tool V0.087 called 
# as follows:
#
#   ./build/bin/fzjava java.base -to=build/modules/java.base -verbose=0
#
public Java.java.net.CookieStore(forbidden void) ref : fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public abstract void java.net.CookieStore.add(java.net.URI,java.net.HttpCookie)':
  #
  public add_Ljava_7_net_7_URI_s_Ljava_7_net_7_HttpCookie_s_(arg0 Java.java.net.URI, arg1 Java.java.net.HttpCookie) unit =>
    fuzion.java.call_virtual (unit) "java.net.CookieStore" "add" "(Ljava/net/URI;Ljava/net/HttpCookie;)V" CookieStore.this [(Java.java.net.CookieStore.add_Ljava_7_net_7_URI_s_Ljava_7_net_7_HttpCookie_s_.this.arg0); (Java.java.net.CookieStore.add_Ljava_7_net_7_URI_s_Ljava_7_net_7_HttpCookie_s_.this.arg1)]

  # call Java instance method 'public abstract java.util.List java.net.CookieStore.getCookies()':
  #
  public getCookies Java.java.util.List =>
    fuzion.java.call_virtual (Java.java.util.List) "java.net.CookieStore" "getCookies" "()Ljava/util/List;" CookieStore.this []

  # call Java instance method 'public abstract java.util.List java.net.CookieStore.getURIs()':
  #
  public getURIs Java.java.util.List =>
    fuzion.java.call_virtual (Java.java.util.List) "java.net.CookieStore" "getURIs" "()Ljava/util/List;" CookieStore.this []

  # call Java instance method 'public abstract java.util.List java.net.CookieStore.get(java.net.URI)':
  #
  public get_Ljava_7_net_7_URI_s_(arg0 Java.java.net.URI) Java.java.util.List =>
    fuzion.java.call_virtual (Java.java.util.List) "java.net.CookieStore" "get" "(Ljava/net/URI;)Ljava/util/List;" CookieStore.this [(Java.java.net.CookieStore.get_Ljava_7_net_7_URI_s_.this.arg0)]

  # call Java instance method 'public abstract boolean java.net.CookieStore.removeAll()':
  #
  public removeAll bool =>
    fuzion.java.call_virtual (bool) "java.net.CookieStore" "removeAll" "()Z" CookieStore.this []

  # call Java instance method 'public abstract boolean java.net.CookieStore.remove(java.net.URI,java.net.HttpCookie)':
  #
  public remove_Ljava_7_net_7_URI_s_Ljava_7_net_7_HttpCookie_s_(arg0 Java.java.net.URI, arg1 Java.java.net.HttpCookie) bool =>
    fuzion.java.call_virtual (bool) "java.net.CookieStore" "remove" "(Ljava/net/URI;Ljava/net/HttpCookie;)Z" CookieStore.this [(Java.java.net.CookieStore.remove_Ljava_7_net_7_URI_s_Ljava_7_net_7_HttpCookie_s_.this.arg0); (Java.java.net.CookieStore.remove_Ljava_7_net_7_URI_s_Ljava_7_net_7_HttpCookie_s_.this.arg1)]

  # short-hand to call Java method 'public abstract void java.net.CookieStore.add(java.net.URI,java.net.HttpCookie)':
  #
  public add(arg0 Java.java.net.URI, arg1 Java.java.net.HttpCookie) (unit) =>
    add_Ljava_7_net_7_URI_s_Ljava_7_net_7_HttpCookie_s_ Java.java.net.CookieStore.add.this.arg0 Java.java.net.CookieStore.add.this.arg1

  # short-hand to call Java method 'public abstract java.util.List java.net.CookieStore.get(java.net.URI)':
  #
  public get(arg0 Java.java.net.URI) (Java.java.util.List) =>
    get_Ljava_7_net_7_URI_s_ Java.java.net.CookieStore.get.this.arg0

  # short-hand to call Java method 'public abstract boolean java.net.CookieStore.remove(java.net.URI,java.net.HttpCookie)':
  #
  public remove(arg0 Java.java.net.URI, arg1 Java.java.net.HttpCookie) (bool) =>
    remove_Ljava_7_net_7_URI_s_Ljava_7_net_7_HttpCookie_s_ Java.java.net.CookieStore.remove.this.arg0 Java.java.net.CookieStore.remove.this.arg1