public final class io.undertow.Undertow
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.undertow.Undertow
  super_class: java.lang.Object
{
  private final int bufferSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int ioThreads;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int workerThreads;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean directBuffers;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<io.undertow.Undertow$ListenerConfig> listeners;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/undertow/Undertow$ListenerConfig;>;

  private volatile java.util.List<io.undertow.Undertow$ListenerInfo> listenerInfo;
    descriptor: Ljava/util/List;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Ljava/util/List<Lio/undertow/Undertow$ListenerInfo;>;

  private final io.undertow.server.HttpHandler rootHandler;
    descriptor: Lio/undertow/server/HttpHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.xnio.OptionMap workerOptions;
    descriptor: Lorg/xnio/OptionMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.xnio.OptionMap socketOptions;
    descriptor: Lorg/xnio/OptionMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.xnio.OptionMap serverOptions;
    descriptor: Lorg/xnio/OptionMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean internalWorker;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.undertow.connector.ByteBufferPool byteBufferPool;
    descriptor: Lio/undertow/connector/ByteBufferPool;
    flags: (0x0002) ACC_PRIVATE

  private org.xnio.XnioWorker worker;
    descriptor: Lorg/xnio/XnioWorker;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<org.xnio.channels.AcceptingChannel<? extends org.xnio.StreamConnection>> channels;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/xnio/channels/AcceptingChannel<+Lorg/xnio/StreamConnection;>;>;

  private org.xnio.Xnio xnio;
    descriptor: Lorg/xnio/Xnio;
    flags: (0x0002) ACC_PRIVATE

  private void <init>(io.undertow.Undertow$Builder);
    descriptor: (Lio/undertow/Undertow$Builder;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.undertow.Undertow this
        start local 1 // io.undertow.Undertow$Builder builder
         0: .line 92
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 69
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.undertow.Undertow.listeners:Ljava/util/List;
         2: .line 93
            aload 0 /* this */
            aload 1 /* builder */
            getfield io.undertow.Undertow$Builder.byteBufferPool:Lio/undertow/connector/ByteBufferPool;
            putfield io.undertow.Undertow.byteBufferPool:Lio/undertow/connector/ByteBufferPool;
         3: .line 94
            aload 0 /* this */
            aload 0 /* this */
            getfield io.undertow.Undertow.byteBufferPool:Lio/undertow/connector/ByteBufferPool;
            ifnull 4
            aload 0 /* this */
            getfield io.undertow.Undertow.byteBufferPool:Lio/undertow/connector/ByteBufferPool;
            invokeinterface io.undertow.connector.ByteBufferPool.getBufferSize:()I
            goto 5
      StackMap locals: io.undertow.Undertow io.undertow.Undertow$Builder
      StackMap stack: io.undertow.Undertow
         4: aload 1 /* builder */
            getfield io.undertow.Undertow$Builder.bufferSize:I
      StackMap locals: io.undertow.Undertow io.undertow.Undertow$Builder
      StackMap stack: io.undertow.Undertow int
         5: putfield io.undertow.Undertow.bufferSize:I
         6: .line 95
            aload 0 /* this */
            aload 0 /* this */
            getfield io.undertow.Undertow.byteBufferPool:Lio/undertow/connector/ByteBufferPool;
            ifnull 7
            aload 0 /* this */
            getfield io.undertow.Undertow.byteBufferPool:Lio/undertow/connector/ByteBufferPool;
            invokeinterface io.undertow.connector.ByteBufferPool.isDirect:()Z
            goto 8
      StackMap locals:
      StackMap stack: io.undertow.Undertow
         7: aload 1 /* builder */
            getfield io.undertow.Undertow$Builder.directBuffers:Z
      StackMap locals: io.undertow.Undertow io.undertow.Undertow$Builder
      StackMap stack: io.undertow.Undertow int
         8: putfield io.undertow.Undertow.directBuffers:Z
         9: .line 96
            aload 0 /* this */
            aload 1 /* builder */
            getfield io.undertow.Undertow$Builder.ioThreads:I
            putfield io.undertow.Undertow.ioThreads:I
        10: .line 97
            aload 0 /* this */
            aload 1 /* builder */
            getfield io.undertow.Undertow$Builder.workerThreads:I
            putfield io.undertow.Undertow.workerThreads:I
        11: .line 98
            aload 0 /* this */
            getfield io.undertow.Undertow.listeners:Ljava/util/List;
            aload 1 /* builder */
            getfield io.undertow.Undertow$Builder.listeners:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        12: .line 99
            aload 0 /* this */
            aload 1 /* builder */
            getfield io.undertow.Undertow$Builder.handler:Lio/undertow/server/HttpHandler;
            putfield io.undertow.Undertow.rootHandler:Lio/undertow/server/HttpHandler;
        13: .line 100
            aload 0 /* this */
            aload 1 /* builder */
            getfield io.undertow.Undertow$Builder.worker:Lorg/xnio/XnioWorker;
            putfield io.undertow.Undertow.worker:Lorg/xnio/XnioWorker;
        14: .line 101
            aload 0 /* this */
            aload 1 /* builder */
            getfield io.undertow.Undertow$Builder.worker:Lorg/xnio/XnioWorker;
            ifnonnull 15
            iconst_1
            goto 16
      StackMap locals:
      StackMap stack: io.undertow.Undertow
        15: iconst_0
      StackMap locals: io.undertow.Undertow io.undertow.Undertow$Builder
      StackMap stack: io.undertow.Undertow int
        16: putfield io.undertow.Undertow.internalWorker:Z
        17: .line 102
            aload 0 /* this */
            aload 1 /* builder */
            getfield io.undertow.Undertow$Builder.workerOptions:Lorg/xnio/OptionMap$Builder;
            invokevirtual org.xnio.OptionMap$Builder.getMap:()Lorg/xnio/OptionMap;
            putfield io.undertow.Undertow.workerOptions:Lorg/xnio/OptionMap;
        18: .line 103
            aload 0 /* this */
            aload 1 /* builder */
            getfield io.undertow.Undertow$Builder.socketOptions:Lorg/xnio/OptionMap$Builder;
            invokevirtual org.xnio.OptionMap$Builder.getMap:()Lorg/xnio/OptionMap;
            putfield io.undertow.Undertow.socketOptions:Lorg/xnio/OptionMap;
        19: .line 104
            aload 0 /* this */
            aload 1 /* builder */
            getfield io.undertow.Undertow$Builder.serverOptions:Lorg/xnio/OptionMap$Builder;
            invokevirtual org.xnio.OptionMap$Builder.getMap:()Lorg/xnio/OptionMap;
            putfield io.undertow.Undertow.serverOptions:Lorg/xnio/OptionMap;
        20: .line 105
            return
        end local 1 // io.undertow.Undertow$Builder builder
        end local 0 // io.undertow.Undertow this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   21     0     this  Lio/undertow/Undertow;
            0   21     1  builder  Lio/undertow/Undertow$Builder;
    MethodParameters:
         Name  Flags
      builder  

  public static io.undertow.Undertow$Builder builder();
    descriptor: ()Lio/undertow/Undertow$Builder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 111
            new io.undertow.Undertow$Builder
            dup
            invokespecial io.undertow.Undertow$Builder.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public synchronized void start();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=8, locals=15, args_size=1
        start local 0 // io.undertow.Undertow this
         0: .line 115
            getstatic io.undertow.UndertowLogger.ROOT_LOGGER:Lio/undertow/UndertowLogger;
            ldc "starting undertow server %s"
            aload 0 /* this */
            invokeinterface io.undertow.UndertowLogger.debugf:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 116
            aload 0 /* this */
            ldc Lio/undertow/Undertow;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            invokestatic org.xnio.Xnio.getInstance:(Ljava/lang/ClassLoader;)Lorg/xnio/Xnio;
            putfield io.undertow.Undertow.xnio:Lorg/xnio/Xnio;
         2: .line 117
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.undertow.Undertow.channels:Ljava/util/List;
         3: .line 119
            aload 0 /* this */
            getfield io.undertow.Undertow.internalWorker:Z
            ifeq 15
         4: .line 120
            aload 0 /* this */
            aload 0 /* this */
            getfield io.undertow.Undertow.xnio:Lorg/xnio/Xnio;
            invokestatic org.xnio.OptionMap.builder:()Lorg/xnio/OptionMap$Builder;
         5: .line 121
            getstatic org.xnio.Options.WORKER_IO_THREADS:Lorg/xnio/Option;
            aload 0 /* this */
            getfield io.undertow.Undertow.ioThreads:I
            invokevirtual org.xnio.OptionMap$Builder.set:(Lorg/xnio/Option;I)Lorg/xnio/OptionMap$Builder;
         6: .line 122
            getstatic org.xnio.Options.CONNECTION_HIGH_WATER:Lorg/xnio/Option;
            ldc 1000000
            invokevirtual org.xnio.OptionMap$Builder.set:(Lorg/xnio/Option;I)Lorg/xnio/OptionMap$Builder;
         7: .line 123
            getstatic org.xnio.Options.CONNECTION_LOW_WATER:Lorg/xnio/Option;
            ldc 1000000
            invokevirtual org.xnio.OptionMap$Builder.set:(Lorg/xnio/Option;I)Lorg/xnio/OptionMap$Builder;
         8: .line 124
            getstatic org.xnio.Options.WORKER_TASK_CORE_THREADS:Lorg/xnio/Option;
            aload 0 /* this */
            getfield io.undertow.Undertow.workerThreads:I
            invokevirtual org.xnio.OptionMap$Builder.set:(Lorg/xnio/Option;I)Lorg/xnio/OptionMap$Builder;
         9: .line 125
            getstatic org.xnio.Options.WORKER_TASK_MAX_THREADS:Lorg/xnio/Option;
            aload 0 /* this */
            getfield io.undertow.Undertow.workerThreads:I
            invokevirtual org.xnio.OptionMap$Builder.set:(Lorg/xnio/Option;I)Lorg/xnio/OptionMap$Builder;
        10: .line 126
            getstatic org.xnio.Options.TCP_NODELAY:Lorg/xnio/Option;
            iconst_1
            invokevirtual org.xnio.OptionMap$Builder.set:(Lorg/xnio/Option;Z)Lorg/xnio/OptionMap$Builder;
        11: .line 127
            getstatic org.xnio.Options.CORK:Lorg/xnio/Option;
            iconst_1
            invokevirtual org.xnio.OptionMap$Builder.set:(Lorg/xnio/Option;Z)Lorg/xnio/OptionMap$Builder;
        12: .line 128
            aload 0 /* this */
            getfield io.undertow.Undertow.workerOptions:Lorg/xnio/OptionMap;
            invokevirtual org.xnio.OptionMap$Builder.addAll:(Lorg/xnio/OptionMap;)Lorg/xnio/OptionMap$Builder;
        13: .line 129
            invokevirtual org.xnio.OptionMap$Builder.getMap:()Lorg/xnio/OptionMap;
        14: .line 120
            invokevirtual org.xnio.Xnio.createWorker:(Lorg/xnio/OptionMap;)Lorg/xnio/XnioWorker;
            putfield io.undertow.Undertow.worker:Lorg/xnio/XnioWorker;
        15: .line 132
      StackMap locals:
      StackMap stack:
            invokestatic org.xnio.OptionMap.builder:()Lorg/xnio/OptionMap$Builder;
        16: .line 133
            getstatic org.xnio.Options.WORKER_IO_THREADS:Lorg/xnio/Option;
            aload 0 /* this */
            getfield io.undertow.Undertow.worker:Lorg/xnio/XnioWorker;
            invokevirtual org.xnio.XnioWorker.getIoThreadCount:()I
            invokevirtual org.xnio.OptionMap$Builder.set:(Lorg/xnio/Option;I)Lorg/xnio/OptionMap$Builder;
        17: .line 134
            getstatic org.xnio.Options.TCP_NODELAY:Lorg/xnio/Option;
            iconst_1
            invokevirtual org.xnio.OptionMap$Builder.set:(Lorg/xnio/Option;Z)Lorg/xnio/OptionMap$Builder;
        18: .line 135
            getstatic org.xnio.Options.REUSE_ADDRESSES:Lorg/xnio/Option;
            iconst_1
            invokevirtual org.xnio.OptionMap$Builder.set:(Lorg/xnio/Option;Z)Lorg/xnio/OptionMap$Builder;
        19: .line 136
            getstatic org.xnio.Options.BALANCING_TOKENS:Lorg/xnio/Option;
            iconst_1
            invokevirtual org.xnio.OptionMap$Builder.set:(Lorg/xnio/Option;I)Lorg/xnio/OptionMap$Builder;
        20: .line 137
            getstatic org.xnio.Options.BALANCING_CONNECTIONS:Lorg/xnio/Option;
            iconst_2
            invokevirtual org.xnio.OptionMap$Builder.set:(Lorg/xnio/Option;I)Lorg/xnio/OptionMap$Builder;
        21: .line 138
            getstatic org.xnio.Options.BACKLOG:Lorg/xnio/Option;
            sipush 1000
            invokevirtual org.xnio.OptionMap$Builder.set:(Lorg/xnio/Option;I)Lorg/xnio/OptionMap$Builder;
        22: .line 139
            aload 0 /* this */
            getfield io.undertow.Undertow.socketOptions:Lorg/xnio/OptionMap;
            invokevirtual org.xnio.OptionMap$Builder.addAll:(Lorg/xnio/OptionMap;)Lorg/xnio/OptionMap$Builder;
        23: .line 140
            invokevirtual org.xnio.OptionMap$Builder.getMap:()Lorg/xnio/OptionMap;
        24: .line 132
            astore 1 /* socketOptions */
        start local 1 // org.xnio.OptionMap socketOptions
        25: .line 142
            invokestatic org.xnio.OptionMap.builder:()Lorg/xnio/OptionMap$Builder;
        26: .line 143
            getstatic io.undertow.UndertowOptions.NO_REQUEST_TIMEOUT:Lorg/xnio/Option;
            ldc 60000
            invokevirtual org.xnio.OptionMap$Builder.set:(Lorg/xnio/Option;I)Lorg/xnio/OptionMap$Builder;
        27: .line 144
            aload 0 /* this */
            getfield io.undertow.Undertow.serverOptions:Lorg/xnio/OptionMap;
            invokevirtual org.xnio.OptionMap$Builder.addAll:(Lorg/xnio/OptionMap;)Lorg/xnio/OptionMap$Builder;
        28: .line 145
            invokevirtual org.xnio.OptionMap$Builder.getMap:()Lorg/xnio/OptionMap;
        29: .line 142
            astore 2 /* serverOptions */
        start local 2 // org.xnio.OptionMap serverOptions
        30: .line 148
            aload 0 /* this */
            getfield io.undertow.Undertow.byteBufferPool:Lio/undertow/connector/ByteBufferPool;
            astore 3 /* buffers */
        start local 3 // io.undertow.connector.ByteBufferPool buffers
        31: .line 149
            aload 3 /* buffers */
            ifnonnull 33
        32: .line 150
            new io.undertow.server.DefaultByteBufferPool
            dup
            aload 0 /* this */
            getfield io.undertow.Undertow.directBuffers:Z
            aload 0 /* this */
            getfield io.undertow.Undertow.bufferSize:I
            iconst_m1
            iconst_4
            invokespecial io.undertow.server.DefaultByteBufferPool.<init>:(ZIII)V
            astore 3 /* buffers */
        33: .line 153
      StackMap locals: org.xnio.OptionMap org.xnio.OptionMap io.undertow.connector.ByteBufferPool
      StackMap stack:
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.undertow.Undertow.listenerInfo:Ljava/util/List;
        34: .line 154
            aload 0 /* this */
            getfield io.undertow.Undertow.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 104
      StackMap locals: io.undertow.Undertow org.xnio.OptionMap org.xnio.OptionMap io.undertow.connector.ByteBufferPool top java.util.Iterator
      StackMap stack:
        35: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.undertow.Undertow$ListenerConfig
            astore 4 /* listener */
        start local 4 // io.undertow.Undertow$ListenerConfig listener
        36: .line 155
            getstatic io.undertow.UndertowLogger.ROOT_LOGGER:Lio/undertow/UndertowLogger;
            ldc "Configuring listener with protocol %s for interface %s and port %s"
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.type:Lio/undertow/Undertow$ListenerType;
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.host:Ljava/lang/String;
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.port:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface io.undertow.UndertowLogger.debugf:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
        37: .line 156
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.rootHandler:Lio/undertow/server/HttpHandler;
            ifnull 38
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.rootHandler:Lio/undertow/server/HttpHandler;
            goto 39
      StackMap locals: io.undertow.Undertow org.xnio.OptionMap org.xnio.OptionMap io.undertow.connector.ByteBufferPool io.undertow.Undertow$ListenerConfig java.util.Iterator
      StackMap stack:
        38: aload 0 /* this */
            getfield io.undertow.Undertow.rootHandler:Lio/undertow/server/HttpHandler;
      StackMap locals:
      StackMap stack: io.undertow.server.HttpHandler
        39: astore 6 /* rootHandler */
        start local 6 // io.undertow.server.HttpHandler rootHandler
        40: .line 157
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.type:Lio/undertow/Undertow$ListenerType;
            getstatic io.undertow.Undertow$ListenerType.AJP:Lio/undertow/Undertow$ListenerType;
            if_acmpne 54
        41: .line 158
            new io.undertow.server.protocol.ajp.AjpOpenListener
            dup
            aload 3 /* buffers */
            aload 2 /* serverOptions */
            invokespecial io.undertow.server.protocol.ajp.AjpOpenListener.<init>:(Lio/undertow/connector/ByteBufferPool;Lorg/xnio/OptionMap;)V
            astore 7 /* openListener */
        start local 7 // io.undertow.server.protocol.ajp.AjpOpenListener openListener
        42: .line 159
            aload 7 /* openListener */
            aload 6 /* rootHandler */
            invokevirtual io.undertow.server.protocol.ajp.AjpOpenListener.setRootHandler:(Lio/undertow/server/HttpHandler;)V
        43: .line 162
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.useProxyProtocol:Z
            ifeq 46
        44: .line 163
            new io.undertow.server.protocol.proxy.ProxyProtocolOpenListener
            dup
            aload 7 /* openListener */
            aconst_null
            aload 3 /* buffers */
            getstatic org.xnio.OptionMap.EMPTY:Lorg/xnio/OptionMap;
            invokespecial io.undertow.server.protocol.proxy.ProxyProtocolOpenListener.<init>:(Lio/undertow/server/OpenListener;Lio/undertow/protocols/ssl/UndertowXnioSsl;Lio/undertow/connector/ByteBufferPool;Lorg/xnio/OptionMap;)V
            astore 8 /* finalListener */
        start local 8 // org.xnio.ChannelListener finalListener
        45: .line 164
            goto 47
        end local 8 // org.xnio.ChannelListener finalListener
        46: .line 165
      StackMap locals: io.undertow.server.HttpHandler io.undertow.server.protocol.ajp.AjpOpenListener
      StackMap stack:
            aload 7 /* openListener */
            astore 8 /* finalListener */
        start local 8 // org.xnio.ChannelListener finalListener
        47: .line 167
      StackMap locals: org.xnio.ChannelListener
      StackMap stack:
            aload 8 /* finalListener */
            invokestatic org.xnio.ChannelListeners.openListenerAdapter:(Lorg/xnio/ChannelListener;)Lorg/xnio/ChannelListener;
            astore 9 /* acceptListener */
        start local 9 // org.xnio.ChannelListener acceptListener
        48: .line 168
            invokestatic org.xnio.OptionMap.builder:()Lorg/xnio/OptionMap$Builder;
            aload 1 /* socketOptions */
            invokevirtual org.xnio.OptionMap$Builder.addAll:(Lorg/xnio/OptionMap;)Lorg/xnio/OptionMap$Builder;
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.overrideSocketOptions:Lorg/xnio/OptionMap;
            invokevirtual org.xnio.OptionMap$Builder.addAll:(Lorg/xnio/OptionMap;)Lorg/xnio/OptionMap$Builder;
            invokevirtual org.xnio.OptionMap$Builder.getMap:()Lorg/xnio/OptionMap;
            astore 10 /* socketOptionsWithOverrides */
        start local 10 // org.xnio.OptionMap socketOptionsWithOverrides
        49: .line 169
            aload 0 /* this */
            getfield io.undertow.Undertow.worker:Lorg/xnio/XnioWorker;
            new java.net.InetSocketAddress
            dup
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.host:Ljava/lang/String;
            invokestatic java.net.Inet4Address.getByName:(Ljava/lang/String;)Ljava/net/InetAddress;
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.port:I
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            aload 9 /* acceptListener */
            aload 10 /* socketOptionsWithOverrides */
            invokevirtual org.xnio.XnioWorker.createStreamConnectionServer:(Ljava/net/SocketAddress;Lorg/xnio/ChannelListener;Lorg/xnio/OptionMap;)Lorg/xnio/channels/AcceptingChannel;
            astore 11 /* server */
        start local 11 // org.xnio.channels.AcceptingChannel server
        50: .line 170
            aload 11 /* server */
            invokeinterface org.xnio.channels.AcceptingChannel.resumeAccepts:()V
        51: .line 171
            aload 0 /* this */
            getfield io.undertow.Undertow.channels:Ljava/util/List;
            aload 11 /* server */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        52: .line 172
            aload 0 /* this */
            getfield io.undertow.Undertow.listenerInfo:Ljava/util/List;
            new io.undertow.Undertow$ListenerInfo
            dup
            ldc "ajp"
            aload 11 /* server */
            invokeinterface org.xnio.channels.AcceptingChannel.getLocalAddress:()Ljava/net/SocketAddress;
            aload 7 /* openListener */
            aconst_null
            aload 11 /* server */
            invokespecial io.undertow.Undertow$ListenerInfo.<init>:(Ljava/lang/String;Ljava/net/SocketAddress;Lio/undertow/server/OpenListener;Lio/undertow/protocols/ssl/UndertowXnioSsl;Lorg/xnio/channels/AcceptingChannel;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 11 // org.xnio.channels.AcceptingChannel server
        end local 10 // org.xnio.OptionMap socketOptionsWithOverrides
        end local 9 // org.xnio.ChannelListener acceptListener
        end local 8 // org.xnio.ChannelListener finalListener
        end local 7 // io.undertow.server.protocol.ajp.AjpOpenListener openListener
        53: .line 173
            goto 104
        54: .line 174
      StackMap locals:
      StackMap stack:
            invokestatic org.xnio.OptionMap.builder:()Lorg/xnio/OptionMap$Builder;
            getstatic io.undertow.UndertowOptions.BUFFER_PIPELINED_DATA:Lorg/xnio/Option;
            iconst_1
            invokevirtual org.xnio.OptionMap$Builder.set:(Lorg/xnio/Option;Z)Lorg/xnio/OptionMap$Builder;
            aload 2 /* serverOptions */
            invokevirtual org.xnio.OptionMap$Builder.addAll:(Lorg/xnio/OptionMap;)Lorg/xnio/OptionMap$Builder;
            invokevirtual org.xnio.OptionMap$Builder.getMap:()Lorg/xnio/OptionMap;
            astore 7 /* undertowOptions */
        start local 7 // org.xnio.OptionMap undertowOptions
        55: .line 175
            aload 2 /* serverOptions */
            getstatic io.undertow.UndertowOptions.ENABLE_HTTP2:Lorg/xnio/Option;
            iconst_0
            invokevirtual org.xnio.OptionMap.get:(Lorg/xnio/Option;Z)Z
            istore 8 /* http2 */
        start local 8 // boolean http2
        56: .line 176
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.type:Lio/undertow/Undertow$ListenerType;
            getstatic io.undertow.Undertow$ListenerType.HTTP:Lio/undertow/Undertow$ListenerType;
            if_acmpne 73
        57: .line 177
            new io.undertow.server.protocol.http.HttpOpenListener
            dup
            aload 3 /* buffers */
            aload 7 /* undertowOptions */
            invokespecial io.undertow.server.protocol.http.HttpOpenListener.<init>:(Lio/undertow/connector/ByteBufferPool;Lorg/xnio/OptionMap;)V
            astore 9 /* openListener */
        start local 9 // io.undertow.server.protocol.http.HttpOpenListener openListener
        58: .line 178
            aload 6 /* rootHandler */
            astore 10 /* handler */
        start local 10 // io.undertow.server.HttpHandler handler
        59: .line 179
            iload 8 /* http2 */
            ifeq 61
        60: .line 180
            new io.undertow.server.protocol.http2.Http2UpgradeHandler
            dup
            aload 10 /* handler */
            invokespecial io.undertow.server.protocol.http2.Http2UpgradeHandler.<init>:(Lio/undertow/server/HttpHandler;)V
            astore 10 /* handler */
        61: .line 182
      StackMap locals: io.undertow.Undertow org.xnio.OptionMap org.xnio.OptionMap io.undertow.connector.ByteBufferPool io.undertow.Undertow$ListenerConfig java.util.Iterator io.undertow.server.HttpHandler org.xnio.OptionMap int io.undertow.server.protocol.http.HttpOpenListener io.undertow.server.HttpHandler
      StackMap stack:
            aload 9 /* openListener */
            aload 10 /* handler */
            invokevirtual io.undertow.server.protocol.http.HttpOpenListener.setRootHandler:(Lio/undertow/server/HttpHandler;)V
        62: .line 184
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.useProxyProtocol:Z
            ifeq 65
        63: .line 185
            new io.undertow.server.protocol.proxy.ProxyProtocolOpenListener
            dup
            aload 9 /* openListener */
            aconst_null
            aload 3 /* buffers */
            getstatic org.xnio.OptionMap.EMPTY:Lorg/xnio/OptionMap;
            invokespecial io.undertow.server.protocol.proxy.ProxyProtocolOpenListener.<init>:(Lio/undertow/server/OpenListener;Lio/undertow/protocols/ssl/UndertowXnioSsl;Lio/undertow/connector/ByteBufferPool;Lorg/xnio/OptionMap;)V
            astore 11 /* finalListener */
        start local 11 // org.xnio.ChannelListener finalListener
        64: .line 186
            goto 66
        end local 11 // org.xnio.ChannelListener finalListener
        65: .line 187
      StackMap locals:
      StackMap stack:
            aload 9 /* openListener */
            astore 11 /* finalListener */
        start local 11 // org.xnio.ChannelListener finalListener
        66: .line 190
      StackMap locals: org.xnio.ChannelListener
      StackMap stack:
            aload 11 /* finalListener */
            invokestatic org.xnio.ChannelListeners.openListenerAdapter:(Lorg/xnio/ChannelListener;)Lorg/xnio/ChannelListener;
            astore 12 /* acceptListener */
        start local 12 // org.xnio.ChannelListener acceptListener
        67: .line 191
            invokestatic org.xnio.OptionMap.builder:()Lorg/xnio/OptionMap$Builder;
            aload 1 /* socketOptions */
            invokevirtual org.xnio.OptionMap$Builder.addAll:(Lorg/xnio/OptionMap;)Lorg/xnio/OptionMap$Builder;
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.overrideSocketOptions:Lorg/xnio/OptionMap;
            invokevirtual org.xnio.OptionMap$Builder.addAll:(Lorg/xnio/OptionMap;)Lorg/xnio/OptionMap$Builder;
            invokevirtual org.xnio.OptionMap$Builder.getMap:()Lorg/xnio/OptionMap;
            astore 13 /* socketOptionsWithOverrides */
        start local 13 // org.xnio.OptionMap socketOptionsWithOverrides
        68: .line 192
            aload 0 /* this */
            getfield io.undertow.Undertow.worker:Lorg/xnio/XnioWorker;
            new java.net.InetSocketAddress
            dup
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.host:Ljava/lang/String;
            invokestatic java.net.Inet4Address.getByName:(Ljava/lang/String;)Ljava/net/InetAddress;
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.port:I
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            aload 12 /* acceptListener */
            aload 13 /* socketOptionsWithOverrides */
            invokevirtual org.xnio.XnioWorker.createStreamConnectionServer:(Ljava/net/SocketAddress;Lorg/xnio/ChannelListener;Lorg/xnio/OptionMap;)Lorg/xnio/channels/AcceptingChannel;
            astore 14 /* server */
        start local 14 // org.xnio.channels.AcceptingChannel server
        69: .line 193
            aload 14 /* server */
            invokeinterface org.xnio.channels.AcceptingChannel.resumeAccepts:()V
        70: .line 194
            aload 0 /* this */
            getfield io.undertow.Undertow.channels:Ljava/util/List;
            aload 14 /* server */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        71: .line 195
            aload 0 /* this */
            getfield io.undertow.Undertow.listenerInfo:Ljava/util/List;
            new io.undertow.Undertow$ListenerInfo
            dup
            ldc "http"
            aload 14 /* server */
            invokeinterface org.xnio.channels.AcceptingChannel.getLocalAddress:()Ljava/net/SocketAddress;
            aload 9 /* openListener */
            aconst_null
            aload 14 /* server */
            invokespecial io.undertow.Undertow$ListenerInfo.<init>:(Ljava/lang/String;Ljava/net/SocketAddress;Lio/undertow/server/OpenListener;Lio/undertow/protocols/ssl/UndertowXnioSsl;Lorg/xnio/channels/AcceptingChannel;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 14 // org.xnio.channels.AcceptingChannel server
        end local 13 // org.xnio.OptionMap socketOptionsWithOverrides
        end local 12 // org.xnio.ChannelListener acceptListener
        end local 11 // org.xnio.ChannelListener finalListener
        end local 10 // io.undertow.server.HttpHandler handler
        end local 9 // io.undertow.server.protocol.http.HttpOpenListener openListener
        72: .line 196
            goto 104
      StackMap locals:
      StackMap stack:
        73: aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.type:Lio/undertow/Undertow$ListenerType;
            getstatic io.undertow.Undertow$ListenerType.HTTPS:Lio/undertow/Undertow$ListenerType;
            if_acmpne 104
        74: .line 199
            new io.undertow.server.protocol.http.HttpOpenListener
            dup
            aload 3 /* buffers */
            aload 7 /* undertowOptions */
            invokespecial io.undertow.server.protocol.http.HttpOpenListener.<init>:(Lio/undertow/connector/ByteBufferPool;Lorg/xnio/OptionMap;)V
            astore 10 /* httpOpenListener */
        start local 10 // io.undertow.server.protocol.http.HttpOpenListener httpOpenListener
        75: .line 200
            aload 10 /* httpOpenListener */
            aload 6 /* rootHandler */
            invokevirtual io.undertow.server.protocol.http.HttpOpenListener.setRootHandler:(Lio/undertow/server/HttpHandler;)V
        76: .line 202
            iload 8 /* http2 */
            ifeq 85
        77: .line 203
            new io.undertow.server.protocol.http.AlpnOpenListener
            dup
            aload 3 /* buffers */
            aload 7 /* undertowOptions */
            aload 10 /* httpOpenListener */
            invokespecial io.undertow.server.protocol.http.AlpnOpenListener.<init>:(Lio/undertow/connector/ByteBufferPool;Lorg/xnio/OptionMap;Lio/undertow/server/DelegateOpenListener;)V
            astore 11 /* alpn */
        start local 11 // io.undertow.server.protocol.http.AlpnOpenListener alpn
        78: .line 204
            iload 8 /* http2 */
            ifeq 83
        79: .line 205
            new io.undertow.server.protocol.http2.Http2OpenListener
            dup
            aload 3 /* buffers */
            aload 7 /* undertowOptions */
            invokespecial io.undertow.server.protocol.http2.Http2OpenListener.<init>:(Lio/undertow/connector/ByteBufferPool;Lorg/xnio/OptionMap;)V
            astore 12 /* http2Listener */
        start local 12 // io.undertow.server.protocol.http2.Http2OpenListener http2Listener
        80: .line 206
            aload 12 /* http2Listener */
            aload 6 /* rootHandler */
            invokevirtual io.undertow.server.protocol.http2.Http2OpenListener.setRootHandler:(Lio/undertow/server/HttpHandler;)V
        81: .line 207
            aload 11 /* alpn */
            ldc "h2"
            aload 12 /* http2Listener */
            bipush 10
            invokevirtual io.undertow.server.protocol.http.AlpnOpenListener.addProtocol:(Ljava/lang/String;Lio/undertow/server/DelegateOpenListener;I)Lio/undertow/server/protocol/http/AlpnOpenListener;
            pop
        82: .line 208
            aload 11 /* alpn */
            ldc "h2-14"
            aload 12 /* http2Listener */
            bipush 7
            invokevirtual io.undertow.server.protocol.http.AlpnOpenListener.addProtocol:(Ljava/lang/String;Lio/undertow/server/DelegateOpenListener;I)Lio/undertow/server/protocol/http/AlpnOpenListener;
            pop
        end local 12 // io.undertow.server.protocol.http2.Http2OpenListener http2Listener
        83: .line 210
      StackMap locals: io.undertow.Undertow org.xnio.OptionMap org.xnio.OptionMap io.undertow.connector.ByteBufferPool io.undertow.Undertow$ListenerConfig java.util.Iterator io.undertow.server.HttpHandler org.xnio.OptionMap int top io.undertow.server.protocol.http.HttpOpenListener io.undertow.server.protocol.http.AlpnOpenListener
      StackMap stack:
            aload 11 /* alpn */
            astore 9 /* openListener */
        end local 11 // io.undertow.server.protocol.http.AlpnOpenListener alpn
        start local 9 // io.undertow.server.OpenListener openListener
        84: .line 211
            goto 86
        end local 9 // io.undertow.server.OpenListener openListener
        85: .line 212
      StackMap locals:
      StackMap stack:
            aload 10 /* httpOpenListener */
            astore 9 /* openListener */
        start local 9 // io.undertow.server.OpenListener openListener
        86: .line 216
      StackMap locals: io.undertow.Undertow org.xnio.OptionMap org.xnio.OptionMap io.undertow.connector.ByteBufferPool io.undertow.Undertow$ListenerConfig java.util.Iterator io.undertow.server.HttpHandler org.xnio.OptionMap int io.undertow.server.OpenListener io.undertow.server.protocol.http.HttpOpenListener
      StackMap stack:
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.sslContext:Ljavax/net/ssl/SSLContext;
            ifnull 89
        87: .line 217
            new io.undertow.protocols.ssl.UndertowXnioSsl
            dup
            aload 0 /* this */
            getfield io.undertow.Undertow.xnio:Lorg/xnio/Xnio;
            getstatic org.xnio.Options.USE_DIRECT_BUFFERS:Lorg/xnio/Option;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic org.xnio.OptionMap.create:(Lorg/xnio/Option;Ljava/lang/Object;)Lorg/xnio/OptionMap;
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.sslContext:Ljavax/net/ssl/SSLContext;
            invokespecial io.undertow.protocols.ssl.UndertowXnioSsl.<init>:(Lorg/xnio/Xnio;Lorg/xnio/OptionMap;Ljavax/net/ssl/SSLContext;)V
            astore 11 /* xnioSsl */
        start local 11 // io.undertow.protocols.ssl.UndertowXnioSsl xnioSsl
        88: .line 218
            goto 94
        end local 11 // io.undertow.protocols.ssl.UndertowXnioSsl xnioSsl
        89: .line 219
      StackMap locals:
      StackMap stack:
            invokestatic org.xnio.OptionMap.builder:()Lorg/xnio/OptionMap$Builder;
            astore 12 /* builder */
        start local 12 // org.xnio.OptionMap$Builder builder
        90: .line 220
            aload 12 /* builder */
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.overrideSocketOptions:Lorg/xnio/OptionMap;
            invokevirtual org.xnio.OptionMap$Builder.addAll:(Lorg/xnio/OptionMap;)Lorg/xnio/OptionMap$Builder;
            pop
        91: .line 221
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.overrideSocketOptions:Lorg/xnio/OptionMap;
            getstatic org.xnio.Options.SSL_PROTOCOL:Lorg/xnio/Option;
            invokevirtual org.xnio.OptionMap.contains:(Lorg/xnio/Option;)Z
            ifne 93
        92: .line 222
            aload 12 /* builder */
            getstatic org.xnio.Options.SSL_PROTOCOL:Lorg/xnio/Option;
            ldc "TLSv1.2"
            invokevirtual org.xnio.OptionMap$Builder.set:(Lorg/xnio/Option;Ljava/lang/Object;)Lorg/xnio/OptionMap$Builder;
            pop
        93: .line 224
      StackMap locals: io.undertow.Undertow org.xnio.OptionMap org.xnio.OptionMap io.undertow.connector.ByteBufferPool io.undertow.Undertow$ListenerConfig java.util.Iterator io.undertow.server.HttpHandler org.xnio.OptionMap int io.undertow.server.OpenListener io.undertow.server.protocol.http.HttpOpenListener top org.xnio.OptionMap$Builder
      StackMap stack:
            new io.undertow.protocols.ssl.UndertowXnioSsl
            dup
            aload 0 /* this */
            getfield io.undertow.Undertow.xnio:Lorg/xnio/Xnio;
            getstatic org.xnio.Options.USE_DIRECT_BUFFERS:Lorg/xnio/Option;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic org.xnio.OptionMap.create:(Lorg/xnio/Option;Ljava/lang/Object;)Lorg/xnio/OptionMap;
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.keyManagers:[Ljavax/net/ssl/KeyManager;
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.trustManagers:[Ljavax/net/ssl/TrustManager;
            new java.security.SecureRandom
            dup
            invokespecial java.security.SecureRandom.<init>:()V
            aload 12 /* builder */
            invokevirtual org.xnio.OptionMap$Builder.getMap:()Lorg/xnio/OptionMap;
            invokestatic org.xnio.ssl.JsseSslUtils.createSSLContext:([Ljavax/net/ssl/KeyManager;[Ljavax/net/ssl/TrustManager;Ljava/security/SecureRandom;Lorg/xnio/OptionMap;)Ljavax/net/ssl/SSLContext;
            invokespecial io.undertow.protocols.ssl.UndertowXnioSsl.<init>:(Lorg/xnio/Xnio;Lorg/xnio/OptionMap;Ljavax/net/ssl/SSLContext;)V
            astore 11 /* xnioSsl */
        end local 12 // org.xnio.OptionMap$Builder builder
        start local 11 // io.undertow.protocols.ssl.UndertowXnioSsl xnioSsl
        94: .line 227
      StackMap locals: io.undertow.Undertow org.xnio.OptionMap org.xnio.OptionMap io.undertow.connector.ByteBufferPool io.undertow.Undertow$ListenerConfig java.util.Iterator io.undertow.server.HttpHandler org.xnio.OptionMap int io.undertow.server.OpenListener io.undertow.server.protocol.http.HttpOpenListener io.undertow.protocols.ssl.UndertowXnioSsl
      StackMap stack:
            invokestatic org.xnio.OptionMap.builder:()Lorg/xnio/OptionMap$Builder;
            aload 1 /* socketOptions */
            invokevirtual org.xnio.OptionMap$Builder.addAll:(Lorg/xnio/OptionMap;)Lorg/xnio/OptionMap$Builder;
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.overrideSocketOptions:Lorg/xnio/OptionMap;
            invokevirtual org.xnio.OptionMap$Builder.addAll:(Lorg/xnio/OptionMap;)Lorg/xnio/OptionMap$Builder;
            invokevirtual org.xnio.OptionMap$Builder.getMap:()Lorg/xnio/OptionMap;
            astore 12 /* socketOptionsWithOverrides */
        start local 12 // org.xnio.OptionMap socketOptionsWithOverrides
        95: .line 229
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.useProxyProtocol:Z
            ifeq 99
        96: .line 230
            new io.undertow.server.protocol.proxy.ProxyProtocolOpenListener
            dup
            aload 9 /* openListener */
            aload 11 /* xnioSsl */
            aload 3 /* buffers */
            aload 12 /* socketOptionsWithOverrides */
            invokespecial io.undertow.server.protocol.proxy.ProxyProtocolOpenListener.<init>:(Lio/undertow/server/OpenListener;Lio/undertow/protocols/ssl/UndertowXnioSsl;Lio/undertow/connector/ByteBufferPool;Lorg/xnio/OptionMap;)V
            invokestatic org.xnio.ChannelListeners.openListenerAdapter:(Lorg/xnio/ChannelListener;)Lorg/xnio/ChannelListener;
            astore 14 /* acceptListener */
        start local 14 // org.xnio.ChannelListener acceptListener
        97: .line 231
            aload 0 /* this */
            getfield io.undertow.Undertow.worker:Lorg/xnio/XnioWorker;
            new java.net.InetSocketAddress
            dup
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.host:Ljava/lang/String;
            invokestatic java.net.Inet4Address.getByName:(Ljava/lang/String;)Ljava/net/InetAddress;
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.port:I
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            aload 14 /* acceptListener */
            aload 12 /* socketOptionsWithOverrides */
            invokevirtual org.xnio.XnioWorker.createStreamConnectionServer:(Ljava/net/SocketAddress;Lorg/xnio/ChannelListener;Lorg/xnio/OptionMap;)Lorg/xnio/channels/AcceptingChannel;
            astore 13 /* sslServer */
        end local 14 // org.xnio.ChannelListener acceptListener
        start local 13 // org.xnio.channels.AcceptingChannel sslServer
        98: .line 232
            goto 101
        end local 13 // org.xnio.channels.AcceptingChannel sslServer
        99: .line 233
      StackMap locals: org.xnio.OptionMap
      StackMap stack:
            aload 9 /* openListener */
            invokestatic org.xnio.ChannelListeners.openListenerAdapter:(Lorg/xnio/ChannelListener;)Lorg/xnio/ChannelListener;
            astore 14 /* acceptListener */
        start local 14 // org.xnio.ChannelListener acceptListener
       100: .line 234
            aload 11 /* xnioSsl */
            aload 0 /* this */
            getfield io.undertow.Undertow.worker:Lorg/xnio/XnioWorker;
            new java.net.InetSocketAddress
            dup
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.host:Ljava/lang/String;
            invokestatic java.net.Inet4Address.getByName:(Ljava/lang/String;)Ljava/net/InetAddress;
            aload 4 /* listener */
            getfield io.undertow.Undertow$ListenerConfig.port:I
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            aload 14 /* acceptListener */
            aload 12 /* socketOptionsWithOverrides */
            invokevirtual io.undertow.protocols.ssl.UndertowXnioSsl.createSslConnectionServer:(Lorg/xnio/XnioWorker;Ljava/net/InetSocketAddress;Lorg/xnio/ChannelListener;Lorg/xnio/OptionMap;)Lorg/xnio/channels/AcceptingChannel;
            astore 13 /* sslServer */
        end local 14 // org.xnio.ChannelListener acceptListener
        start local 13 // org.xnio.channels.AcceptingChannel sslServer
       101: .line 237
      StackMap locals: org.xnio.channels.AcceptingChannel
      StackMap stack:
            aload 13 /* sslServer */
            invokeinterface org.xnio.channels.AcceptingChannel.resumeAccepts:()V
       102: .line 238
            aload 0 /* this */
            getfield io.undertow.Undertow.channels:Ljava/util/List;
            aload 13 /* sslServer */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
       103: .line 239
            aload 0 /* this */
            getfield io.undertow.Undertow.listenerInfo:Ljava/util/List;
            new io.undertow.Undertow$ListenerInfo
            dup
            ldc "https"
            aload 13 /* sslServer */
            invokeinterface org.xnio.channels.AcceptingChannel.getLocalAddress:()Ljava/net/SocketAddress;
            aload 9 /* openListener */
            aload 11 /* xnioSsl */
            aload 13 /* sslServer */
            invokespecial io.undertow.Undertow$ListenerInfo.<init>:(Ljava/lang/String;Ljava/net/SocketAddress;Lio/undertow/server/OpenListener;Lio/undertow/protocols/ssl/UndertowXnioSsl;Lorg/xnio/channels/AcceptingChannel;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 13 // org.xnio.channels.AcceptingChannel sslServer
        end local 12 // org.xnio.OptionMap socketOptionsWithOverrides
        end local 11 // io.undertow.protocols.ssl.UndertowXnioSsl xnioSsl
        end local 10 // io.undertow.server.protocol.http.HttpOpenListener httpOpenListener
        end local 9 // io.undertow.server.OpenListener openListener
        end local 8 // boolean http2
        end local 7 // org.xnio.OptionMap undertowOptions
        end local 6 // io.undertow.server.HttpHandler rootHandler
        end local 4 // io.undertow.Undertow$ListenerConfig listener
       104: .line 154
      StackMap locals: io.undertow.Undertow org.xnio.OptionMap org.xnio.OptionMap io.undertow.connector.ByteBufferPool top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 35
        end local 3 // io.undertow.connector.ByteBufferPool buffers
        end local 2 // org.xnio.OptionMap serverOptions
        end local 1 // org.xnio.OptionMap socketOptions
       105: .line 245
            goto 110
      StackMap locals: io.undertow.Undertow
      StackMap stack: java.lang.Exception
       106: astore 1 /* e */
        start local 1 // java.lang.Exception e
       107: .line 246
            aload 0 /* this */
            getfield io.undertow.Undertow.internalWorker:Z
            ifeq 109
            aload 0 /* this */
            getfield io.undertow.Undertow.worker:Lorg/xnio/XnioWorker;
            ifnull 109
       108: .line 247
            aload 0 /* this */
            getfield io.undertow.Undertow.worker:Lorg/xnio/XnioWorker;
            invokevirtual org.xnio.XnioWorker.shutdownNow:()Ljava/util/List;
            pop
       109: .line 249
      StackMap locals: java.lang.Exception
      StackMap stack:
            new java.lang.RuntimeException
            dup
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Exception e
       110: .line 251
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.undertow.Undertow this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0  111     0                        this  Lio/undertow/Undertow;
           25  105     1               socketOptions  Lorg/xnio/OptionMap;
           30  105     2               serverOptions  Lorg/xnio/OptionMap;
           31  105     3                     buffers  Lio/undertow/connector/ByteBufferPool;
           36  104     4                    listener  Lio/undertow/Undertow$ListenerConfig;
           40  104     6                 rootHandler  Lio/undertow/server/HttpHandler;
           42   53     7                openListener  Lio/undertow/server/protocol/ajp/AjpOpenListener;
           45   46     8               finalListener  Lorg/xnio/ChannelListener<Lorg/xnio/StreamConnection;>;
           47   53     8               finalListener  Lorg/xnio/ChannelListener<Lorg/xnio/StreamConnection;>;
           48   53     9              acceptListener  Lorg/xnio/ChannelListener<Lorg/xnio/channels/AcceptingChannel<Lorg/xnio/StreamConnection;>;>;
           49   53    10  socketOptionsWithOverrides  Lorg/xnio/OptionMap;
           50   53    11                      server  Lorg/xnio/channels/AcceptingChannel<+Lorg/xnio/StreamConnection;>;
           55  104     7             undertowOptions  Lorg/xnio/OptionMap;
           56  104     8                       http2  Z
           58   72     9                openListener  Lio/undertow/server/protocol/http/HttpOpenListener;
           59   72    10                     handler  Lio/undertow/server/HttpHandler;
           64   65    11               finalListener  Lorg/xnio/ChannelListener<Lorg/xnio/StreamConnection;>;
           66   72    11               finalListener  Lorg/xnio/ChannelListener<Lorg/xnio/StreamConnection;>;
           67   72    12              acceptListener  Lorg/xnio/ChannelListener<Lorg/xnio/channels/AcceptingChannel<Lorg/xnio/StreamConnection;>;>;
           68   72    13  socketOptionsWithOverrides  Lorg/xnio/OptionMap;
           69   72    14                      server  Lorg/xnio/channels/AcceptingChannel<+Lorg/xnio/StreamConnection;>;
           84   85     9                openListener  Lio/undertow/server/OpenListener;
           86  104     9                openListener  Lio/undertow/server/OpenListener;
           75  104    10            httpOpenListener  Lio/undertow/server/protocol/http/HttpOpenListener;
           78   84    11                        alpn  Lio/undertow/server/protocol/http/AlpnOpenListener;
           80   83    12               http2Listener  Lio/undertow/server/protocol/http2/Http2OpenListener;
           88   89    11                     xnioSsl  Lio/undertow/protocols/ssl/UndertowXnioSsl;
           94  104    11                     xnioSsl  Lio/undertow/protocols/ssl/UndertowXnioSsl;
           90   94    12                     builder  Lorg/xnio/OptionMap$Builder;
           95  104    12  socketOptionsWithOverrides  Lorg/xnio/OptionMap;
           98   99    13                   sslServer  Lorg/xnio/channels/AcceptingChannel<+Lorg/xnio/StreamConnection;>;
          101  104    13                   sslServer  Lorg/xnio/channels/AcceptingChannel<+Lorg/xnio/StreamConnection;>;
           97   98    14              acceptListener  Lorg/xnio/ChannelListener<Lorg/xnio/channels/AcceptingChannel<Lorg/xnio/StreamConnection;>;>;
          100  101    14              acceptListener  Lorg/xnio/ChannelListener<Lorg/xnio/channels/AcceptingChannel<Lorg/xnio/StreamConnection;>;>;
          107  110     1                           e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           3   105     106  Class java.lang.Exception

  public synchronized void stop();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.undertow.Undertow this
         0: .line 254
            getstatic io.undertow.UndertowLogger.ROOT_LOGGER:Lio/undertow/UndertowLogger;
            ldc "stopping undertow server %s"
            aload 0 /* this */
            invokeinterface io.undertow.UndertowLogger.debugf:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 255
            aload 0 /* this */
            getfield io.undertow.Undertow.channels:Ljava/util/List;
            ifnull 7
         2: .line 256
            aload 0 /* this */
            getfield io.undertow.Undertow.channels:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 5
      StackMap locals: io.undertow.Undertow top java.util.Iterator
      StackMap stack:
         3: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.xnio.channels.AcceptingChannel
            astore 1 /* channel */
        start local 1 // org.xnio.channels.AcceptingChannel channel
         4: .line 257
            aload 1 /* channel */
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
        end local 1 // org.xnio.channels.AcceptingChannel channel
         5: .line 256
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 259
            aload 0 /* this */
            aconst_null
            putfield io.undertow.Undertow.channels:Ljava/util/List;
         7: .line 265
      StackMap locals: io.undertow.Undertow
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.Undertow.internalWorker:Z
            ifeq 14
            aload 0 /* this */
            getfield io.undertow.Undertow.worker:Lorg/xnio/XnioWorker;
            ifnull 14
         8: .line 266
            aload 0 /* this */
            getfield io.undertow.Undertow.worker:Lorg/xnio/XnioWorker;
            invokevirtual org.xnio.XnioWorker.shutdown:()V
         9: .line 268
            aload 0 /* this */
            getfield io.undertow.Undertow.worker:Lorg/xnio/XnioWorker;
            invokevirtual org.xnio.XnioWorker.awaitTermination:()V
        10: .line 269
            goto 13
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
        11: astore 1 /* e */
        start local 1 // java.lang.InterruptedException e
        12: .line 270
            new java.lang.RuntimeException
            dup
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.InterruptedException e
        13: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.undertow.Undertow.worker:Lorg/xnio/XnioWorker;
        14: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.undertow.Undertow.xnio:Lorg/xnio/Xnio;
        15: .line 275
            aload 0 /* this */
            aconst_null
            putfield io.undertow.Undertow.listenerInfo:Ljava/util/List;
        16: .line 276
            return
        end local 0 // io.undertow.Undertow this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lio/undertow/Undertow;
            4    5     1  channel  Lorg/xnio/channels/AcceptingChannel<+Lorg/xnio/StreamConnection;>;
           12   13     1        e  Ljava/lang/InterruptedException;
      Exception table:
        from    to  target  type
           9    10      11  Class java.lang.InterruptedException

  public org.xnio.Xnio getXnio();
    descriptor: ()Lorg/xnio/Xnio;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.Undertow this
         0: .line 279
            aload 0 /* this */
            getfield io.undertow.Undertow.xnio:Lorg/xnio/Xnio;
            areturn
        end local 0 // io.undertow.Undertow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/Undertow;

  public org.xnio.XnioWorker getWorker();
    descriptor: ()Lorg/xnio/XnioWorker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.Undertow this
         0: .line 283
            aload 0 /* this */
            getfield io.undertow.Undertow.worker:Lorg/xnio/XnioWorker;
            areturn
        end local 0 // io.undertow.Undertow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/Undertow;

  public java.util.List<io.undertow.Undertow$ListenerInfo> getListenerInfo();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.Undertow this
         0: .line 287
            aload 0 /* this */
            getfield io.undertow.Undertow.listenerInfo:Ljava/util/List;
            ifnonnull 2
         1: .line 288
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            invokeinterface io.undertow.UndertowMessages.serverNotStarted:()Ljava/lang/IllegalStateException;
            athrow
         2: .line 290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.Undertow.listenerInfo:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // io.undertow.Undertow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/Undertow;
    Signature: ()Ljava/util/List<Lio/undertow/Undertow$ListenerInfo;>;
}
SourceFile: "Undertow.java"
NestMembers:
  io.undertow.Undertow$Builder  io.undertow.Undertow$ListenerBuilder  io.undertow.Undertow$ListenerConfig  io.undertow.Undertow$ListenerInfo  io.undertow.Undertow$ListenerType
InnerClasses:
  public final Builder = io.undertow.Undertow$Builder of io.undertow.Undertow
  public final ListenerBuilder = io.undertow.Undertow$ListenerBuilder of io.undertow.Undertow
  private ListenerConfig = io.undertow.Undertow$ListenerConfig of io.undertow.Undertow
  public ListenerInfo = io.undertow.Undertow$ListenerInfo of io.undertow.Undertow
  public final ListenerType = io.undertow.Undertow$ListenerType of io.undertow.Undertow
  public final Builder = org.xnio.OptionMap$Builder of org.xnio.OptionMap