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

Java/sun/net/www/protocol/http/AuthCache.fz


# Fuzion interface to instance members of Java instance class 'sun.net.www.protocol.http.AuthCache'
#
# !!!!!!  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.sun.net.www.protocol.http.AuthCache(forbidden void) ref : fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public abstract sun.net.www.protocol.http.AuthCacheValue sun.net.www.protocol.http.AuthCache.get(java.lang.String,java.lang.String)':
  #
  public get_Ljava_7_lang_7_String_s_Ljava_7_lang_7_String_s_(arg0 String, arg1 String) Java.sun.net.www.protocol.http.AuthCacheValue =>
    fuzion.java.call_virtual (Java.sun.net.www.protocol.http.AuthCacheValue) "sun.net.www.protocol.http.AuthCache" "get" "(Ljava/lang/String;Ljava/lang/String;)Lsun/net/www/protocol/http/AuthCacheValue;" AuthCache.this [(fuzion.java.string_to_java_object Java.sun.net.www.protocol.http.AuthCache.get_Ljava_7_lang_7_String_s_Ljava_7_lang_7_String_s_.this.arg0); (fuzion.java.string_to_java_object Java.sun.net.www.protocol.http.AuthCache.get_Ljava_7_lang_7_String_s_Ljava_7_lang_7_String_s_.this.arg1)]

  # call Java instance method 'public abstract void sun.net.www.protocol.http.AuthCache.put(java.lang.String,sun.net.www.protocol.http.AuthCacheValue)':
  #
  public put_Ljava_7_lang_7_String_s_Lsun_7_net_7_www_7_protocol_7_http_7_AuthCacheValue_s_(arg0 String, arg1 Java.sun.net.www.protocol.http.AuthCacheValue) unit =>
    fuzion.java.call_virtual (unit) "sun.net.www.protocol.http.AuthCache" "put" "(Ljava/lang/String;Lsun/net/www/protocol/http/AuthCacheValue;)V" AuthCache.this [(fuzion.java.string_to_java_object Java.sun.net.www.protocol.http.AuthCache.put_Ljava_7_lang_7_String_s_Lsun_7_net_7_www_7_protocol_7_http_7_AuthCacheValue_s_.this.arg0); (Java.sun.net.www.protocol.http.AuthCache.put_Ljava_7_lang_7_String_s_Lsun_7_net_7_www_7_protocol_7_http_7_AuthCacheValue_s_.this.arg1)]

  # call Java instance method 'public abstract void sun.net.www.protocol.http.AuthCache.remove(java.lang.String,sun.net.www.protocol.http.AuthCacheValue)':
  #
  public remove_Ljava_7_lang_7_String_s_Lsun_7_net_7_www_7_protocol_7_http_7_AuthCacheValue_s_(arg0 String, arg1 Java.sun.net.www.protocol.http.AuthCacheValue) unit =>
    fuzion.java.call_virtual (unit) "sun.net.www.protocol.http.AuthCache" "remove" "(Ljava/lang/String;Lsun/net/www/protocol/http/AuthCacheValue;)V" AuthCache.this [(fuzion.java.string_to_java_object Java.sun.net.www.protocol.http.AuthCache.remove_Ljava_7_lang_7_String_s_Lsun_7_net_7_www_7_protocol_7_http_7_AuthCacheValue_s_.this.arg0); (Java.sun.net.www.protocol.http.AuthCache.remove_Ljava_7_lang_7_String_s_Lsun_7_net_7_www_7_protocol_7_http_7_AuthCacheValue_s_.this.arg1)]

  # short-hand to call Java method 'public abstract sun.net.www.protocol.http.AuthCacheValue sun.net.www.protocol.http.AuthCache.get(java.lang.String,java.lang.String)':
  #
  public get(arg0 String, arg1 String) (Java.sun.net.www.protocol.http.AuthCacheValue) =>
    get_Ljava_7_lang_7_String_s_Ljava_7_lang_7_String_s_ Java.sun.net.www.protocol.http.AuthCache.get.this.arg0 Java.sun.net.www.protocol.http.AuthCache.get.this.arg1

  # short-hand to call Java method 'public abstract void sun.net.www.protocol.http.AuthCache.put(java.lang.String,sun.net.www.protocol.http.AuthCacheValue)':
  #
  public put(arg0 String, arg1 Java.sun.net.www.protocol.http.AuthCacheValue) (unit) =>
    put_Ljava_7_lang_7_String_s_Lsun_7_net_7_www_7_protocol_7_http_7_AuthCacheValue_s_ Java.sun.net.www.protocol.http.AuthCache.put.this.arg0 Java.sun.net.www.protocol.http.AuthCache.put.this.arg1

  # short-hand to call Java method 'public abstract void sun.net.www.protocol.http.AuthCache.remove(java.lang.String,sun.net.www.protocol.http.AuthCacheValue)':
  #
  public remove(arg0 String, arg1 Java.sun.net.www.protocol.http.AuthCacheValue) (unit) =>
    remove_Ljava_7_lang_7_String_s_Lsun_7_net_7_www_7_protocol_7_http_7_AuthCacheValue_s_ Java.sun.net.www.protocol.http.AuthCache.remove.this.arg0 Java.sun.net.www.protocol.http.AuthCache.remove.this.arg1