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

Java/sun/net/www/protocol/file/Handler.fz


# Fuzion interface to instance members of Java instance class 'sun.net.www.protocol.file.Handler'
#
# !!!!!!  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.file.Handler(redef forbidden void) ref : Java.java.net.URLStreamHandler(forbidden), fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public java.net.URLConnection sun.net.www.protocol.file.Handler.openConnection(java.net.URL) throws java.io.IOException':
  #
  public openConnection_Ljava_7_net_7_URL_s_(arg0 Java.java.net.URL) outcome (Java.java.net.URLConnection) =>
    fuzion.java.call_virtual (outcome (Java.java.net.URLConnection)) "sun.net.www.protocol.file.Handler" "openConnection" "(Ljava/net/URL;)Ljava/net/URLConnection;" Handler.this [(Java.sun.net.www.protocol.file.Handler.openConnection_Ljava_7_net_7_URL_s_.this.arg0)]

  # call Java instance method 'public java.net.URLConnection sun.net.www.protocol.file.Handler.openConnection(java.net.URL,java.net.Proxy) throws java.io.IOException':
  #
  public openConnection_Ljava_7_net_7_URL_s_Ljava_7_net_7_Proxy_s_(arg0 Java.java.net.URL, arg1 Java.java.net.Proxy) outcome (Java.java.net.URLConnection) =>
    fuzion.java.call_virtual (outcome (Java.java.net.URLConnection)) "sun.net.www.protocol.file.Handler" "openConnection" "(Ljava/net/URL;Ljava/net/Proxy;)Ljava/net/URLConnection;" Handler.this [(Java.sun.net.www.protocol.file.Handler.openConnection_Ljava_7_net_7_URL_s_Ljava_7_net_7_Proxy_s_.this.arg0); (Java.sun.net.www.protocol.file.Handler.openConnection_Ljava_7_net_7_URL_s_Ljava_7_net_7_Proxy_s_.this.arg1)]

  # short-hand to call Java method 'public java.net.URLConnection sun.net.www.protocol.file.Handler.openConnection(java.net.URL) throws java.io.IOException':
  #
  public openConnection(arg0 Java.java.net.URL) (outcome (Java.java.net.URLConnection)) =>
    openConnection_Ljava_7_net_7_URL_s_ Java.sun.net.www.protocol.file.Handler.openConnection.this.arg0

  # short-hand to call Java method 'public java.net.URLConnection sun.net.www.protocol.file.Handler.openConnection(java.net.URL,java.net.Proxy) throws java.io.IOException':
  #
  public openConnection(arg0 Java.java.net.URL, arg1 Java.java.net.Proxy) (outcome (Java.java.net.URLConnection)) =>
    openConnection_Ljava_7_net_7_URL_s_Ljava_7_net_7_Proxy_s_ Java.sun.net.www.protocol.file.Handler.openConnection.this.arg0 Java.sun.net.www.protocol.file.Handler.openConnection.this.arg1
last changed: 2024-03-07