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

Java/sun/net/www/protocol/http/ntlm/NTLMAuthenticationCallback_static.fz


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

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

  # call Java static method 'public static void sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback.setNTLMAuthenticationCallback(sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback)':
  #
  public setNTLMAuthenticationCallback_Lsun_7_net_7_www_7_protocol_7_http_7_ntlm_7_NTLMAuthenticationCallback_s_(arg0 Java.sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback) unit =>
    fuzion.java.call_static (unit) "sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback" "setNTLMAuthenticationCallback" "(Lsun/net/www/protocol/http/ntlm/NTLMAuthenticationCallback;)V" [(Java.sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback_static.setNTLMAuthenticationCallback_Lsun_7_net_7_www_7_protocol_7_http_7_ntlm_7_NTLMAuthenticationCallback_s_.this.arg0)]

  # short-hand to call Java method 'public static void sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback.setNTLMAuthenticationCallback(sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback)':
  #
  public setNTLMAuthenticationCallback(arg0 Java.sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback) (unit) =>
    setNTLMAuthenticationCallback_Lsun_7_net_7_www_7_protocol_7_http_7_ntlm_7_NTLMAuthenticationCallback_s_ Java.sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback_static.setNTLMAuthenticationCallback.this.arg0

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