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

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


# Fuzion interface to static members of Java 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_static is

  # call Java static method 'public static sun.net.www.protocol.http.AuthCacheImpl sun.net.www.protocol.http.AuthCacheImpl.getAuthCacheFor(java.net.Authenticator)':
  #
  public getAuthCacheFor_Ljava_7_net_7_Authenticator_s_(arg0 Java.java.net.Authenticator) Java.sun.net.www.protocol.http.AuthCacheImpl =>
    fuzion.java.call_static (Java.sun.net.www.protocol.http.AuthCacheImpl) "sun.net.www.protocol.http.AuthCacheImpl" "getAuthCacheFor" "(Ljava/net/Authenticator;)Lsun/net/www/protocol/http/AuthCacheImpl;" [(Java.sun.net.www.protocol.http.AuthCacheImpl_static.getAuthCacheFor_Ljava_7_net_7_Authenticator_s_.this.arg0)]

  # call Java static method 'public static sun.net.www.protocol.http.AuthCacheImpl sun.net.www.protocol.http.AuthCacheImpl.getDefault()':
  #
  public getDefault Java.sun.net.www.protocol.http.AuthCacheImpl =>
    fuzion.java.call_static (Java.sun.net.www.protocol.http.AuthCacheImpl) "sun.net.www.protocol.http.AuthCacheImpl" "getDefault" "()Lsun/net/www/protocol/http/AuthCacheImpl;" []

  # short-hand to call Java method 'public static sun.net.www.protocol.http.AuthCacheImpl sun.net.www.protocol.http.AuthCacheImpl.getAuthCacheFor(java.net.Authenticator)':
  #
  public getAuthCacheFor(arg0 Java.java.net.Authenticator) (Java.sun.net.www.protocol.http.AuthCacheImpl) =>
    getAuthCacheFor_Ljava_7_net_7_Authenticator_s_ Java.sun.net.www.protocol.http.AuthCacheImpl_static.getAuthCacheFor.this.arg0

  # call Java constructor 'public sun.net.www.protocol.http.AuthCacheImpl()':
  #
  public new Java.sun.net.www.protocol.http.AuthCacheImpl =>
    fuzion.java.call_constructor (Java.sun.net.www.protocol.http.AuthCacheImpl) "sun.net.www.protocol.http.AuthCacheImpl" "()V" []