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

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


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

  # call Java static method 'public static sun.net.www.protocol.http.AuthScheme sun.net.www.protocol.http.AuthScheme.valueOf(java.lang.String)':
  #
  public valueOf_Ljava_7_lang_7_String_s_(arg0 String) Java.sun.net.www.protocol.http.AuthScheme =>
    fuzion.java.call_static (Java.sun.net.www.protocol.http.AuthScheme) "sun.net.www.protocol.http.AuthScheme" "valueOf" "(Ljava/lang/String;)Lsun/net/www/protocol/http/AuthScheme;" [(fuzion.java.string_to_java_object Java.sun.net.www.protocol.http.AuthScheme_static.valueOf_Ljava_7_lang_7_String_s_.this.arg0)]

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

  # short-hand to call Java method 'public static sun.net.www.protocol.http.AuthScheme sun.net.www.protocol.http.AuthScheme.valueOf(java.lang.String)':
  #
  public valueOf(arg0 String) (Java.sun.net.www.protocol.http.AuthScheme) =>
    valueOf_Ljava_7_lang_7_String_s_ Java.sun.net.www.protocol.http.AuthScheme_static.valueOf.this.arg0

  # read static Java field 'public static final sun.net.www.protocol.http.AuthScheme sun.net.www.protocol.http.AuthScheme.BASIC':
  #
  public BASIC Java.sun.net.www.protocol.http.AuthScheme =>
    fuzion.java.get_static_field (Java.sun.net.www.protocol.http.AuthScheme) "sun.net.www.protocol.http.AuthScheme" "BASIC"

  # read static Java field 'public static final sun.net.www.protocol.http.AuthScheme sun.net.www.protocol.http.AuthScheme.DIGEST':
  #
  public DIGEST Java.sun.net.www.protocol.http.AuthScheme =>
    fuzion.java.get_static_field (Java.sun.net.www.protocol.http.AuthScheme) "sun.net.www.protocol.http.AuthScheme" "DIGEST"

  # read static Java field 'public static final sun.net.www.protocol.http.AuthScheme sun.net.www.protocol.http.AuthScheme.KERBEROS':
  #
  public KERBEROS Java.sun.net.www.protocol.http.AuthScheme =>
    fuzion.java.get_static_field (Java.sun.net.www.protocol.http.AuthScheme) "sun.net.www.protocol.http.AuthScheme" "KERBEROS"

  # read static Java field 'public static final sun.net.www.protocol.http.AuthScheme sun.net.www.protocol.http.AuthScheme.NEGOTIATE':
  #
  public NEGOTIATE Java.sun.net.www.protocol.http.AuthScheme =>
    fuzion.java.get_static_field (Java.sun.net.www.protocol.http.AuthScheme) "sun.net.www.protocol.http.AuthScheme" "NEGOTIATE"

  # read static Java field 'public static final sun.net.www.protocol.http.AuthScheme sun.net.www.protocol.http.AuthScheme.NTLM':
  #
  public NTLM Java.sun.net.www.protocol.http.AuthScheme =>
    fuzion.java.get_static_field (Java.sun.net.www.protocol.http.AuthScheme) "sun.net.www.protocol.http.AuthScheme" "NTLM"

  # read static Java field 'public static final sun.net.www.protocol.http.AuthScheme sun.net.www.protocol.http.AuthScheme.UNKNOWN':
  #
  public UNKNOWN Java.sun.net.www.protocol.http.AuthScheme =>
    fuzion.java.get_static_field (Java.sun.net.www.protocol.http.AuthScheme) "sun.net.www.protocol.http.AuthScheme" "UNKNOWN"