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.fz


# Fuzion interface to instance members of Java instance 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(redef forbidden void) ref : Java.java.lang.Object(forbidden), fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public abstract boolean sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback.isTrustedSite(java.net.URL)':
  #
  public isTrustedSite_Ljava_7_net_7_URL_s_(arg0 Java.java.net.URL) bool =>
    fuzion.java.call_virtual (bool) "sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback" "isTrustedSite" "(Ljava/net/URL;)Z" NTLMAuthenticationCallback.this [(Java.sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback.isTrustedSite_Ljava_7_net_7_URL_s_.this.arg0)]

  # short-hand to call Java method 'public abstract boolean sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback.isTrustedSite(java.net.URL)':
  #
  public isTrustedSite(arg0 Java.java.net.URL) (bool) =>
    isTrustedSite_Ljava_7_net_7_URL_s_ Java.sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback.isTrustedSite.this.arg0