public class io.vertx.core.http.HttpServerOptions extends io.vertx.core.net.NetServerOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.http.HttpServerOptions
  super_class: io.vertx.core.net.NetServerOptions
{
  public static final int DEFAULT_PORT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 80

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

  public static final int DEFAULT_COMPRESSION_LEVEL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int DEFAULT_MAX_WEBSOCKET_FRAME_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 65536

  public static final int DEFAULT_MAX_WEBSOCKET_MESSAGE_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 262144

  public static final int DEFAULT_MAX_CHUNK_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8192

  public static final int DEFAULT_MAX_INITIAL_LINE_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4096

  public static final int DEFAULT_MAX_HEADER_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8192

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

  public static final java.util.List<io.vertx.core.http.HttpVersion> DEFAULT_ALPN_VERSIONS;
    descriptor: Ljava/util/List;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Lio/vertx/core/http/HttpVersion;>;

  public static final long DEFAULT_INITIAL_SETTINGS_MAX_CONCURRENT_STREAMS;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 100

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

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

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

  public static final int DEFAULT_DECODER_INITIAL_BUFFER_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 128

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

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

  public static final int DEFAULT_WEBSOCKET_COMPRESSION_LEVEL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

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

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

  public static final io.vertx.core.tracing.TracingPolicy DEFAULT_TRACING_POLICY;
    descriptor: Lio/vertx/core/tracing/TracingPolicy;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

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

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

  private java.util.List<java.lang.String> webSocketSubProtocols;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;

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

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

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

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

  private io.vertx.core.http.Http2Settings initialSettings;
    descriptor: Lio/vertx/core/http/Http2Settings;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<io.vertx.core.http.HttpVersion> alpnVersions;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lio/vertx/core/http/HttpVersion;>;

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

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

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

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

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

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

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

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

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

  private io.vertx.core.tracing.TracingPolicy tracingPolicy;
    descriptor: Lio/vertx/core/tracing/TracingPolicy;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 82
            iconst_2
            anewarray io.vertx.core.http.HttpVersion
            dup
            iconst_0
            getstatic io.vertx.core.http.HttpVersion.HTTP_2:Lio/vertx/core/http/HttpVersion;
            aastore
            dup
            iconst_1
            getstatic io.vertx.core.http.HttpVersion.HTTP_1_1:Lio/vertx/core/http/HttpVersion;
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putstatic io.vertx.core.http.HttpServerOptions.DEFAULT_ALPN_VERSIONS:Ljava/util/List;
         1: .line 137
            getstatic io.vertx.core.tracing.TracingPolicy.ALWAYS:Lio/vertx/core/tracing/TracingPolicy;
            putstatic io.vertx.core.http.HttpServerOptions.DEFAULT_TRACING_POLICY:Lio/vertx/core/tracing/TracingPolicy;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpServerOptions this
         0: .line 165
            aload 0 /* this */
            invokespecial io.vertx.core.net.NetServerOptions.<init>:()V
         1: .line 166
            aload 0 /* this */
            invokevirtual io.vertx.core.http.HttpServerOptions.init:()V
         2: .line 167
            aload 0 /* this */
            bipush 80
            invokevirtual io.vertx.core.http.HttpServerOptions.setPort:(I)Lio/vertx/core/http/HttpServerOptions;
            pop
         3: .line 168
            return
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/http/HttpServerOptions;

  public void <init>(io.vertx.core.http.HttpServerOptions);
    descriptor: (Lio/vertx/core/http/HttpServerOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.http.HttpServerOptions other
         0: .line 176
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.net.NetServerOptions.<init>:(Lio/vertx/core/net/NetServerOptions;)V
         1: .line 177
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpServerOptions.isCompressionSupported:()Z
            putfield io.vertx.core.http.HttpServerOptions.compressionSupported:Z
         2: .line 178
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpServerOptions.getCompressionLevel:()I
            putfield io.vertx.core.http.HttpServerOptions.compressionLevel:I
         3: .line 179
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpServerOptions.maxWebSocketFrameSize:I
            putfield io.vertx.core.http.HttpServerOptions.maxWebSocketFrameSize:I
         4: .line 180
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpServerOptions.maxWebSocketMessageSize:I
            putfield io.vertx.core.http.HttpServerOptions.maxWebSocketMessageSize:I
         5: .line 181
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpServerOptions.webSocketSubProtocols:Ljava/util/List;
            ifnull 6
            new java.util.ArrayList
            dup
            aload 1 /* other */
            getfield io.vertx.core.http.HttpServerOptions.webSocketSubProtocols:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            goto 7
      StackMap locals: io.vertx.core.http.HttpServerOptions io.vertx.core.http.HttpServerOptions
      StackMap stack: io.vertx.core.http.HttpServerOptions
         6: aconst_null
      StackMap locals: io.vertx.core.http.HttpServerOptions io.vertx.core.http.HttpServerOptions
      StackMap stack: io.vertx.core.http.HttpServerOptions java.util.ArrayList
         7: putfield io.vertx.core.http.HttpServerOptions.webSocketSubProtocols:Ljava/util/List;
         8: .line 182
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpServerOptions.handle100ContinueAutomatically:Z
            putfield io.vertx.core.http.HttpServerOptions.handle100ContinueAutomatically:Z
         9: .line 183
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpServerOptions.getMaxChunkSize:()I
            putfield io.vertx.core.http.HttpServerOptions.maxChunkSize:I
        10: .line 184
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpServerOptions.getMaxInitialLineLength:()I
            putfield io.vertx.core.http.HttpServerOptions.maxInitialLineLength:I
        11: .line 185
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpServerOptions.getMaxHeaderSize:()I
            putfield io.vertx.core.http.HttpServerOptions.maxHeaderSize:I
        12: .line 186
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpServerOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
            ifnull 13
            new io.vertx.core.http.Http2Settings
            dup
            aload 1 /* other */
            getfield io.vertx.core.http.HttpServerOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
            invokespecial io.vertx.core.http.Http2Settings.<init>:(Lio/vertx/core/http/Http2Settings;)V
            goto 14
      StackMap locals:
      StackMap stack: io.vertx.core.http.HttpServerOptions
        13: aconst_null
      StackMap locals: io.vertx.core.http.HttpServerOptions io.vertx.core.http.HttpServerOptions
      StackMap stack: io.vertx.core.http.HttpServerOptions io.vertx.core.http.Http2Settings
        14: putfield io.vertx.core.http.HttpServerOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
        15: .line 187
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpServerOptions.alpnVersions:Ljava/util/List;
            ifnull 16
            new java.util.ArrayList
            dup
            aload 1 /* other */
            getfield io.vertx.core.http.HttpServerOptions.alpnVersions:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            goto 17
      StackMap locals:
      StackMap stack: io.vertx.core.http.HttpServerOptions
        16: aconst_null
      StackMap locals: io.vertx.core.http.HttpServerOptions io.vertx.core.http.HttpServerOptions
      StackMap stack: io.vertx.core.http.HttpServerOptions java.util.ArrayList
        17: putfield io.vertx.core.http.HttpServerOptions.alpnVersions:Ljava/util/List;
        18: .line 188
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpServerOptions.http2ConnectionWindowSize:I
            putfield io.vertx.core.http.HttpServerOptions.http2ConnectionWindowSize:I
        19: .line 189
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpServerOptions.isDecompressionSupported:()Z
            putfield io.vertx.core.http.HttpServerOptions.decompressionSupported:Z
        20: .line 190
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpServerOptions.isAcceptUnmaskedFrames:()Z
            putfield io.vertx.core.http.HttpServerOptions.acceptUnmaskedFrames:Z
        21: .line 191
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.http.HttpServerOptions.getDecoderInitialBufferSize:()I
            putfield io.vertx.core.http.HttpServerOptions.decoderInitialBufferSize:I
        22: .line 192
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpServerOptions.perFrameWebSocketCompressionSupported:Z
            putfield io.vertx.core.http.HttpServerOptions.perFrameWebSocketCompressionSupported:Z
        23: .line 193
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpServerOptions.perMessageWebSocketCompressionSupported:Z
            putfield io.vertx.core.http.HttpServerOptions.perMessageWebSocketCompressionSupported:Z
        24: .line 194
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpServerOptions.webSocketCompressionLevel:I
            putfield io.vertx.core.http.HttpServerOptions.webSocketCompressionLevel:I
        25: .line 195
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpServerOptions.webSocketPreferredClientNoContext:Z
            putfield io.vertx.core.http.HttpServerOptions.webSocketPreferredClientNoContext:Z
        26: .line 196
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpServerOptions.webSocketAllowServerNoContext:Z
            putfield io.vertx.core.http.HttpServerOptions.webSocketAllowServerNoContext:Z
        27: .line 197
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.http.HttpServerOptions.tracingPolicy:Lio/vertx/core/tracing/TracingPolicy;
            putfield io.vertx.core.http.HttpServerOptions.tracingPolicy:Lio/vertx/core/tracing/TracingPolicy;
        28: .line 198
            return
        end local 1 // io.vertx.core.http.HttpServerOptions other
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   29     0   this  Lio/vertx/core/http/HttpServerOptions;
            0   29     1  other  Lio/vertx/core/http/HttpServerOptions;
    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=4, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 206
            aload 0 /* this */
            aload 1 /* json */
            invokespecial io.vertx.core.net.NetServerOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
         1: .line 207
            aload 0 /* this */
            invokevirtual io.vertx.core.http.HttpServerOptions.init:()V
         2: .line 208
            aload 0 /* this */
            aload 1 /* json */
            ldc "port"
            bipush 80
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.getInteger:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual io.vertx.core.http.HttpServerOptions.setPort:(I)Lio/vertx/core/http/HttpServerOptions;
            pop
         3: .line 209
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.http.HttpServerOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/http/HttpServerOptions;)V
         4: .line 210
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/HttpServerOptions;
            0    5     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.http.HttpServerOptions this
         0: .line 218
            aload 0 /* this */
            invokespecial io.vertx.core.net.NetServerOptions.toJson:()Lio/vertx/core/json/JsonObject;
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 219
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.core.http.HttpServerOptionsConverter.toJson:(Lio/vertx/core/http/HttpServerOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 220
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/HttpServerOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  private void init();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpServerOptions this
         0: .line 224
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpServerOptions.compressionSupported:Z
         1: .line 225
            aload 0 /* this */
            bipush 6
            putfield io.vertx.core.http.HttpServerOptions.compressionLevel:I
         2: .line 226
            aload 0 /* this */
            ldc 65536
            putfield io.vertx.core.http.HttpServerOptions.maxWebSocketFrameSize:I
         3: .line 227
            aload 0 /* this */
            ldc 262144
            putfield io.vertx.core.http.HttpServerOptions.maxWebSocketMessageSize:I
         4: .line 228
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpServerOptions.handle100ContinueAutomatically:Z
         5: .line 229
            aload 0 /* this */
            sipush 8192
            putfield io.vertx.core.http.HttpServerOptions.maxChunkSize:I
         6: .line 230
            aload 0 /* this */
            sipush 4096
            putfield io.vertx.core.http.HttpServerOptions.maxInitialLineLength:I
         7: .line 231
            aload 0 /* this */
            sipush 8192
            putfield io.vertx.core.http.HttpServerOptions.maxHeaderSize:I
         8: .line 232
            aload 0 /* this */
            new io.vertx.core.http.Http2Settings
            dup
            invokespecial io.vertx.core.http.Http2Settings.<init>:()V
            ldc 100
            invokevirtual io.vertx.core.http.Http2Settings.setMaxConcurrentStreams:(J)Lio/vertx/core/http/Http2Settings;
            putfield io.vertx.core.http.HttpServerOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
         9: .line 233
            aload 0 /* this */
            new java.util.ArrayList
            dup
            getstatic io.vertx.core.http.HttpServerOptions.DEFAULT_ALPN_VERSIONS:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield io.vertx.core.http.HttpServerOptions.alpnVersions:Ljava/util/List;
        10: .line 234
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.http.HttpServerOptions.http2ConnectionWindowSize:I
        11: .line 235
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpServerOptions.decompressionSupported:Z
        12: .line 236
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpServerOptions.acceptUnmaskedFrames:Z
        13: .line 237
            aload 0 /* this */
            sipush 128
            putfield io.vertx.core.http.HttpServerOptions.decoderInitialBufferSize:I
        14: .line 238
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.HttpServerOptions.perFrameWebSocketCompressionSupported:Z
        15: .line 239
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.HttpServerOptions.perMessageWebSocketCompressionSupported:Z
        16: .line 240
            aload 0 /* this */
            bipush 6
            putfield io.vertx.core.http.HttpServerOptions.webSocketCompressionLevel:I
        17: .line 241
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpServerOptions.webSocketPreferredClientNoContext:Z
        18: .line 242
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.HttpServerOptions.webSocketAllowServerNoContext:Z
        19: .line 243
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpServerOptions.DEFAULT_TRACING_POLICY:Lio/vertx/core/tracing/TracingPolicy;
            putfield io.vertx.core.http.HttpServerOptions.tracingPolicy:Lio/vertx/core/tracing/TracingPolicy;
        20: .line 244
            return
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lio/vertx/core/http/HttpServerOptions;

  public io.vertx.core.http.HttpServerOptions setSendBufferSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // int sendBufferSize
         0: .line 248
            aload 0 /* this */
            iload 1 /* sendBufferSize */
            invokespecial io.vertx.core.net.NetServerOptions.setSendBufferSize:(I)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 249
            aload 0 /* this */
            areturn
        end local 1 // int sendBufferSize
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  sendBufferSize  I
    MethodParameters:
                Name  Flags
      sendBufferSize  

  public io.vertx.core.http.HttpServerOptions setReceiveBufferSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // int receiveBufferSize
         0: .line 254
            aload 0 /* this */
            iload 1 /* receiveBufferSize */
            invokespecial io.vertx.core.net.NetServerOptions.setReceiveBufferSize:(I)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 255
            aload 0 /* this */
            areturn
        end local 1 // int receiveBufferSize
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  receiveBufferSize  I
    MethodParameters:
                   Name  Flags
      receiveBufferSize  

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

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

  public io.vertx.core.http.HttpServerOptions setTrafficClass(int);
    descriptor: (I)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // int trafficClass
         0: .line 272
            aload 0 /* this */
            iload 1 /* trafficClass */
            invokespecial io.vertx.core.net.NetServerOptions.setTrafficClass:(I)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 273
            aload 0 /* this */
            areturn
        end local 1 // int trafficClass
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  trafficClass  I
    MethodParameters:
              Name  Flags
      trafficClass  

  public io.vertx.core.http.HttpServerOptions setTcpNoDelay(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean tcpNoDelay
         0: .line 278
            aload 0 /* this */
            iload 1 /* tcpNoDelay */
            invokespecial io.vertx.core.net.NetServerOptions.setTcpNoDelay:(Z)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 279
            aload 0 /* this */
            areturn
        end local 1 // boolean tcpNoDelay
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  tcpNoDelay  Z
    MethodParameters:
            Name  Flags
      tcpNoDelay  

  public io.vertx.core.http.HttpServerOptions setTcpKeepAlive(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean tcpKeepAlive
         0: .line 284
            aload 0 /* this */
            iload 1 /* tcpKeepAlive */
            invokespecial io.vertx.core.net.NetServerOptions.setTcpKeepAlive:(Z)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 285
            aload 0 /* this */
            areturn
        end local 1 // boolean tcpKeepAlive
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  tcpKeepAlive  Z
    MethodParameters:
              Name  Flags
      tcpKeepAlive  

  public io.vertx.core.http.HttpServerOptions setSoLinger(int);
    descriptor: (I)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // int soLinger
         0: .line 290
            aload 0 /* this */
            iload 1 /* soLinger */
            invokespecial io.vertx.core.net.NetServerOptions.setSoLinger:(I)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 291
            aload 0 /* this */
            areturn
        end local 1 // int soLinger
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  soLinger  I
    MethodParameters:
          Name  Flags
      soLinger  

  public io.vertx.core.http.HttpServerOptions setIdleTimeout(int);
    descriptor: (I)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // int idleTimeout
         0: .line 296
            aload 0 /* this */
            iload 1 /* idleTimeout */
            invokespecial io.vertx.core.net.NetServerOptions.setIdleTimeout:(I)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 297
            aload 0 /* this */
            areturn
        end local 1 // int idleTimeout
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  idleTimeout  I
    MethodParameters:
             Name  Flags
      idleTimeout  

  public io.vertx.core.http.HttpServerOptions setIdleTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // java.util.concurrent.TimeUnit idleTimeoutUnit
         0: .line 302
            aload 0 /* this */
            aload 1 /* idleTimeoutUnit */
            invokespecial io.vertx.core.net.NetServerOptions.setIdleTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 303
            aload 0 /* this */
            areturn
        end local 1 // java.util.concurrent.TimeUnit idleTimeoutUnit
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  idleTimeoutUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
                 Name  Flags
      idleTimeoutUnit  

  public io.vertx.core.http.HttpServerOptions setSsl(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean ssl
         0: .line 308
            aload 0 /* this */
            iload 1 /* ssl */
            invokespecial io.vertx.core.net.NetServerOptions.setSsl:(Z)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 309
            aload 0 /* this */
            areturn
        end local 1 // boolean ssl
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1   ssl  Z
    MethodParameters:
      Name  Flags
      ssl   

  public io.vertx.core.http.HttpServerOptions setUseAlpn(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean useAlpn
         0: .line 314
            aload 0 /* this */
            iload 1 /* useAlpn */
            invokespecial io.vertx.core.net.NetServerOptions.setUseAlpn:(Z)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 315
            aload 0 /* this */
            areturn
        end local 1 // boolean useAlpn
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  useAlpn  Z
    MethodParameters:
         Name  Flags
      useAlpn  

  public io.vertx.core.http.HttpServerOptions setKeyCertOptions(io.vertx.core.net.KeyCertOptions);
    descriptor: (Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.net.KeyCertOptions options
         0: .line 320
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.NetServerOptions.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 321
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.KeyCertOptions options
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  options  Lio/vertx/core/net/KeyCertOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.http.HttpServerOptions setKeyStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.net.JksOptions options
         0: .line 326
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.NetServerOptions.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 327
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.JksOptions options
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  options  Lio/vertx/core/net/JksOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.http.HttpServerOptions setPfxKeyCertOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.net.PfxOptions options
         0: .line 332
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.NetServerOptions.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // io.vertx.core.net.PfxOptions options
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  options  Lio/vertx/core/net/PfxOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.http.HttpServerOptions setPemKeyCertOptions(io.vertx.core.net.PemKeyCertOptions);
    descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.net.PemKeyCertOptions options
         0: .line 337
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.NetServerOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // io.vertx.core.net.PemKeyCertOptions options
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  options  Lio/vertx/core/net/PemKeyCertOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.http.HttpServerOptions setTrustOptions(io.vertx.core.net.TrustOptions);
    descriptor: (Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.net.TrustOptions options
         0: .line 342
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.NetServerOptions.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 343
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.TrustOptions options
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  options  Lio/vertx/core/net/TrustOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.http.HttpServerOptions setTrustStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.net.JksOptions options
         0: .line 348
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.NetServerOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 349
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.JksOptions options
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  options  Lio/vertx/core/net/JksOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.http.HttpServerOptions setPemTrustOptions(io.vertx.core.net.PemTrustOptions);
    descriptor: (Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.net.PemTrustOptions options
         0: .line 354
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.NetServerOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // io.vertx.core.net.PemTrustOptions options
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  options  Lio/vertx/core/net/PemTrustOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.http.HttpServerOptions setPfxTrustOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.net.PfxOptions options
         0: .line 359
            aload 0 /* this */
            aload 1 /* options */
            invokespecial io.vertx.core.net.NetServerOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // io.vertx.core.net.PfxOptions options
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  options  Lio/vertx/core/net/PfxOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.core.http.HttpServerOptions addEnabledCipherSuite(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // java.lang.String suite
         0: .line 364
            aload 0 /* this */
            aload 1 /* suite */
            invokespecial io.vertx.core.net.NetServerOptions.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 365
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String suite
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  suite  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      suite  

  public io.vertx.core.http.HttpServerOptions addEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // java.lang.String protocol
         0: .line 370
            aload 0 /* this */
            aload 1 /* protocol */
            invokespecial io.vertx.core.net.NetServerOptions.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 371
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String protocol
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  protocol  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      protocol  final

  public io.vertx.core.http.HttpServerOptions removeEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // java.lang.String protocol
         0: .line 376
            aload 0 /* this */
            aload 1 /* protocol */
            invokespecial io.vertx.core.net.NetServerOptions.removeEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // java.lang.String protocol
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  protocol  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      protocol  

  public io.vertx.core.http.HttpServerOptions setTcpFastOpen(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean tcpFastOpen
         0: .line 381
            aload 0 /* this */
            iload 1 /* tcpFastOpen */
            invokespecial io.vertx.core.net.NetServerOptions.setTcpFastOpen:(Z)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // boolean tcpFastOpen
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  tcpFastOpen  Z
    MethodParameters:
             Name  Flags
      tcpFastOpen  

  public io.vertx.core.http.HttpServerOptions setTcpCork(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean tcpCork
         0: .line 386
            aload 0 /* this */
            iload 1 /* tcpCork */
            invokespecial io.vertx.core.net.NetServerOptions.setTcpCork:(Z)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // boolean tcpCork
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  tcpCork  Z
    MethodParameters:
         Name  Flags
      tcpCork  

  public io.vertx.core.http.HttpServerOptions setTcpQuickAck(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean tcpQuickAck
         0: .line 391
            aload 0 /* this */
            iload 1 /* tcpQuickAck */
            invokespecial io.vertx.core.net.NetServerOptions.setTcpQuickAck:(Z)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // boolean tcpQuickAck
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  tcpQuickAck  Z
    MethodParameters:
             Name  Flags
      tcpQuickAck  

  public io.vertx.core.http.HttpServerOptions addCrlPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // java.lang.String crlPath
         0: .line 396
            aload 0 /* this */
            aload 1 /* crlPath */
            invokespecial io.vertx.core.net.NetServerOptions.addCrlPath:(Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // java.lang.String crlPath
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  crlPath  Ljava/lang/String;
    Exceptions:
      throws java.lang.NullPointerException
    MethodParameters:
         Name  Flags
      crlPath  

  public io.vertx.core.http.HttpServerOptions addCrlValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.buffer.Buffer crlValue
         0: .line 401
            aload 0 /* this */
            aload 1 /* crlValue */
            invokespecial io.vertx.core.net.NetServerOptions.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // io.vertx.core.buffer.Buffer crlValue
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  crlValue  Lio/vertx/core/buffer/Buffer;
    Exceptions:
      throws java.lang.NullPointerException
    MethodParameters:
          Name  Flags
      crlValue  

  public io.vertx.core.http.HttpServerOptions setAcceptBacklog(int);
    descriptor: (I)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // int acceptBacklog
         0: .line 406
            aload 0 /* this */
            iload 1 /* acceptBacklog */
            invokespecial io.vertx.core.net.NetServerOptions.setAcceptBacklog:(I)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 407
            aload 0 /* this */
            areturn
        end local 1 // int acceptBacklog
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  acceptBacklog  I
    MethodParameters:
               Name  Flags
      acceptBacklog  

  public io.vertx.core.http.HttpServerOptions setPort(int);
    descriptor: (I)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // int port
         0: .line 411
            aload 0 /* this */
            iload 1 /* port */
            invokespecial io.vertx.core.net.NetServerOptions.setPort:(I)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 412
            aload 0 /* this */
            areturn
        end local 1 // int port
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  port  I
    MethodParameters:
      Name  Flags
      port  

  public io.vertx.core.http.HttpServerOptions setHost(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // java.lang.String host
         0: .line 417
            aload 0 /* this */
            aload 1 /* host */
            invokespecial io.vertx.core.net.NetServerOptions.setHost:(Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 418
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String host
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  host  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      host  

  public io.vertx.core.http.HttpServerOptions setClientAuth(io.vertx.core.http.ClientAuth);
    descriptor: (Lio/vertx/core/http/ClientAuth;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.http.ClientAuth clientAuth
         0: .line 423
            aload 0 /* this */
            aload 1 /* clientAuth */
            invokespecial io.vertx.core.net.NetServerOptions.setClientAuth:(Lio/vertx/core/http/ClientAuth;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 424
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.ClientAuth clientAuth
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  clientAuth  Lio/vertx/core/http/ClientAuth;
    MethodParameters:
            Name  Flags
      clientAuth  

  public io.vertx.core.http.HttpServerOptions setSslEngineOptions(io.vertx.core.net.SSLEngineOptions);
    descriptor: (Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.net.SSLEngineOptions sslEngineOptions
         0: .line 429
            aload 0 /* this */
            aload 1 /* sslEngineOptions */
            invokespecial io.vertx.core.net.NetServerOptions.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/net/NetServerOptions;
            pop
         1: .line 430
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.net.SSLEngineOptions sslEngineOptions
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  sslEngineOptions  Lio/vertx/core/net/SSLEngineOptions;
    MethodParameters:
                  Name  Flags
      sslEngineOptions  

  public io.vertx.core.http.HttpServerOptions setJdkSslEngineOptions(io.vertx.core.net.JdkSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.net.JdkSSLEngineOptions sslEngineOptions
         0: .line 435
            aload 0 /* this */
            aload 1 /* sslEngineOptions */
            invokespecial io.vertx.core.net.NetServerOptions.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // io.vertx.core.net.JdkSSLEngineOptions sslEngineOptions
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  sslEngineOptions  Lio/vertx/core/net/JdkSSLEngineOptions;
    MethodParameters:
                  Name  Flags
      sslEngineOptions  

  public io.vertx.core.http.HttpServerOptions setOpenSslEngineOptions(io.vertx.core.net.OpenSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.net.OpenSSLEngineOptions sslEngineOptions
         0: .line 440
            aload 0 /* this */
            aload 1 /* sslEngineOptions */
            invokespecial io.vertx.core.net.NetServerOptions.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // io.vertx.core.net.OpenSSLEngineOptions sslEngineOptions
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  sslEngineOptions  Lio/vertx/core/net/OpenSSLEngineOptions;
    MethodParameters:
                  Name  Flags
      sslEngineOptions  

  public io.vertx.core.http.HttpServerOptions setEnabledSecureTransportProtocols(java.util.Set<java.lang.String>);
    descriptor: (Ljava/util/Set;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // java.util.Set enabledSecureTransportProtocols
         0: .line 445
            aload 0 /* this */
            aload 1 /* enabledSecureTransportProtocols */
            invokespecial io.vertx.core.net.NetServerOptions.setEnabledSecureTransportProtocols:(Ljava/util/Set;)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // java.util.Set enabledSecureTransportProtocols
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0    1     0                             this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  enabledSecureTransportProtocols  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (Ljava/util/Set<Ljava/lang/String;>;)Lio/vertx/core/http/HttpServerOptions;
    MethodParameters:
                                 Name  Flags
      enabledSecureTransportProtocols  

  public io.vertx.core.http.HttpServerOptions setSslHandshakeTimeout(long);
    descriptor: (J)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // long sslHandshakeTimeout
         0: .line 450
            aload 0 /* this */
            lload 1 /* sslHandshakeTimeout */
            invokespecial io.vertx.core.net.NetServerOptions.setSslHandshakeTimeout:(J)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // long sslHandshakeTimeout
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  sslHandshakeTimeout  J
    MethodParameters:
                     Name  Flags
      sslHandshakeTimeout  

  public io.vertx.core.http.HttpServerOptions setSslHandshakeTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // java.util.concurrent.TimeUnit sslHandshakeTimeoutUnit
         0: .line 455
            aload 0 /* this */
            aload 1 /* sslHandshakeTimeoutUnit */
            invokespecial io.vertx.core.net.NetServerOptions.setSslHandshakeTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // java.util.concurrent.TimeUnit sslHandshakeTimeoutUnit
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    1     0                     this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  sslHandshakeTimeoutUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
                         Name  Flags
      sslHandshakeTimeoutUnit  

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

  public io.vertx.core.http.HttpServerOptions setCompressionSupported(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean compressionSupported
         0: .line 473
            aload 0 /* this */
            iload 1 /* compressionSupported */
            putfield io.vertx.core.http.HttpServerOptions.compressionSupported:Z
         1: .line 474
            aload 0 /* this */
            areturn
        end local 1 // boolean compressionSupported
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  compressionSupported  Z
    MethodParameters:
                      Name  Flags
      compressionSupported  

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

  public io.vertx.core.http.HttpServerOptions setCompressionLevel(int);
    descriptor: (I)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // int compressionLevel
         0: .line 513
            aload 0 /* this */
            iload 1 /* compressionLevel */
            putfield io.vertx.core.http.HttpServerOptions.compressionLevel:I
         1: .line 514
            aload 0 /* this */
            areturn
        end local 1 // int compressionLevel
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  compressionLevel  I
    MethodParameters:
                  Name  Flags
      compressionLevel  

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

  public io.vertx.core.http.HttpServerOptions setAcceptUnmaskedFrames(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean acceptUnmaskedFrames
         0: .line 530
            aload 0 /* this */
            iload 1 /* acceptUnmaskedFrames */
            putfield io.vertx.core.http.HttpServerOptions.acceptUnmaskedFrames:Z
         1: .line 531
            aload 0 /* this */
            areturn
        end local 1 // boolean acceptUnmaskedFrames
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  acceptUnmaskedFrames  Z
    MethodParameters:
                      Name  Flags
      acceptUnmaskedFrames  

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

  public io.vertx.core.http.HttpServerOptions setMaxWebSocketFrameSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // int maxWebSocketFrameSize
         0: .line 548
            aload 0 /* this */
            iload 1 /* maxWebSocketFrameSize */
            putfield io.vertx.core.http.HttpServerOptions.maxWebSocketFrameSize:I
         1: .line 549
            aload 0 /* this */
            areturn
        end local 1 // int maxWebSocketFrameSize
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  maxWebSocketFrameSize  I
    MethodParameters:
                       Name  Flags
      maxWebSocketFrameSize  

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

  public io.vertx.core.http.HttpServerOptions setMaxWebSocketMessageSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // int maxWebSocketMessageSize
         0: .line 566
            aload 0 /* this */
            iload 1 /* maxWebSocketMessageSize */
            putfield io.vertx.core.http.HttpServerOptions.maxWebSocketMessageSize:I
         1: .line 567
            aload 0 /* this */
            areturn
        end local 1 // int maxWebSocketMessageSize
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  maxWebSocketMessageSize  I
    MethodParameters:
                         Name  Flags
      maxWebSocketMessageSize  

  public io.vertx.core.http.HttpServerOptions addWebSocketSubProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // java.lang.String subProtocol
         0: .line 577
            aload 1 /* subProtocol */
            ldc "Cannot add a null WebSocket sub-protocol"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 578
            aload 0 /* this */
            getfield io.vertx.core.http.HttpServerOptions.webSocketSubProtocols:Ljava/util/List;
            ifnonnull 3
         2: .line 579
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.core.http.HttpServerOptions.webSocketSubProtocols:Ljava/util/List;
         3: .line 581
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.HttpServerOptions.webSocketSubProtocols:Ljava/util/List;
            aload 1 /* subProtocol */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 582
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String subProtocol
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/vertx/core/http/HttpServerOptions;
            0    5     1  subProtocol  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      subProtocol  

  public io.vertx.core.http.HttpServerOptions setWebSocketSubProtocols(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // java.util.List subProtocols
         0: .line 591
            aload 0 /* this */
            aload 1 /* subProtocols */
            putfield io.vertx.core.http.HttpServerOptions.webSocketSubProtocols:Ljava/util/List;
         1: .line 592
            aload 0 /* this */
            areturn
        end local 1 // java.util.List subProtocols
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  subProtocols  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/vertx/core/http/HttpServerOptions;
    MethodParameters:
              Name  Flags
      subProtocols  

  public java.util.List<java.lang.String> getWebSocketSubProtocols();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpServerOptions this
         0: .line 599
            aload 0 /* this */
            getfield io.vertx.core.http.HttpServerOptions.webSocketSubProtocols:Ljava/util/List;
            areturn
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/HttpServerOptions;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

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

  public io.vertx.core.http.HttpServerOptions setHandle100ContinueAutomatically(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean handle100ContinueAutomatically
         0: .line 615
            aload 0 /* this */
            iload 1 /* handle100ContinueAutomatically */
            putfield io.vertx.core.http.HttpServerOptions.handle100ContinueAutomatically:Z
         1: .line 616
            aload 0 /* this */
            areturn
        end local 1 // boolean handle100ContinueAutomatically
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0    2     0                            this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  handle100ContinueAutomatically  Z
    MethodParameters:
                                Name  Flags
      handle100ContinueAutomatically  

  public io.vertx.core.http.HttpServerOptions setMaxChunkSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // int maxChunkSize
         0: .line 626
            aload 0 /* this */
            iload 1 /* maxChunkSize */
            putfield io.vertx.core.http.HttpServerOptions.maxChunkSize:I
         1: .line 627
            aload 0 /* this */
            areturn
        end local 1 // int maxChunkSize
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  maxChunkSize  I
    MethodParameters:
              Name  Flags
      maxChunkSize  

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

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

  public io.vertx.core.http.HttpServerOptions setMaxInitialLineLength(int);
    descriptor: (I)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // int maxInitialLineLength
         0: .line 652
            aload 0 /* this */
            iload 1 /* maxInitialLineLength */
            putfield io.vertx.core.http.HttpServerOptions.maxInitialLineLength:I
         1: .line 653
            aload 0 /* this */
            areturn
        end local 1 // int maxInitialLineLength
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  maxInitialLineLength  I
    MethodParameters:
                      Name  Flags
      maxInitialLineLength  

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

  public io.vertx.core.http.HttpServerOptions setMaxHeaderSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // int maxHeaderSize
         0: .line 670
            aload 0 /* this */
            iload 1 /* maxHeaderSize */
            putfield io.vertx.core.http.HttpServerOptions.maxHeaderSize:I
         1: .line 671
            aload 0 /* this */
            areturn
        end local 1 // int maxHeaderSize
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  maxHeaderSize  I
    MethodParameters:
               Name  Flags
      maxHeaderSize  

  public io.vertx.core.http.Http2Settings getInitialSettings();
    descriptor: ()Lio/vertx/core/http/Http2Settings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpServerOptions this
         0: .line 678
            aload 0 /* this */
            getfield io.vertx.core.http.HttpServerOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
            areturn
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/HttpServerOptions;

  public io.vertx.core.http.HttpServerOptions setInitialSettings(io.vertx.core.http.Http2Settings);
    descriptor: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.http.Http2Settings settings
         0: .line 688
            aload 0 /* this */
            aload 1 /* settings */
            putfield io.vertx.core.http.HttpServerOptions.initialSettings:Lio/vertx/core/http/Http2Settings;
         1: .line 689
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.Http2Settings settings
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  settings  Lio/vertx/core/http/Http2Settings;
    MethodParameters:
          Name  Flags
      settings  

  public java.util.List<io.vertx.core.http.HttpVersion> getAlpnVersions();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpServerOptions this
         0: .line 696
            aload 0 /* this */
            getfield io.vertx.core.http.HttpServerOptions.alpnVersions:Ljava/util/List;
            areturn
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/HttpServerOptions;
    Signature: ()Ljava/util/List<Lio/vertx/core/http/HttpVersion;>;

  public io.vertx.core.http.HttpServerOptions setAlpnVersions(java.util.List<io.vertx.core.http.HttpVersion>);
    descriptor: (Ljava/util/List;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // java.util.List alpnVersions
         0: .line 706
            aload 0 /* this */
            aload 1 /* alpnVersions */
            putfield io.vertx.core.http.HttpServerOptions.alpnVersions:Ljava/util/List;
         1: .line 707
            aload 0 /* this */
            areturn
        end local 1 // java.util.List alpnVersions
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  alpnVersions  Ljava/util/List<Lio/vertx/core/http/HttpVersion;>;
    Signature: (Ljava/util/List<Lio/vertx/core/http/HttpVersion;>;)Lio/vertx/core/http/HttpServerOptions;
    MethodParameters:
              Name  Flags
      alpnVersions  

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

  public io.vertx.core.http.HttpServerOptions setHttp2ConnectionWindowSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // int http2ConnectionWindowSize
         0: .line 728
            aload 0 /* this */
            iload 1 /* http2ConnectionWindowSize */
            putfield io.vertx.core.http.HttpServerOptions.http2ConnectionWindowSize:I
         1: .line 729
            aload 0 /* this */
            areturn
        end local 1 // int http2ConnectionWindowSize
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  http2ConnectionWindowSize  I
    MethodParameters:
                           Name  Flags
      http2ConnectionWindowSize  

  public io.vertx.core.http.HttpServerOptions setLogActivity(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean logEnabled
         0: .line 734
            aload 0 /* this */
            iload 1 /* logEnabled */
            invokespecial io.vertx.core.net.NetServerOptions.setLogActivity:(Z)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // boolean logEnabled
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  logEnabled  Z
    MethodParameters:
            Name  Flags
      logEnabled  

  public io.vertx.core.http.HttpServerOptions setSni(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean sni
         0: .line 739
            aload 0 /* this */
            iload 1 /* sni */
            invokespecial io.vertx.core.net.NetServerOptions.setSni:(Z)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // boolean sni
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1   sni  Z
    MethodParameters:
      Name  Flags
      sni   

  public io.vertx.core.http.HttpServerOptions setUseProxyProtocol(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean useProxyProtocol
         0: .line 744
            aload 0 /* this */
            iload 1 /* useProxyProtocol */
            invokespecial io.vertx.core.net.NetServerOptions.setUseProxyProtocol:(Z)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // boolean useProxyProtocol
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  useProxyProtocol  Z
    MethodParameters:
                  Name  Flags
      useProxyProtocol  

  public io.vertx.core.http.HttpServerOptions setProxyProtocolTimeout(long);
    descriptor: (J)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // long proxyProtocolTimeout
         0: .line 749
            aload 0 /* this */
            lload 1 /* proxyProtocolTimeout */
            invokespecial io.vertx.core.net.NetServerOptions.setProxyProtocolTimeout:(J)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // long proxyProtocolTimeout
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  proxyProtocolTimeout  J
    MethodParameters:
                      Name  Flags
      proxyProtocolTimeout  

  public io.vertx.core.http.HttpServerOptions setProxyProtocolTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // java.util.concurrent.TimeUnit proxyProtocolTimeoutUnit
         0: .line 754
            aload 0 /* this */
            aload 1 /* proxyProtocolTimeoutUnit */
            invokespecial io.vertx.core.net.NetServerOptions.setProxyProtocolTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/NetServerOptions;
            checkcast io.vertx.core.http.HttpServerOptions
            areturn
        end local 1 // java.util.concurrent.TimeUnit proxyProtocolTimeoutUnit
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    1     0                      this  Lio/vertx/core/http/HttpServerOptions;
            0    1     1  proxyProtocolTimeoutUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
                          Name  Flags
      proxyProtocolTimeoutUnit  

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

  public io.vertx.core.http.HttpServerOptions setDecompressionSupported(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean decompressionSupported
         0: .line 771
            aload 0 /* this */
            iload 1 /* decompressionSupported */
            putfield io.vertx.core.http.HttpServerOptions.decompressionSupported:Z
         1: .line 772
            aload 0 /* this */
            areturn
        end local 1 // boolean decompressionSupported
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  decompressionSupported  Z
    MethodParameters:
                        Name  Flags
      decompressionSupported  

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

  public io.vertx.core.http.HttpServerOptions setDecoderInitialBufferSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // int decoderInitialBufferSize
         0: .line 786
            iload 1 /* decoderInitialBufferSize */
            ifle 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "initialBufferSizeHttpDecoder must be > 0"
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
         3: .line 787
            aload 0 /* this */
            iload 1 /* decoderInitialBufferSize */
            putfield io.vertx.core.http.HttpServerOptions.decoderInitialBufferSize:I
         4: .line 788
            aload 0 /* this */
            areturn
        end local 1 // int decoderInitialBufferSize
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    5     0                      this  Lio/vertx/core/http/HttpServerOptions;
            0    5     1  decoderInitialBufferSize  I
    MethodParameters:
                          Name  Flags
      decoderInitialBufferSize  

  public io.vertx.core.http.HttpServerOptions setPerFrameWebSocketCompressionSupported(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean supported
         0: .line 798
            aload 0 /* this */
            iload 1 /* supported */
            putfield io.vertx.core.http.HttpServerOptions.perFrameWebSocketCompressionSupported:Z
         1: .line 799
            aload 0 /* this */
            areturn
        end local 1 // boolean supported
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  supported  Z
    MethodParameters:
           Name  Flags
      supported  

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

  public io.vertx.core.http.HttpServerOptions setPerMessageWebSocketCompressionSupported(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean supported
         0: .line 818
            aload 0 /* this */
            iload 1 /* supported */
            putfield io.vertx.core.http.HttpServerOptions.perMessageWebSocketCompressionSupported:Z
         1: .line 819
            aload 0 /* this */
            areturn
        end local 1 // boolean supported
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  supported  Z
    MethodParameters:
           Name  Flags
      supported  

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

  public io.vertx.core.http.HttpServerOptions setWebSocketCompressionLevel(int);
    descriptor: (I)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // int compressionLevel
         0: .line 838
            aload 0 /* this */
            iload 1 /* compressionLevel */
            putfield io.vertx.core.http.HttpServerOptions.webSocketCompressionLevel:I
         1: .line 839
            aload 0 /* this */
            areturn
        end local 1 // int compressionLevel
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  compressionLevel  I
    MethodParameters:
                  Name  Flags
      compressionLevel  

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

  public io.vertx.core.http.HttpServerOptions setWebSocketAllowServerNoContext(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean accept
         0: .line 857
            aload 0 /* this */
            iload 1 /* accept */
            putfield io.vertx.core.http.HttpServerOptions.webSocketAllowServerNoContext:Z
         1: .line 858
            aload 0 /* this */
            areturn
        end local 1 // boolean accept
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  accept  Z
    MethodParameters:
        Name  Flags
      accept  

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

  public io.vertx.core.http.HttpServerOptions setWebSocketPreferredClientNoContext(boolean);
    descriptor: (Z)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // boolean accept
         0: .line 877
            aload 0 /* this */
            iload 1 /* accept */
            putfield io.vertx.core.http.HttpServerOptions.webSocketPreferredClientNoContext:Z
         1: .line 878
            aload 0 /* this */
            areturn
        end local 1 // boolean accept
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  accept  Z
    MethodParameters:
        Name  Flags
      accept  

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

  public io.vertx.core.tracing.TracingPolicy getTracingPolicy();
    descriptor: ()Lio/vertx/core/tracing/TracingPolicy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpServerOptions this
         0: .line 893
            aload 0 /* this */
            getfield io.vertx.core.http.HttpServerOptions.tracingPolicy:Lio/vertx/core/tracing/TracingPolicy;
            areturn
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/HttpServerOptions;

  public io.vertx.core.http.HttpServerOptions setTracingPolicy(io.vertx.core.tracing.TracingPolicy);
    descriptor: (Lio/vertx/core/tracing/TracingPolicy;)Lio/vertx/core/http/HttpServerOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.HttpServerOptions this
        start local 1 // io.vertx.core.tracing.TracingPolicy tracingPolicy
         0: .line 903
            aload 0 /* this */
            aload 1 /* tracingPolicy */
            putfield io.vertx.core.http.HttpServerOptions.tracingPolicy:Lio/vertx/core/tracing/TracingPolicy;
         1: .line 904
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.tracing.TracingPolicy tracingPolicy
        end local 0 // io.vertx.core.http.HttpServerOptions this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/core/http/HttpServerOptions;
            0    2     1  tracingPolicy  Lio/vertx/core/tracing/TracingPolicy;
    MethodParameters:
               Name  Flags
      tracingPolicy  

  public io.vertx.core.net.NetServerOptions setSni(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setSni:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setJdkSslEngineOptions(io.vertx.core.net.JdkSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setJdkSslEngineOptions:(Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setJdkSslEngineOptions(io.vertx.core.net.JdkSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setJdkSslEngineOptions:(Lio/vertx/core/net/JdkSSLEngineOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions addCrlValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  public io.vertx.core.net.TCPSSLOptions addCrlValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.addCrlValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  public io.vertx.core.net.NetServerOptions setKeyCertOptions(io.vertx.core.net.KeyCertOptions);
    descriptor: (Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setKeyCertOptions(io.vertx.core.net.KeyCertOptions);
    descriptor: (Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setKeyCertOptions:(Lio/vertx/core/net/KeyCertOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setTrustOptions(io.vertx.core.net.TrustOptions);
    descriptor: (Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTrustOptions(io.vertx.core.net.TrustOptions);
    descriptor: (Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTrustOptions:(Lio/vertx/core/net/TrustOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setSsl(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setSsl:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSsl(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setSsl:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setProxyProtocolTimeout(long);
    descriptor: (J)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setProxyProtocolTimeout:(J)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setProxyProtocolTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setProxyProtocolTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setHost(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setHost:(Ljava/lang/String;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setOpenSslEngineOptions(io.vertx.core.net.OpenSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setOpenSslEngineOptions:(Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setOpenSslEngineOptions(io.vertx.core.net.OpenSSLEngineOptions);
    descriptor: (Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setOpenSslEngineOptions:(Lio/vertx/core/net/OpenSSLEngineOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setKeyStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setKeyStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setKeyStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setUseProxyProtocol(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setUseProxyProtocol:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setTcpCork(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTcpCork:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTcpCork(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTcpCork:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setSslHandshakeTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setSslHandshakeTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSslHandshakeTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setSslHandshakeTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setPemKeyCertOptions(io.vertx.core.net.PemKeyCertOptions);
    descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setPemKeyCertOptions(io.vertx.core.net.PemKeyCertOptions);
    descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setPemKeyCertOptions:(Lio/vertx/core/net/PemKeyCertOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setAcceptBacklog(int);
    descriptor: (I)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setAcceptBacklog:(I)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setPfxKeyCertOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setPfxKeyCertOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setUseAlpn(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setUseAlpn:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setUseAlpn(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setUseAlpn:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setReuseAddress(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setReuseAddress:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setReuseAddress(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setReuseAddress:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setReuseAddress(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setReuseAddress:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setReceiveBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setReceiveBufferSize:(I)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setReceiveBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setReceiveBufferSize:(I)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setReceiveBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setReceiveBufferSize:(I)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setPemTrustOptions(io.vertx.core.net.PemTrustOptions);
    descriptor: (Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setPemTrustOptions(io.vertx.core.net.PemTrustOptions);
    descriptor: (Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setPemTrustOptions:(Lio/vertx/core/net/PemTrustOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setSslEngineOptions(io.vertx.core.net.SSLEngineOptions);
    descriptor: (Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSslEngineOptions(io.vertx.core.net.SSLEngineOptions);
    descriptor: (Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setSslEngineOptions:(Lio/vertx/core/net/SSLEngineOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setTcpNoDelay(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTcpNoDelay:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTcpNoDelay(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTcpNoDelay:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setPfxTrustOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setPfxTrustOptions(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions addCrlPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.addCrlPath:(Ljava/lang/String;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  public io.vertx.core.net.TCPSSLOptions addCrlPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.addCrlPath:(Ljava/lang/String;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.NullPointerException

  public io.vertx.core.net.NetServerOptions setTrafficClass(int);
    descriptor: (I)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTrafficClass:(I)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setTrafficClass(int);
    descriptor: (I)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTrafficClass:(I)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTrafficClass(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTrafficClass:(I)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setClientAuth(io.vertx.core.http.ClientAuth);
    descriptor: (Lio/vertx/core/http/ClientAuth;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setClientAuth:(Lio/vertx/core/http/ClientAuth;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setSslHandshakeTimeout(long);
    descriptor: (J)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setSslHandshakeTimeout:(J)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSslHandshakeTimeout(long);
    descriptor: (J)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setSslHandshakeTimeout:(J)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setTrustStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTrustStoreOptions(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTrustStoreOptions:(Lio/vertx/core/net/JksOptions;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setIdleTimeout(int);
    descriptor: (I)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setIdleTimeout:(I)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setIdleTimeout(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setIdleTimeout:(I)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setSendBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setSendBufferSize:(I)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setSendBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setSendBufferSize:(I)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSendBufferSize(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setSendBufferSize:(I)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setTcpQuickAck(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTcpQuickAck:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTcpQuickAck(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTcpQuickAck:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setTcpKeepAlive(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTcpKeepAlive:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTcpKeepAlive(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTcpKeepAlive:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions addEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions addEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.addEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setReusePort(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setReusePort:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setReusePort(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setReusePort:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setReusePort(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setReusePort:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setTcpFastOpen(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTcpFastOpen:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setTcpFastOpen(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setTcpFastOpen:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setPort(int);
    descriptor: (I)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setPort:(I)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setIdleTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setIdleTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setIdleTimeoutUnit(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setIdleTimeoutUnit:(Ljava/util/concurrent/TimeUnit;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setLogActivity(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setLogActivity:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetworkOptions setLogActivity(boolean);
    descriptor: (Z)Lio/vertx/core/net/NetworkOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setLogActivity:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setLogActivity(boolean);
    descriptor: (Z)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setLogActivity:(Z)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions removeEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.removeEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions removeEnabledSecureTransportProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.removeEnabledSecureTransportProtocol:(Ljava/lang/String;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setEnabledSecureTransportProtocols(java.util.Set);
    descriptor: (Ljava/util/Set;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setEnabledSecureTransportProtocols:(Ljava/util/Set;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setEnabledSecureTransportProtocols(java.util.Set);
    descriptor: (Ljava/util/Set;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setEnabledSecureTransportProtocols:(Ljava/util/Set;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions addEnabledCipherSuite(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions addEnabledCipherSuite(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.addEnabledCipherSuite:(Ljava/lang/String;)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.NetServerOptions setSoLinger(int);
    descriptor: (I)Lio/vertx/core/net/NetServerOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setSoLinger:(I)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TCPSSLOptions setSoLinger(int);
    descriptor: (I)Lio/vertx/core/net/TCPSSLOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.HttpServerOptions.setSoLinger:(I)Lio/vertx/core/http/HttpServerOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HttpServerOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true, publicConverter = false)