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

Java/sun/net/www/http/HttpCapture.fz


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

  # call Java instance method 'public synchronized void sun.net.www.http.HttpCapture.flush() throws java.io.IOException':
  #
  public flush outcome (unit) =>
    fuzion.java.call_virtual (outcome (unit)) "sun.net.www.http.HttpCapture" "flush" "()V" HttpCapture.this []

  # call Java instance method 'public synchronized void sun.net.www.http.HttpCapture.received(int) throws java.io.IOException':
  #
  public received_I(arg0 i32) outcome (unit) =>
    fuzion.java.call_virtual (outcome (unit)) "sun.net.www.http.HttpCapture" "received" "(I)V" HttpCapture.this [(fuzion.java.i32_to_java_object Java.sun.net.www.http.HttpCapture.received_I.this.arg0)]

  # call Java instance method 'public synchronized void sun.net.www.http.HttpCapture.sent(int) throws java.io.IOException':
  #
  public sent_I(arg0 i32) outcome (unit) =>
    fuzion.java.call_virtual (outcome (unit)) "sun.net.www.http.HttpCapture" "sent" "(I)V" HttpCapture.this [(fuzion.java.i32_to_java_object Java.sun.net.www.http.HttpCapture.sent_I.this.arg0)]

  # short-hand to call Java method 'public synchronized void sun.net.www.http.HttpCapture.received(int) throws java.io.IOException':
  #
  public received(arg0 i32) (outcome (unit)) =>
    received_I Java.sun.net.www.http.HttpCapture.received.this.arg0

  # short-hand to call Java method 'public synchronized void sun.net.www.http.HttpCapture.sent(int) throws java.io.IOException':
  #
  public sent(arg0 i32) (outcome (unit)) =>
    sent_I Java.sun.net.www.http.HttpCapture.sent.this.arg0
last changed: 2024-03-07