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

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


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

  # call Java instance method 'public synchronized sun.net.www.protocol.http.AuthCacheValue sun.net.www.protocol.http.AuthCacheImpl.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.AuthCacheImpl" "get" "(Ljava/lang/String;Ljava/lang/String;)Lsun/net/www/protocol/http/AuthCacheValue;" AuthCacheImpl.this [(fuzion.java.string_to_java_object Java.sun.net.www.protocol.http.AuthCacheImpl.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.AuthCacheImpl.get_Ljava_7_lang_7_String_s_Ljava_7_lang_7_String_s_.this.arg1)]

  # call Java instance method 'public synchronized void sun.net.www.protocol.http.AuthCacheImpl.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.AuthCacheImpl" "put" "(Ljava/lang/String;Lsun/net/www/protocol/http/AuthCacheValue;)V" AuthCacheImpl.this [(fuzion.java.string_to_java_object Java.sun.net.www.protocol.http.AuthCacheImpl.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.AuthCacheImpl.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 synchronized void sun.net.www.protocol.http.AuthCacheImpl.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.AuthCacheImpl" "remove" "(Ljava/lang/String;Lsun/net/www/protocol/http/AuthCacheValue;)V" AuthCacheImpl.this [(fuzion.java.string_to_java_object Java.sun.net.www.protocol.http.AuthCacheImpl.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.AuthCacheImpl.remove_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 void sun.net.www.protocol.http.AuthCacheImpl.setMap(java.util.HashMap)':
  #
  public setMap_Ljava_7_util_7_HashMap_s_(arg0 Java.java.util.HashMap) unit =>
    fuzion.java.call_virtual (unit) "sun.net.www.protocol.http.AuthCacheImpl" "setMap" "(Ljava/util/HashMap;)V" AuthCacheImpl.this [(Java.sun.net.www.protocol.http.AuthCacheImpl.setMap_Ljava_7_util_7_HashMap_s_.this.arg0)]

  # short-hand to call Java method 'public synchronized sun.net.www.protocol.http.AuthCacheValue sun.net.www.protocol.http.AuthCacheImpl.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.AuthCacheImpl.get.this.arg0 Java.sun.net.www.protocol.http.AuthCacheImpl.get.this.arg1

  # short-hand to call Java method 'public synchronized void sun.net.www.protocol.http.AuthCacheImpl.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.AuthCacheImpl.put.this.arg0 Java.sun.net.www.protocol.http.AuthCacheImpl.put.this.arg1

  # short-hand to call Java method 'public synchronized void sun.net.www.protocol.http.AuthCacheImpl.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.AuthCacheImpl.remove.this.arg0 Java.sun.net.www.protocol.http.AuthCacheImpl.remove.this.arg1

  # short-hand to call Java method 'public void sun.net.www.protocol.http.AuthCacheImpl.setMap(java.util.HashMap)':
  #
  public setMap(arg0 Java.java.util.HashMap) (unit) =>
    setMap_Ljava_7_util_7_HashMap_s_ Java.sun.net.www.protocol.http.AuthCacheImpl.setMap.this.arg0