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

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


# Fuzion interface to static members of Java class 'sun.net.www.protocol.http.AuthenticationInfo'
#
# !!!!!!  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.AuthenticationInfo_static is

  # read static Java field 'public static final char sun.net.www.protocol.http.AuthenticationInfo.PROXY_AUTHENTICATION':
  #
  public PROXY__AUTHENTICATION u16 =>
    fuzion.java.get_static_field (u16) "sun.net.www.protocol.http.AuthenticationInfo" "PROXY_AUTHENTICATION"

  # read static Java field 'public static final char sun.net.www.protocol.http.AuthenticationInfo.SERVER_AUTHENTICATION':
  #
  public SERVER__AUTHENTICATION u16 =>
    fuzion.java.get_static_field (u16) "sun.net.www.protocol.http.AuthenticationInfo" "SERVER_AUTHENTICATION"

  # call Java constructor 'public sun.net.www.protocol.http.AuthenticationInfo(char,sun.net.www.protocol.http.AuthScheme,java.net.URL,java.lang.String)':
  #
  public new_CLsun_7_net_7_www_7_protocol_7_http_7_AuthScheme_s_Ljava_7_net_7_URL_s_Ljava_7_lang_7_String_s_(arg0 u16, arg1 Java.sun.net.www.protocol.http.AuthScheme, arg2 Java.java.net.URL, arg3 String) Java.sun.net.www.protocol.http.AuthenticationInfo =>
    fuzion.java.call_constructor (Java.sun.net.www.protocol.http.AuthenticationInfo) "sun.net.www.protocol.http.AuthenticationInfo" "(CLsun/net/www/protocol/http/AuthScheme;Ljava/net/URL;Ljava/lang/String;)V" [(fuzion.java.u16_to_java_object Java.sun.net.www.protocol.http.AuthenticationInfo_static.new_CLsun_7_net_7_www_7_protocol_7_http_7_AuthScheme_s_Ljava_7_net_7_URL_s_Ljava_7_lang_7_String_s_.this.arg0); (Java.sun.net.www.protocol.http.AuthenticationInfo_static.new_CLsun_7_net_7_www_7_protocol_7_http_7_AuthScheme_s_Ljava_7_net_7_URL_s_Ljava_7_lang_7_String_s_.this.arg1); (Java.sun.net.www.protocol.http.AuthenticationInfo_static.new_CLsun_7_net_7_www_7_protocol_7_http_7_AuthScheme_s_Ljava_7_net_7_URL_s_Ljava_7_lang_7_String_s_.this.arg2); (fuzion.java.string_to_java_object Java.sun.net.www.protocol.http.AuthenticationInfo_static.new_CLsun_7_net_7_www_7_protocol_7_http_7_AuthScheme_s_Ljava_7_net_7_URL_s_Ljava_7_lang_7_String_s_.this.arg3)]

  # call Java constructor 'public sun.net.www.protocol.http.AuthenticationInfo(char,sun.net.www.protocol.http.AuthScheme,java.lang.String,int,java.lang.String)':
  #
  public new_CLsun_7_net_7_www_7_protocol_7_http_7_AuthScheme_s_Ljava_7_lang_7_String_s_ILjava_7_lang_7_String_s_(arg0 u16, arg1 Java.sun.net.www.protocol.http.AuthScheme, arg2 String, arg3 i32, arg4 String) Java.sun.net.www.protocol.http.AuthenticationInfo =>
    fuzion.java.call_constructor (Java.sun.net.www.protocol.http.AuthenticationInfo) "sun.net.www.protocol.http.AuthenticationInfo" "(CLsun/net/www/protocol/http/AuthScheme;Ljava/lang/String;ILjava/lang/String;)V" [(fuzion.java.u16_to_java_object Java.sun.net.www.protocol.http.AuthenticationInfo_static.new_CLsun_7_net_7_www_7_protocol_7_http_7_AuthScheme_s_Ljava_7_lang_7_String_s_ILjava_7_lang_7_String_s_.this.arg0); (Java.sun.net.www.protocol.http.AuthenticationInfo_static.new_CLsun_7_net_7_www_7_protocol_7_http_7_AuthScheme_s_Ljava_7_lang_7_String_s_ILjava_7_lang_7_String_s_.this.arg1); (fuzion.java.string_to_java_object Java.sun.net.www.protocol.http.AuthenticationInfo_static.new_CLsun_7_net_7_www_7_protocol_7_http_7_AuthScheme_s_Ljava_7_lang_7_String_s_ILjava_7_lang_7_String_s_.this.arg2); (fuzion.java.i32_to_java_object Java.sun.net.www.protocol.http.AuthenticationInfo_static.new_CLsun_7_net_7_www_7_protocol_7_http_7_AuthScheme_s_Ljava_7_lang_7_String_s_ILjava_7_lang_7_String_s_.this.arg3); (fuzion.java.string_to_java_object Java.sun.net.www.protocol.http.AuthenticationInfo_static.new_CLsun_7_net_7_www_7_protocol_7_http_7_AuthScheme_s_Ljava_7_lang_7_String_s_ILjava_7_lang_7_String_s_.this.arg4)]

  # short-hand to call Java constructor 'public sun.net.www.protocol.http.AuthenticationInfo(char,sun.net.www.protocol.http.AuthScheme,java.net.URL,java.lang.String)':
  #
  public new(arg0 u16, arg1 Java.sun.net.www.protocol.http.AuthScheme, arg2 Java.java.net.URL, arg3 String) (Java.sun.net.www.protocol.http.AuthenticationInfo) =>
    new_CLsun_7_net_7_www_7_protocol_7_http_7_AuthScheme_s_Ljava_7_net_7_URL_s_Ljava_7_lang_7_String_s_ Java.sun.net.www.protocol.http.AuthenticationInfo_static.new.this.arg0 Java.sun.net.www.protocol.http.AuthenticationInfo_static.new.this.arg1 Java.sun.net.www.protocol.http.AuthenticationInfo_static.new.this.arg2 Java.sun.net.www.protocol.http.AuthenticationInfo_static.new.this.arg3

  # short-hand to call Java constructor 'public sun.net.www.protocol.http.AuthenticationInfo(char,sun.net.www.protocol.http.AuthScheme,java.lang.String,int,java.lang.String)':
  #
  public new(arg0 u16, arg1 Java.sun.net.www.protocol.http.AuthScheme, arg2 String, arg3 i32, arg4 String) (Java.sun.net.www.protocol.http.AuthenticationInfo) =>
    new_CLsun_7_net_7_www_7_protocol_7_http_7_AuthScheme_s_Ljava_7_lang_7_String_s_ILjava_7_lang_7_String_s_ Java.sun.net.www.protocol.http.AuthenticationInfo_static.new.this.arg0 Java.sun.net.www.protocol.http.AuthenticationInfo_static.new.this.arg1 Java.sun.net.www.protocol.http.AuthenticationInfo_static.new.this.arg2 Java.sun.net.www.protocol.http.AuthenticationInfo_static.new.this.arg3 Java.sun.net.www.protocol.http.AuthenticationInfo_static.new.this.arg4