public abstract class io.vertx.core.net.NetworkOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.core.net.NetworkOptions
  super_class: java.lang.Object
{
  public static final int DEFAULT_SEND_BUFFER_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final int DEFAULT_RECEIVE_BUFFER_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final int DEFAULT_TRAFFIC_CLASS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final boolean DEFAULT_REUSE_ADDRESS;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final boolean DEFAULT_REUSE_PORT;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final boolean DEFAULT_LOG_ENABLED;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private int sendBufferSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int receiveBufferSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int trafficClass;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean reuseAddress;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean logActivity;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean reusePort;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetworkOptions this
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.net.NetworkOptions.sendBufferSize:I
         2: .line 67
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.net.NetworkOptions.receiveBufferSize:I
         3: .line 68
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.net.NetworkOptions.reuseAddress:Z
         4: .line 69
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.net.NetworkOptions.trafficClass:I
         5: .line 70
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.net.NetworkOptions.logActivity:Z
         6: .line 71
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.net.NetworkOptions.reusePort:Z
         7: .line 72
            return
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/core/net/NetworkOptions;

  public void <init>(io.vertx.core.net.NetworkOptions);
    descriptor: (Lio/vertx/core/net/NetworkOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.NetworkOptions this
        start local 1 // io.vertx.core.net.NetworkOptions other
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.NetworkOptions.getSendBufferSize:()I
            putfield io.vertx.core.net.NetworkOptions.sendBufferSize:I
         2: .line 81
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.NetworkOptions.getReceiveBufferSize:()I
            putfield io.vertx.core.net.NetworkOptions.receiveBufferSize:I
         3: .line 82
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.NetworkOptions.isReuseAddress:()Z
            putfield io.vertx.core.net.NetworkOptions.reuseAddress:Z
         4: .line 83
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.NetworkOptions.isReusePort:()Z
            putfield io.vertx.core.net.NetworkOptions.reusePort:Z
         5: .line 84
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.NetworkOptions.getTrafficClass:()I
            putfield io.vertx.core.net.NetworkOptions.trafficClass:I
         6: .line 85
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.net.NetworkOptions.logActivity:Z
            putfield io.vertx.core.net.NetworkOptions.logActivity:Z
         7: .line 86
            return
        end local 1 // io.vertx.core.net.NetworkOptions other
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/vertx/core/net/NetworkOptions;
            0    8     1  other  Lio/vertx/core/net/NetworkOptions;
    MethodParameters:
       Name  Flags
      other  

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.NetworkOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 94
            aload 0 /* this */
            invokespecial io.vertx.core.net.NetworkOptions.<init>:()V
         1: .line 95
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.net.NetworkOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/net/NetworkOptions;)V
         2: .line 96
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/NetworkOptions;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.net.NetworkOptions this
         0: .line 104
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 105
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.core.net.NetworkOptionsConverter.toJson:(Lio/vertx/core/net/NetworkOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 106
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/NetworkOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  public int getSendBufferSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetworkOptions this
         0: .line 115
            aload 0 /* this */
            getfield io.vertx.core.net.NetworkOptions.sendBufferSize:I
            ireturn
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/NetworkOptions;

  public io.vertx.core.net.NetworkOptions setSendBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/NetworkOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.NetworkOptions this
        start local 1 // int sendBufferSize
         0: .line 125
            iload 1 /* sendBufferSize */
            ifgt 1
            iload 1 /* sendBufferSize */
            iconst_m1
            if_icmpeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ldc "sendBufferSize must be > 0"
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
         3: .line 126
            aload 0 /* this */
            iload 1 /* sendBufferSize */
            putfield io.vertx.core.net.NetworkOptions.sendBufferSize:I
         4: .line 127
            aload 0 /* this */
            areturn
        end local 1 // int sendBufferSize
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lio/vertx/core/net/NetworkOptions;
            0    5     1  sendBufferSize  I
    MethodParameters:
                Name  Flags
      sendBufferSize  

  public int getReceiveBufferSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetworkOptions this
         0: .line 136
            aload 0 /* this */
            getfield io.vertx.core.net.NetworkOptions.receiveBufferSize:I
            ireturn
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/NetworkOptions;

  public io.vertx.core.net.NetworkOptions setReceiveBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/NetworkOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.NetworkOptions this
        start local 1 // int receiveBufferSize
         0: .line 146
            iload 1 /* receiveBufferSize */
            ifgt 1
            iload 1 /* receiveBufferSize */
            iconst_m1
            if_icmpeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ldc "receiveBufferSize must be > 0"
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
         3: .line 147
            aload 0 /* this */
            iload 1 /* receiveBufferSize */
            putfield io.vertx.core.net.NetworkOptions.receiveBufferSize:I
         4: .line 148
            aload 0 /* this */
            areturn
        end local 1 // int receiveBufferSize
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lio/vertx/core/net/NetworkOptions;
            0    5     1  receiveBufferSize  I
    MethodParameters:
                   Name  Flags
      receiveBufferSize  

  public boolean isReuseAddress();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetworkOptions this
         0: .line 155
            aload 0 /* this */
            getfield io.vertx.core.net.NetworkOptions.reuseAddress:Z
            ireturn
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/NetworkOptions;

  public io.vertx.core.net.NetworkOptions setReuseAddress(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetworkOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.NetworkOptions this
        start local 1 // boolean reuseAddress
         0: .line 164
            aload 0 /* this */
            iload 1 /* reuseAddress */
            putfield io.vertx.core.net.NetworkOptions.reuseAddress:Z
         1: .line 165
            aload 0 /* this */
            areturn
        end local 1 // boolean reuseAddress
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/net/NetworkOptions;
            0    2     1  reuseAddress  Z
    MethodParameters:
              Name  Flags
      reuseAddress  

  public int getTrafficClass();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetworkOptions this
         0: .line 172
            aload 0 /* this */
            getfield io.vertx.core.net.NetworkOptions.trafficClass:I
            ireturn
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/NetworkOptions;

  public io.vertx.core.net.NetworkOptions setTrafficClass(int);
    descriptor: (I)Lio/vertx/core/net/NetworkOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.net.NetworkOptions this
        start local 1 // int trafficClass
         0: .line 182
            iload 1 /* trafficClass */
            iconst_m1
            sipush 255
            ldc "trafficClass tc must be 0 <= tc <= 255"
            invokestatic io.vertx.core.impl.Arguments.requireInRange:(IIILjava/lang/String;)V
         1: .line 183
            aload 0 /* this */
            iload 1 /* trafficClass */
            putfield io.vertx.core.net.NetworkOptions.trafficClass:I
         2: .line 184
            aload 0 /* this */
            areturn
        end local 1 // int trafficClass
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/vertx/core/net/NetworkOptions;
            0    3     1  trafficClass  I
    MethodParameters:
              Name  Flags
      trafficClass  

  public boolean getLogActivity();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetworkOptions this
         0: .line 191
            aload 0 /* this */
            getfield io.vertx.core.net.NetworkOptions.logActivity:Z
            ireturn
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/NetworkOptions;

  public io.vertx.core.net.NetworkOptions setLogActivity(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetworkOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.NetworkOptions this
        start local 1 // boolean logActivity
         0: .line 201
            aload 0 /* this */
            iload 1 /* logActivity */
            putfield io.vertx.core.net.NetworkOptions.logActivity:Z
         1: .line 202
            aload 0 /* this */
            areturn
        end local 1 // boolean logActivity
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/core/net/NetworkOptions;
            0    2     1  logActivity  Z
    MethodParameters:
             Name  Flags
      logActivity  

  public boolean isReusePort();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.NetworkOptions this
         0: .line 209
            aload 0 /* this */
            getfield io.vertx.core.net.NetworkOptions.reusePort:Z
            ireturn
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/NetworkOptions;

  public io.vertx.core.net.NetworkOptions setReusePort(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetworkOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.NetworkOptions this
        start local 1 // boolean reusePort
         0: .line 221
            aload 0 /* this */
            iload 1 /* reusePort */
            putfield io.vertx.core.net.NetworkOptions.reusePort:Z
         1: .line 222
            aload 0 /* this */
            areturn
        end local 1 // boolean reusePort
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/core/net/NetworkOptions;
            0    2     1  reusePort  Z
    MethodParameters:
           Name  Flags
      reusePort  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.net.NetworkOptions this
        start local 1 // java.lang.Object o
         0: .line 227
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 228
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof io.vertx.core.net.NetworkOptions
            ifne 2
            iconst_0
            ireturn
         2: .line 230
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.core.net.NetworkOptions
            astore 2 /* that */
        start local 2 // io.vertx.core.net.NetworkOptions that
         3: .line 232
            aload 0 /* this */
            getfield io.vertx.core.net.NetworkOptions.receiveBufferSize:I
            aload 2 /* that */
            getfield io.vertx.core.net.NetworkOptions.receiveBufferSize:I
            if_icmpeq 4
            iconst_0
            ireturn
         4: .line 233
      StackMap locals: io.vertx.core.net.NetworkOptions
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.NetworkOptions.reuseAddress:Z
            aload 2 /* that */
            getfield io.vertx.core.net.NetworkOptions.reuseAddress:Z
            if_icmpeq 5
            iconst_0
            ireturn
         5: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.NetworkOptions.reusePort:Z
            aload 2 /* that */
            getfield io.vertx.core.net.NetworkOptions.reusePort:Z
            if_icmpeq 6
            iconst_0
            ireturn
         6: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.NetworkOptions.sendBufferSize:I
            aload 2 /* that */
            getfield io.vertx.core.net.NetworkOptions.sendBufferSize:I
            if_icmpeq 7
            iconst_0
            ireturn
         7: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.NetworkOptions.trafficClass:I
            aload 2 /* that */
            getfield io.vertx.core.net.NetworkOptions.trafficClass:I
            if_icmpeq 8
            iconst_0
            ireturn
         8: .line 238
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.vertx.core.net.NetworkOptions that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/vertx/core/net/NetworkOptions;
            0    9     1     o  Ljava/lang/Object;
            3    9     2  that  Lio/vertx/core/net/NetworkOptions;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.net.NetworkOptions this
         0: .line 243
            aload 0 /* this */
            getfield io.vertx.core.net.NetworkOptions.sendBufferSize:I
            istore 1 /* result */
        start local 1 // int result
         1: .line 244
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.NetworkOptions.receiveBufferSize:I
            iadd
            istore 1 /* result */
         2: .line 245
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.NetworkOptions.trafficClass:I
            iadd
            istore 1 /* result */
         3: .line 246
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.NetworkOptions.reuseAddress:Z
            ifeq 4
            iconst_1
            goto 5
      StackMap locals: io.vertx.core.net.NetworkOptions int
      StackMap stack: int
         4: iconst_0
      StackMap locals: io.vertx.core.net.NetworkOptions int
      StackMap stack: int int
         5: iadd
            istore 1 /* result */
         6: .line 247
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.NetworkOptions.reusePort:Z
            ifeq 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack: int
         7: iconst_0
      StackMap locals: io.vertx.core.net.NetworkOptions int
      StackMap stack: int int
         8: iadd
            istore 1 /* result */
         9: .line 248
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.core.net.NetworkOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lio/vertx/core/net/NetworkOptions;
            1   10     1  result  I
}
SourceFile: "NetworkOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true, publicConverter = false)