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

Java/sun/net/ext/ExtendedSocketOptions_static.fz


# Fuzion interface to static members of Java class 'sun.net.ext.ExtendedSocketOptions'
#
# !!!!!!  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.ext.ExtendedSocketOptions_static is

  # call Java static method 'public static java.util.Set sun.net.ext.ExtendedSocketOptions.clientSocketOptions()':
  #
  public clientSocketOptions Java.java.util.Set =>
    fuzion.java.call_static (Java.java.util.Set) "sun.net.ext.ExtendedSocketOptions" "clientSocketOptions" "()Ljava/util/Set;" []

  # call Java static method 'public static java.util.Set sun.net.ext.ExtendedSocketOptions.datagramSocketOptions()':
  #
  public datagramSocketOptions Java.java.util.Set =>
    fuzion.java.call_static (Java.java.util.Set) "sun.net.ext.ExtendedSocketOptions" "datagramSocketOptions" "()Ljava/util/Set;" []

  # call Java static method 'public static sun.net.ext.ExtendedSocketOptions sun.net.ext.ExtendedSocketOptions.getInstance()':
  #
  public getInstance Java.sun.net.ext.ExtendedSocketOptions =>
    fuzion.java.call_static (Java.sun.net.ext.ExtendedSocketOptions) "sun.net.ext.ExtendedSocketOptions" "getInstance" "()Lsun/net/ext/ExtendedSocketOptions;" []

  # call Java static method 'public static synchronized void sun.net.ext.ExtendedSocketOptions.register(sun.net.ext.ExtendedSocketOptions)':
  #
  public register_Lsun_7_net_7_ext_7_ExtendedSocketOptions_s_(arg0 Java.sun.net.ext.ExtendedSocketOptions) unit =>
    fuzion.java.call_static (unit) "sun.net.ext.ExtendedSocketOptions" "register" "(Lsun/net/ext/ExtendedSocketOptions;)V" [(Java.sun.net.ext.ExtendedSocketOptions_static.register_Lsun_7_net_7_ext_7_ExtendedSocketOptions_s_.this.arg0)]

  # call Java static method 'public static java.util.Set sun.net.ext.ExtendedSocketOptions.serverSocketOptions()':
  #
  public serverSocketOptions Java.java.util.Set =>
    fuzion.java.call_static (Java.java.util.Set) "sun.net.ext.ExtendedSocketOptions" "serverSocketOptions" "()Ljava/util/Set;" []

  # call Java static method 'public static java.util.Set sun.net.ext.ExtendedSocketOptions.unixDomainSocketOptions()':
  #
  public unixDomainSocketOptions Java.java.util.Set =>
    fuzion.java.call_static (Java.java.util.Set) "sun.net.ext.ExtendedSocketOptions" "unixDomainSocketOptions" "()Ljava/util/Set;" []

  # short-hand to call Java method 'public static synchronized void sun.net.ext.ExtendedSocketOptions.register(sun.net.ext.ExtendedSocketOptions)':
  #
  public register(arg0 Java.sun.net.ext.ExtendedSocketOptions) (unit) =>
    register_Lsun_7_net_7_ext_7_ExtendedSocketOptions_s_ Java.sun.net.ext.ExtendedSocketOptions_static.register.this.arg0

  # read static Java field 'public static final short sun.net.ext.ExtendedSocketOptions.SOCK_DGRAM':
  #
  public SOCK__DGRAM i16 =>
    fuzion.java.get_static_field (i16) "sun.net.ext.ExtendedSocketOptions" "SOCK_DGRAM"

  # read static Java field 'public static final short sun.net.ext.ExtendedSocketOptions.SOCK_STREAM':
  #
  public SOCK__STREAM i16 =>
    fuzion.java.get_static_field (i16) "sun.net.ext.ExtendedSocketOptions" "SOCK_STREAM"