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

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


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

  # call Java instance method 'public sun.net.www.protocol.http.HttpCallerInfo sun.net.www.protocol.http.AuthenticationHeader.getHttpCallerInfo()':
  #
  public getHttpCallerInfo Java.sun.net.www.protocol.http.HttpCallerInfo =>
    fuzion.java.call_virtual (Java.sun.net.www.protocol.http.HttpCallerInfo) "sun.net.www.protocol.http.AuthenticationHeader" "getHttpCallerInfo" "()Lsun/net/www/protocol/http/HttpCallerInfo;" AuthenticationHeader.this []

  # call Java instance method 'public sun.net.www.HeaderParser sun.net.www.protocol.http.AuthenticationHeader.headerParser()':
  #
  public headerParser Java.sun.net.www.HeaderParser =>
    fuzion.java.call_virtual (Java.sun.net.www.HeaderParser) "sun.net.www.protocol.http.AuthenticationHeader" "headerParser" "()Lsun/net/www/HeaderParser;" AuthenticationHeader.this []

  # call Java instance method 'public boolean sun.net.www.protocol.http.AuthenticationHeader.isPresent()':
  #
  public isPresent bool =>
    fuzion.java.call_virtual (bool) "sun.net.www.protocol.http.AuthenticationHeader" "isPresent" "()Z" AuthenticationHeader.this []

  # call Java instance method 'public java.lang.String sun.net.www.protocol.http.AuthenticationHeader.raw()':
  #
  public raw Java.java.lang.__jString =>
    fuzion.java.call_virtual (Java.java.lang.__jString) "sun.net.www.protocol.http.AuthenticationHeader" "raw" "()Ljava/lang/String;" AuthenticationHeader.this []

  # call Java instance method 'public java.lang.String sun.net.www.protocol.http.AuthenticationHeader.scheme()':
  #
  public scheme Java.java.lang.__jString =>
    fuzion.java.call_virtual (Java.java.lang.__jString) "sun.net.www.protocol.http.AuthenticationHeader" "scheme" "()Ljava/lang/String;" AuthenticationHeader.this []