public class org.glassfish.grizzly.http.server.HttpHandlerChain extends org.glassfish.grizzly.http.server.HttpHandler implements org.glassfish.grizzly.http.server.jmxbase.JmxEventListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.http.server.HttpHandlerChain
  super_class: org.glassfish.grizzly.http.server.HttpHandler
{
  private static final java.util.logging.Logger LOGGER;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.util.Map<org.glassfish.grizzly.http.server.HttpHandlerRegistration, org.glassfish.grizzly.http.server.HttpHandlerChain$PathUpdater> ROOT_URLS;
    descriptor: Ljava/util/Map;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/glassfish/grizzly/http/server/HttpHandlerRegistration;Lorg/glassfish/grizzly/http/server/HttpHandlerChain$PathUpdater;>;

  private final org.glassfish.grizzly.http.server.HttpHandlerChain$FullUrlPathResolver fullUrlPathResolver;
    descriptor: Lorg/glassfish/grizzly/http/server/HttpHandlerChain$FullUrlPathResolver;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.ConcurrentMap<java.lang.String, org.glassfish.grizzly.http.server.HttpHandler> handlersByName;
    descriptor: Ljava/util/concurrent/ConcurrentMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/ConcurrentMap<Ljava/lang/String;Lorg/glassfish/grizzly/http/server/HttpHandler;>;

  private final java.util.concurrent.locks.ReentrantReadWriteLock mapperUpdateLock;
    descriptor: Ljava/util/concurrent/locks/ReentrantReadWriteLock;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.ConcurrentMap<org.glassfish.grizzly.http.server.HttpHandler, org.glassfish.grizzly.http.server.HttpHandlerRegistration[]> handlers;
    descriptor: Ljava/util/concurrent/ConcurrentMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/ConcurrentMap<Lorg/glassfish/grizzly/http/server/HttpHandler;[Lorg/glassfish/grizzly/http/server/HttpHandlerRegistration;>;

  private final java.util.concurrent.ConcurrentMap<org.glassfish.grizzly.http.server.HttpHandler, java.lang.Object> monitors;
    descriptor: Ljava/util/concurrent/ConcurrentMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/ConcurrentMap<Lorg/glassfish/grizzly/http/server/HttpHandler;Ljava/lang/Object;>;

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

  private volatile org.glassfish.grizzly.http.server.HttpHandlerChain$RootHttpHandler rootHttpHandler;
    descriptor: Lorg/glassfish/grizzly/http/server/HttpHandlerChain$RootHttpHandler;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private final org.glassfish.grizzly.http.server.util.Mapper mapper;
    descriptor: Lorg/glassfish/grizzly/http/server/util/Mapper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.glassfish.grizzly.http.server.util.DispatcherHelper dispatchHelper;
    descriptor: Lorg/glassfish/grizzly/http/server/util/DispatcherHelper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final java.lang.String LOCAL_HOST;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "localhost"

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

  private final org.glassfish.grizzly.http.server.HttpServer httpServer;
    descriptor: Lorg/glassfish/grizzly/http/server/HttpServer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 51
            ldc Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
            invokestatic org.glassfish.grizzly.Grizzly.logger:(Ljava/lang/Class;)Ljava/util/logging/Logger;
            putstatic org.glassfish.grizzly.http.server.HttpHandlerChain.LOGGER:Ljava/util/logging/Logger;
         1: .line 56
            new java.util.HashMap
            dup
            iconst_3
            invokespecial java.util.HashMap.<init>:(I)V
            putstatic org.glassfish.grizzly.http.server.HttpHandlerChain.ROOT_URLS:Ljava/util/Map;
         2: .line 57
            getstatic org.glassfish.grizzly.http.server.HttpHandlerChain.ROOT_URLS:Ljava/util/Map;
            ldc ""
            invokestatic org.glassfish.grizzly.http.server.HttpHandlerRegistration.fromString:(Ljava/lang/String;)Lorg/glassfish/grizzly/http/server/HttpHandlerRegistration;
            new org.glassfish.grizzly.http.server.HttpHandlerChain$EmptyPathUpdater
            dup
            invokespecial org.glassfish.grizzly.http.server.HttpHandlerChain$EmptyPathUpdater.<init>:()V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 58
            getstatic org.glassfish.grizzly.http.server.HttpHandlerChain.ROOT_URLS:Ljava/util/Map;
            ldc "/"
            invokestatic org.glassfish.grizzly.http.server.HttpHandlerRegistration.fromString:(Ljava/lang/String;)Lorg/glassfish/grizzly/http/server/HttpHandlerRegistration;
            new org.glassfish.grizzly.http.server.HttpHandlerChain$SlashPathUpdater
            dup
            invokespecial org.glassfish.grizzly.http.server.HttpHandlerChain$SlashPathUpdater.<init>:()V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 59
            getstatic org.glassfish.grizzly.http.server.HttpHandlerChain.ROOT_URLS:Ljava/util/Map;
            ldc "/*"
            invokestatic org.glassfish.grizzly.http.server.HttpHandlerRegistration.fromString:(Ljava/lang/String;)Lorg/glassfish/grizzly/http/server/HttpHandlerRegistration;
            new org.glassfish.grizzly.http.server.HttpHandlerChain$SlashStarPathUpdater
            dup
            invokespecial org.glassfish.grizzly.http.server.HttpHandlerChain$SlashStarPathUpdater.<init>:()V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 106
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.glassfish.grizzly.http.server.HttpServer);
    descriptor: (Lorg/glassfish/grizzly/http/server/HttpServer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
        start local 1 // org.glassfish.grizzly.http.server.HttpServer httpServer
         0: .line 120
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.server.HttpHandler.<init>:()V
         1: .line 62
            aload 0 /* this */
         2: .line 63
            new org.glassfish.grizzly.http.server.HttpHandlerChain$FullUrlPathResolver
            dup
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.server.HttpHandlerChain$FullUrlPathResolver.<init>:(Lorg/glassfish/grizzly/http/server/HttpHandler;)V
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.fullUrlPathResolver:Lorg/glassfish/grizzly/http/server/HttpHandlerChain$FullUrlPathResolver;
         3: .line 67
            aload 0 /* this */
         4: .line 68
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlersByName:Ljava/util/concurrent/ConcurrentMap;
         5: .line 70
            aload 0 /* this */
         6: .line 71
            new java.util.concurrent.locks.ReentrantReadWriteLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantReadWriteLock.<init>:()V
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
         7: .line 76
            aload 0 /* this */
         8: .line 77
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlers:Ljava/util/concurrent/ConcurrentMap;
         9: .line 78
            aload 0 /* this */
        10: .line 79
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.monitors:Ljava/util/concurrent/ConcurrentMap;
        11: .line 117
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.isRootConfigured:Z
        12: .line 121
            aload 0 /* this */
            aload 1 /* httpServer */
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.httpServer:Lorg/glassfish/grizzly/http/server/HttpServer;
        13: .line 122
            aload 0 /* this */
            new org.glassfish.grizzly.http.server.util.Mapper
            dup
            invokespecial org.glassfish.grizzly.http.server.util.Mapper.<init>:()V
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapper:Lorg/glassfish/grizzly/http/server/util/Mapper;
        14: .line 123
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapper:Lorg/glassfish/grizzly/http/server/util/Mapper;
            ldc "localhost"
            invokevirtual org.glassfish.grizzly.http.server.util.Mapper.setDefaultHostName:(Ljava/lang/String;)V
        15: .line 124
            aload 0 /* this */
            new org.glassfish.grizzly.http.server.HttpHandlerChain$DispatchHelperImpl
            dup
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.server.HttpHandlerChain$DispatchHelperImpl.<init>:(Lorg/glassfish/grizzly/http/server/HttpHandlerChain;)V
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.dispatchHelper:Lorg/glassfish/grizzly/http/server/util/DispatcherHelper;
        16: .line 126
            aload 0 /* this */
            iconst_0
            invokevirtual org.glassfish.grizzly.http.server.HttpHandlerChain.setDecodeUrl:(Z)V
        17: .line 127
            return
        end local 1 // org.glassfish.grizzly.http.server.HttpServer httpServer
        end local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
            0   18     1  httpServer  Lorg/glassfish/grizzly/http/server/HttpServer;
    MethodParameters:
            Name  Flags
      httpServer  final

  public void jmxEnabled();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
         0: .line 132
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.readLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock:()V
         1: .line 135
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlers:Ljava/util/concurrent/ConcurrentMap;
            invokeinterface java.util.concurrent.ConcurrentMap.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2
            goto 5
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain top java.util.Iterator
      StackMap stack:
         2: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.server.HttpHandler
            astore 1 /* httpHandler */
        start local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
         3: .line 136
            aload 1 /* httpHandler */
            instanceof org.glassfish.grizzly.http.server.jmxbase.Monitorable
            ifeq 5
         4: .line 137
            aload 0 /* this */
            aload 1 /* httpHandler */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandlerChain.registerJmxForHandler:(Lorg/glassfish/grizzly/http/server/HttpHandler;)V
        end local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
         5: .line 135
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 140
            goto 10
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain
      StackMap stack: java.lang.Throwable
         7: astore 3
         8: .line 141
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.readLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.unlock:()V
         9: .line 142
            aload 3
            athrow
        10: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.readLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.unlock:()V
        11: .line 143
            return
        end local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
            3    5     1  httpHandler  Lorg/glassfish/grizzly/http/server/HttpHandler;
      Exception table:
        from    to  target  type
           1     7       7  any

  public void jmxDisabled();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
         0: .line 147
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.readLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock:()V
         1: .line 150
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlers:Ljava/util/concurrent/ConcurrentMap;
            invokeinterface java.util.concurrent.ConcurrentMap.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2
            goto 5
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain top java.util.Iterator
      StackMap stack:
         2: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.server.HttpHandler
            astore 1 /* httpHandler */
        start local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
         3: .line 151
            aload 1 /* httpHandler */
            instanceof org.glassfish.grizzly.http.server.jmxbase.Monitorable
            ifeq 5
         4: .line 152
            aload 0 /* this */
            aload 1 /* httpHandler */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandlerChain.deregisterJmxForHandler:(Lorg/glassfish/grizzly/http/server/HttpHandler;)V
        end local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
         5: .line 150
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 155
            goto 10
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain
      StackMap stack: java.lang.Throwable
         7: astore 3
         8: .line 156
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.readLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.unlock:()V
         9: .line 157
            aload 3
            athrow
        10: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.readLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.unlock:()V
        11: .line 158
            return
        end local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
            3    5     1  httpHandler  Lorg/glassfish/grizzly/http/server/HttpHandler;
      Exception table:
        from    to  target  type
           1     7       7  any

  boolean doHandle(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response);
    descriptor: (Lorg/glassfish/grizzly/http/server/Request;Lorg/glassfish/grizzly/http/server/Response;)Z
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
        start local 1 // org.glassfish.grizzly.http.server.Request request
        start local 2 // org.glassfish.grizzly.http.server.Response response
         0: .line 166
            aload 2 /* response */
            aload 0 /* this */
            aload 1 /* request */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandlerChain.getErrorPageGenerator:(Lorg/glassfish/grizzly/http/server/Request;)Lorg/glassfish/grizzly/http/server/ErrorPageGenerator;
            invokevirtual org.glassfish.grizzly.http.server.Response.setErrorPageGenerator:(Lorg/glassfish/grizzly/http/server/ErrorPageGenerator;)V
         1: .line 169
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.rootHttpHandler:Lorg/glassfish/grizzly/http/server/HttpHandlerChain$RootHttpHandler;
            astore 3 /* rootHttpHandlerLocal */
        start local 3 // org.glassfish.grizzly.http.server.HttpHandlerChain$RootHttpHandler rootHttpHandlerLocal
         2: .line 171
            aload 3 /* rootHttpHandlerLocal */
            ifnull 7
         3: .line 172
            aload 3 /* rootHttpHandlerLocal */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain$RootHttpHandler.httpHandler:Lorg/glassfish/grizzly/http/server/HttpHandler;
            astore 4 /* rh */
        start local 4 // org.glassfish.grizzly.http.server.HttpHandler rh
         4: .line 173
            aload 3 /* rootHttpHandlerLocal */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain$RootHttpHandler.pathUpdater:Lorg/glassfish/grizzly/http/server/HttpHandlerChain$PathUpdater;
            aload 0 /* this */
            aload 4 /* rh */
            aload 1 /* request */
            invokeinterface org.glassfish.grizzly.http.server.HttpHandlerChain$PathUpdater.update:(Lorg/glassfish/grizzly/http/server/HttpHandlerChain;Lorg/glassfish/grizzly/http/server/HttpHandler;Lorg/glassfish/grizzly/http/server/Request;)V
         5: .line 174
            aload 4 /* rh */
            aload 1 /* request */
            aload 2 /* response */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandler.doHandle:(Lorg/glassfish/grizzly/http/server/Request;Lorg/glassfish/grizzly/http/server/Response;)Z
         6: ireturn
        end local 4 // org.glassfish.grizzly.http.server.HttpHandler rh
         7: .line 177
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain$RootHttpHandler
      StackMap stack:
            aload 1 /* request */
            invokevirtual org.glassfish.grizzly.http.server.Request.getRequest:()Lorg/glassfish/grizzly/http/HttpRequestPacket;
            invokevirtual org.glassfish.grizzly.http.HttpRequestPacket.getRequestURIRef:()Lorg/glassfish/grizzly/http/util/RequestURIRef;
            astore 4 /* uriRef */
        start local 4 // org.glassfish.grizzly.http.util.RequestURIRef uriRef
         8: .line 178
            aload 4 /* uriRef */
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandlerChain.getRequestURIEncoding:()Ljava/nio/charset/Charset;
            invokevirtual org.glassfish.grizzly.http.util.RequestURIRef.setDefaultURIEncoding:(Ljava/nio/charset/Charset;)V
         9: .line 179
            aload 4 /* uriRef */
        10: .line 180
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandlerChain.isAllowEncodedSlash:()Z
        11: .line 179
            invokevirtual org.glassfish.grizzly.http.util.RequestURIRef.getDecodedRequestURIBC:(Z)Lorg/glassfish/grizzly/http/util/DataChunk;
            astore 5 /* decodedURI */
        start local 5 // org.glassfish.grizzly.http.util.DataChunk decodedURI
        12: .line 182
            aload 1 /* request */
            invokevirtual org.glassfish.grizzly.http.server.Request.obtainMappingData:()Lorg/glassfish/grizzly/http/server/util/MappingData;
            astore 6 /* mappingData */
        start local 6 // org.glassfish.grizzly.http.server.util.MappingData mappingData
        13: .line 184
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapper:Lorg/glassfish/grizzly/http/server/util/Mapper;
            aload 1 /* request */
            invokevirtual org.glassfish.grizzly.http.server.Request.getRequest:()Lorg/glassfish/grizzly/http/HttpRequestPacket;
        14: .line 185
            aload 5 /* decodedURI */
        15: .line 186
            aload 6 /* mappingData */
        16: .line 187
            iconst_0
        17: .line 184
            invokevirtual org.glassfish.grizzly.http.server.util.Mapper.mapUriWithSemicolon:(Lorg/glassfish/grizzly/http/HttpRequestPacket;Lorg/glassfish/grizzly/http/util/DataChunk;Lorg/glassfish/grizzly/http/server/util/MappingData;I)V
        18: .line 191
            aload 6 /* mappingData */
            getfield org.glassfish.grizzly.http.server.util.MappingData.context:Ljava/lang/Object;
            ifnull 26
            aload 6 /* mappingData */
            getfield org.glassfish.grizzly.http.server.util.MappingData.context:Ljava/lang/Object;
            instanceof org.glassfish.grizzly.http.server.HttpHandler
            ifeq 26
        19: .line 192
            aload 6 /* mappingData */
            getfield org.glassfish.grizzly.http.server.util.MappingData.wrapper:Ljava/lang/Object;
            ifnull 22
        20: .line 193
            aload 6 /* mappingData */
            getfield org.glassfish.grizzly.http.server.util.MappingData.wrapper:Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.server.HttpHandler
            astore 7 /* httpHandler */
        start local 7 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
        21: .line 194
            goto 23
        end local 7 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
        22: .line 195
      StackMap locals: org.glassfish.grizzly.http.util.RequestURIRef org.glassfish.grizzly.http.util.DataChunk org.glassfish.grizzly.http.server.util.MappingData
      StackMap stack:
            aload 6 /* mappingData */
            getfield org.glassfish.grizzly.http.server.util.MappingData.context:Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.server.HttpHandler
            astore 7 /* httpHandler */
        start local 7 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
        23: .line 198
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandler
      StackMap stack:
            aload 1 /* request */
            aload 6 /* mappingData */
            invokestatic org.glassfish.grizzly.http.server.HttpHandlerChain.updatePaths:(Lorg/glassfish/grizzly/http/server/Request;Lorg/glassfish/grizzly/http/server/util/MappingData;)V
        24: .line 200
            aload 7 /* httpHandler */
            aload 1 /* request */
            aload 2 /* response */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandler.doHandle:(Lorg/glassfish/grizzly/http/server/Request;Lorg/glassfish/grizzly/http/server/Response;)Z
        25: ireturn
        end local 7 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
        26: .line 202
      StackMap locals:
      StackMap stack:
            aload 2 /* response */
            sipush 404
            invokevirtual org.glassfish.grizzly.http.server.Response.sendError:(I)V
        end local 6 // org.glassfish.grizzly.http.server.util.MappingData mappingData
        end local 5 // org.glassfish.grizzly.http.util.DataChunk decodedURI
        end local 4 // org.glassfish.grizzly.http.util.RequestURIRef uriRef
        end local 3 // org.glassfish.grizzly.http.server.HttpHandlerChain$RootHttpHandler rootHttpHandlerLocal
        27: .line 204
            goto 38
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain org.glassfish.grizzly.http.server.Request org.glassfish.grizzly.http.server.Response
      StackMap stack: java.lang.Exception
        28: astore 3 /* t */
        start local 3 // java.lang.Exception t
        29: .line 206
            aload 2 /* response */
            getstatic org.glassfish.grizzly.http.util.HttpStatus.INTERNAL_SERVER_ERROR_500:Lorg/glassfish/grizzly/http/util/HttpStatus;
            invokevirtual org.glassfish.grizzly.http.server.Response.setStatus:(Lorg/glassfish/grizzly/http/util/HttpStatus;)V
        30: .line 207
            getstatic org.glassfish.grizzly.http.server.HttpHandlerChain.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 38
        31: .line 208
            getstatic org.glassfish.grizzly.http.server.HttpHandlerChain.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "Internal server error"
            aload 3 /* t */
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
        32: .line 210
            goto 38
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain org.glassfish.grizzly.http.server.Request org.glassfish.grizzly.http.server.Response java.lang.Exception
      StackMap stack: java.lang.Exception
        33: astore 4 /* ex2 */
        start local 4 // java.lang.Exception ex2
        34: .line 211
            getstatic org.glassfish.grizzly.http.server.HttpHandlerChain.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.WARNING:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 38
        35: .line 212
            getstatic org.glassfish.grizzly.http.server.HttpHandlerChain.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.WARNING:Ljava/util/logging/Level;
        36: .line 213
            invokestatic org.glassfish.grizzly.localization.LogMessages.WARNING_GRIZZLY_HTTP_SERVER_HTTPHANDLERCHAIN_ERRORPAGE:()Ljava/lang/String;
            aload 4 /* ex2 */
        37: .line 212
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 4 // java.lang.Exception ex2
        end local 3 // java.lang.Exception t
        38: .line 218
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.glassfish.grizzly.http.server.Response response
        end local 1 // org.glassfish.grizzly.http.server.Request request
        end local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   39     0                  this  Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
            0   39     1               request  Lorg/glassfish/grizzly/http/server/Request;
            0   39     2              response  Lorg/glassfish/grizzly/http/server/Response;
            2   27     3  rootHttpHandlerLocal  Lorg/glassfish/grizzly/http/server/HttpHandlerChain$RootHttpHandler;
            4    7     4                    rh  Lorg/glassfish/grizzly/http/server/HttpHandler;
            8   27     4                uriRef  Lorg/glassfish/grizzly/http/util/RequestURIRef;
           12   27     5            decodedURI  Lorg/glassfish/grizzly/http/util/DataChunk;
           13   27     6           mappingData  Lorg/glassfish/grizzly/http/server/util/MappingData;
           21   22     7           httpHandler  Lorg/glassfish/grizzly/http/server/HttpHandler;
           23   26     7           httpHandler  Lorg/glassfish/grizzly/http/server/HttpHandler;
           29   38     3                     t  Ljava/lang/Exception;
           34   38     4                   ex2  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     6      28  Class java.lang.Exception
           7    25      28  Class java.lang.Exception
          26    27      28  Class java.lang.Exception
          29    32      33  Class java.lang.Exception
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
          Name  Flags
      request   final
      response  final

  public void service(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response);
    descriptor: (Lorg/glassfish/grizzly/http/server/Request;Lorg/glassfish/grizzly/http/server/Response;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
        start local 1 // org.glassfish.grizzly.http.server.Request request
        start local 2 // org.glassfish.grizzly.http.server.Response response
         0: .line 231
            new java.lang.IllegalStateException
            dup
            ldc "Method doesn't have to be called"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // org.glassfish.grizzly.http.server.Response response
        end local 1 // org.glassfish.grizzly.http.server.Request request
        end local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
            0    1     1   request  Lorg/glassfish/grizzly/http/server/Request;
            0    1     2  response  Lorg/glassfish/grizzly/http/server/Response;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
          Name  Flags
      request   final
      response  final

  public void addHandler(org.glassfish.grizzly.http.server.HttpHandler, java.lang.String[]);
    descriptor: (Lorg/glassfish/grizzly/http/server/HttpHandler;[Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
        start local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
        start local 2 // java.lang.String[] mappings
         0: .line 243
            return
        end local 2 // java.lang.String[] mappings
        end local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
        end local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
            0    1     1  httpHandler  Lorg/glassfish/grizzly/http/server/HttpHandler;
            0    1     2     mappings  [Ljava/lang/String;
    MethodParameters:
             Name  Flags
      httpHandler  final
      mappings     final

  public void addHandler(org.glassfish.grizzly.http.server.HttpHandler, org.glassfish.grizzly.http.server.HttpHandlerRegistration[]);
    descriptor: (Lorg/glassfish/grizzly/http/server/HttpHandler;[Lorg/glassfish/grizzly/http/server/HttpHandlerRegistration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=12, args_size=3
        start local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
        start local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
        start local 2 // org.glassfish.grizzly.http.server.HttpHandlerRegistration[] mappings
         0: .line 253
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock:()V
         1: .line 256
            aload 2 /* mappings */
            arraylength
            ifne 4
         2: .line 257
            aload 0 /* this */
            aload 1 /* httpHandler */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc ""
            aastore
            invokevirtual org.glassfish.grizzly.http.server.HttpHandlerChain.addHandler:(Lorg/glassfish/grizzly/http/server/HttpHandler;[Ljava/lang/String;)V
         3: .line 258
            goto 47
         4: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.started:Z
            ifeq 8
         5: .line 260
            aload 1 /* httpHandler */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandler.start:()V
         6: .line 261
            aload 1 /* httpHandler */
            instanceof org.glassfish.grizzly.http.server.jmxbase.Monitorable
            ifeq 8
         7: .line 262
            aload 0 /* this */
            aload 1 /* httpHandler */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandlerChain.registerJmxForHandler:(Lorg/glassfish/grizzly/http/server/HttpHandler;)V
         8: .line 266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlers:Ljava/util/concurrent/ConcurrentMap;
            aload 1 /* httpHandler */
            aload 2 /* mappings */
            invokeinterface java.util.concurrent.ConcurrentMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            ifnonnull 10
         9: .line 267
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlersCount:I
            iconst_1
            iadd
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlersCount:I
        10: .line 270
      StackMap locals:
      StackMap stack:
            aload 1 /* httpHandler */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandler.getName:()Ljava/lang/String;
            astore 3 /* name */
        start local 3 // java.lang.String name
        11: .line 271
            aload 3 /* name */
            ifnull 13
        12: .line 272
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlersByName:Ljava/util/concurrent/ConcurrentMap;
            aload 3 /* name */
            aload 1 /* httpHandler */
            invokeinterface java.util.concurrent.ConcurrentMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 275
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* httpHandler */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.dispatchHelper:Lorg/glassfish/grizzly/http/server/util/DispatcherHelper;
            invokevirtual org.glassfish.grizzly.http.server.HttpHandler.setDispatcherHelper:(Lorg/glassfish/grizzly/http/server/util/DispatcherHelper;)V
        14: .line 277
            aload 2 /* mappings */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 35
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain org.glassfish.grizzly.http.server.HttpHandler org.glassfish.grizzly.http.server.HttpHandlerRegistration[] java.lang.String top int int org.glassfish.grizzly.http.server.HttpHandlerRegistration[]
      StackMap stack:
        15: aload 7
            iload 5
            aaload
            astore 4 /* reg */
        start local 4 // org.glassfish.grizzly.http.server.HttpHandlerRegistration reg
        16: .line 279
            aload 4 /* reg */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandlerRegistration.getContextPath:()Ljava/lang/String;
            astore 8 /* ctx */
        start local 8 // java.lang.String ctx
        17: .line 280
            aload 4 /* reg */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandlerRegistration.getUrlPattern:()Ljava/lang/String;
            astore 9 /* wrapper */
        start local 9 // java.lang.String wrapper
        18: .line 281
            aload 8 /* ctx */
            invokevirtual java.lang.String.length:()I
            ifeq 23
        19: .line 282
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapper:Lorg/glassfish/grizzly/http/server/util/Mapper;
            ldc "localhost"
            aload 8 /* ctx */
            aload 1 /* httpHandler */
        20: .line 283
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "index.html"
            aastore
            dup
            iconst_1
            ldc "index.htm"
            aastore
            aconst_null
        21: .line 282
            invokevirtual org.glassfish.grizzly.http.server.util.Mapper.addContext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/String;Lorg/glassfish/grizzly/http/server/naming/NamingContext;)V
        22: .line 284
            goto 33
        23: .line 285
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain org.glassfish.grizzly.http.server.HttpHandler org.glassfish.grizzly.http.server.HttpHandlerRegistration[] java.lang.String org.glassfish.grizzly.http.server.HttpHandlerRegistration int int org.glassfish.grizzly.http.server.HttpHandlerRegistration[] java.lang.String java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.isRootConfigured:Z
            ifne 30
            aload 9 /* wrapper */
            ldc "*."
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 30
        24: .line 286
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.isRootConfigured:Z
        25: .line 287
            new org.glassfish.grizzly.http.server.HttpHandlerChain$1
            dup
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.server.HttpHandlerChain$1.<init>:(Lorg/glassfish/grizzly/http/server/HttpHandlerChain;)V
            astore 10 /* a */
        start local 10 // org.glassfish.grizzly.http.server.HttpHandler a
        26: .line 295
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapper:Lorg/glassfish/grizzly/http/server/util/Mapper;
            ldc "localhost"
            aload 8 /* ctx */
            aload 10 /* a */
        27: .line 296
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "index.html"
            aastore
            dup
            iconst_1
            ldc "index.htm"
            aastore
            aconst_null
        28: .line 295
            invokevirtual org.glassfish.grizzly.http.server.util.Mapper.addContext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/String;Lorg/glassfish/grizzly/http/server/naming/NamingContext;)V
        end local 10 // org.glassfish.grizzly.http.server.HttpHandler a
        29: .line 297
            goto 33
        30: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapper:Lorg/glassfish/grizzly/http/server/util/Mapper;
            ldc "localhost"
            aload 8 /* ctx */
            aload 1 /* httpHandler */
        31: .line 299
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "index.html"
            aastore
            dup
            iconst_1
            ldc "index.htm"
            aastore
            aconst_null
        32: .line 298
            invokevirtual org.glassfish.grizzly.http.server.util.Mapper.addContext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/String;Lorg/glassfish/grizzly/http/server/naming/NamingContext;)V
        33: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapper:Lorg/glassfish/grizzly/http/server/util/Mapper;
            ldc "localhost"
            aload 8 /* ctx */
            aload 9 /* wrapper */
            aload 1 /* httpHandler */
            invokevirtual org.glassfish.grizzly.http.server.util.Mapper.addWrapper:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
        end local 9 // java.lang.String wrapper
        end local 8 // java.lang.String ctx
        end local 4 // org.glassfish.grizzly.http.server.HttpHandlerRegistration reg
        34: .line 277
            iinc 5 1
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain org.glassfish.grizzly.http.server.HttpHandler org.glassfish.grizzly.http.server.HttpHandlerRegistration[] java.lang.String top int int org.glassfish.grizzly.http.server.HttpHandlerRegistration[]
      StackMap stack:
        35: iload 5
            iload 6
            if_icmplt 15
        36: .line 307
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlersCount:I
            iconst_1
            if_icmpne 42
            aload 2 /* mappings */
            arraylength
            iconst_1
            if_icmpne 42
        37: .line 308
            getstatic org.glassfish.grizzly.http.server.HttpHandlerChain.ROOT_URLS:Ljava/util/Map;
            aload 2 /* mappings */
            iconst_0
            aaload
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 42
        38: .line 309
            aload 0 /* this */
            new org.glassfish.grizzly.http.server.HttpHandlerChain$RootHttpHandler
            dup
            aload 1 /* httpHandler */
        39: .line 310
            getstatic org.glassfish.grizzly.http.server.HttpHandlerChain.ROOT_URLS:Ljava/util/Map;
            aload 2 /* mappings */
            iconst_0
            aaload
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.server.HttpHandlerChain$PathUpdater
            invokespecial org.glassfish.grizzly.http.server.HttpHandlerChain$RootHttpHandler.<init>:(Lorg/glassfish/grizzly/http/server/HttpHandler;Lorg/glassfish/grizzly/http/server/HttpHandlerChain$PathUpdater;)V
        40: .line 309
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.rootHttpHandler:Lorg/glassfish/grizzly/http/server/HttpHandlerChain$RootHttpHandler;
        41: .line 311
            goto 47
        42: .line 312
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain org.glassfish.grizzly.http.server.HttpHandler org.glassfish.grizzly.http.server.HttpHandlerRegistration[] java.lang.String
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.rootHttpHandler:Lorg/glassfish/grizzly/http/server/HttpHandlerChain$RootHttpHandler;
        end local 3 // java.lang.String name
        43: .line 315
            goto 47
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain org.glassfish.grizzly.http.server.HttpHandler org.glassfish.grizzly.http.server.HttpHandlerRegistration[]
      StackMap stack: java.lang.Throwable
        44: astore 11
        45: .line 316
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.unlock:()V
        46: .line 317
            aload 11
            athrow
        47: .line 316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.unlock:()V
        48: .line 319
            return
        end local 2 // org.glassfish.grizzly.http.server.HttpHandlerRegistration[] mappings
        end local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
        end local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   49     0         this  Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
            0   49     1  httpHandler  Lorg/glassfish/grizzly/http/server/HttpHandler;
            0   49     2     mappings  [Lorg/glassfish/grizzly/http/server/HttpHandlerRegistration;
           11   43     3         name  Ljava/lang/String;
           16   34     4          reg  Lorg/glassfish/grizzly/http/server/HttpHandlerRegistration;
           17   34     8          ctx  Ljava/lang/String;
           18   34     9      wrapper  Ljava/lang/String;
           26   29    10            a  Lorg/glassfish/grizzly/http/server/HttpHandler;
      Exception table:
        from    to  target  type
           1    44      44  any
    MethodParameters:
             Name  Flags
      httpHandler  final
      mappings     final

  public boolean removeHttpHandler(org.glassfish.grizzly.http.server.HttpHandler);
    descriptor: (Lorg/glassfish/grizzly/http/server/HttpHandler;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=11, args_size=2
        start local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
        start local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
         0: .line 327
            aload 1 /* httpHandler */
            ifnonnull 2
         1: .line 328
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 331
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock:()V
         3: .line 334
            aload 1 /* httpHandler */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandler.getName:()Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         4: .line 335
            aload 2 /* name */
            ifnull 6
         5: .line 336
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlersByName:Ljava/util/concurrent/ConcurrentMap;
            aload 2 /* name */
            invokeinterface java.util.concurrent.ConcurrentMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 339
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlers:Ljava/util/concurrent/ConcurrentMap;
            aload 1 /* httpHandler */
            invokeinterface java.util.concurrent.ConcurrentMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.server.HttpHandlerRegistration[]
            astore 3 /* mappings */
        start local 3 // org.glassfish.grizzly.http.server.HttpHandlerRegistration[] mappings
         7: .line 340
            aload 3 /* mappings */
            ifnull 34
         8: .line 341
            aload 3 /* mappings */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 17
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain org.glassfish.grizzly.http.server.HttpHandler java.lang.String org.glassfish.grizzly.http.server.HttpHandlerRegistration[] top int int org.glassfish.grizzly.http.server.HttpHandlerRegistration[]
      StackMap stack:
         9: aload 7
            iload 5
            aaload
            astore 4 /* mapping */
        start local 4 // org.glassfish.grizzly.http.server.HttpHandlerRegistration mapping
        10: .line 342
            aload 4 /* mapping */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandlerRegistration.getContextPath:()Ljava/lang/String;
            astore 8 /* contextPath */
        start local 8 // java.lang.String contextPath
        11: .line 344
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapper:Lorg/glassfish/grizzly/http/server/util/Mapper;
            ldc "localhost"
            aload 8 /* contextPath */
        12: .line 345
            aload 4 /* mapping */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandlerRegistration.getUrlPattern:()Ljava/lang/String;
        13: .line 344
            invokevirtual org.glassfish.grizzly.http.server.util.Mapper.removeWrapper:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        14: .line 347
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapper:Lorg/glassfish/grizzly/http/server/util/Mapper;
            ldc "localhost"
            aload 2 /* name */
            invokevirtual org.glassfish.grizzly.http.server.util.Mapper.getWrapperNames:(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;
            arraylength
            ifne 16
        15: .line 348
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapper:Lorg/glassfish/grizzly/http/server/util/Mapper;
            ldc "localhost"
            aload 8 /* contextPath */
            invokevirtual org.glassfish.grizzly.http.server.util.Mapper.removeContext:(Ljava/lang/String;Ljava/lang/String;)V
        end local 8 // java.lang.String contextPath
        end local 4 // org.glassfish.grizzly.http.server.HttpHandlerRegistration mapping
        16: .line 341
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        17: iload 5
            iload 6
            if_icmplt 9
        18: .line 352
            aload 0 /* this */
            aload 1 /* httpHandler */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandlerChain.deregisterJmxForHandler:(Lorg/glassfish/grizzly/http/server/HttpHandler;)V
        19: .line 353
            aload 1 /* httpHandler */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandler.destroy:()V
        20: .line 357
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlersCount:I
            iconst_1
            isub
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlersCount:I
        21: .line 358
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlersCount:I
            iconst_1
            if_icmpne 33
        22: .line 360
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlers:Ljava/util/concurrent/ConcurrentMap;
            invokeinterface java.util.concurrent.ConcurrentMap.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
        23: .line 359
            astore 4 /* entry */
        start local 4 // java.util.Map$Entry entry
        24: .line 361
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.server.HttpHandlerRegistration[]
            astore 5 /* lastHttpHandlerMappings */
        start local 5 // org.glassfish.grizzly.http.server.HttpHandlerRegistration[] lastHttpHandlerMappings
        25: .line 362
            aload 5 /* lastHttpHandlerMappings */
            arraylength
            iconst_1
            if_icmpne 31
        26: .line 363
            getstatic org.glassfish.grizzly.http.server.HttpHandlerChain.ROOT_URLS:Ljava/util/Map;
            aload 5 /* lastHttpHandlerMappings */
            iconst_0
            aaload
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 31
        27: .line 364
            aload 0 /* this */
            new org.glassfish.grizzly.http.server.HttpHandlerChain$RootHttpHandler
            dup
            aload 1 /* httpHandler */
        28: .line 365
            getstatic org.glassfish.grizzly.http.server.HttpHandlerChain.ROOT_URLS:Ljava/util/Map;
            aload 5 /* lastHttpHandlerMappings */
            iconst_0
            aaload
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.server.HttpHandlerChain$PathUpdater
            invokespecial org.glassfish.grizzly.http.server.HttpHandlerChain$RootHttpHandler.<init>:(Lorg/glassfish/grizzly/http/server/HttpHandler;Lorg/glassfish/grizzly/http/server/HttpHandlerChain$PathUpdater;)V
        29: .line 364
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.rootHttpHandler:Lorg/glassfish/grizzly/http/server/HttpHandlerChain$RootHttpHandler;
        30: .line 366
            goto 34
        31: .line 367
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain org.glassfish.grizzly.http.server.HttpHandler java.lang.String org.glassfish.grizzly.http.server.HttpHandlerRegistration[] java.util.Map$Entry org.glassfish.grizzly.http.server.HttpHandlerRegistration[]
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.rootHttpHandler:Lorg/glassfish/grizzly/http/server/HttpHandlerChain$RootHttpHandler;
        end local 5 // org.glassfish.grizzly.http.server.HttpHandlerRegistration[] lastHttpHandlerMappings
        end local 4 // java.util.Map$Entry entry
        32: .line 369
            goto 34
        33: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.rootHttpHandler:Lorg/glassfish/grizzly/http/server/HttpHandlerChain$RootHttpHandler;
        34: .line 374
      StackMap locals:
      StackMap stack:
            aload 3 /* mappings */
            ifnull 35
            iconst_1
            goto 36
      StackMap locals:
      StackMap stack:
        35: iconst_0
      StackMap locals:
      StackMap stack: int
        36: istore 10
        37: .line 376
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.unlock:()V
        38: .line 374
            iload 10
            ireturn
        end local 3 // org.glassfish.grizzly.http.server.HttpHandlerRegistration[] mappings
        end local 2 // java.lang.String name
        39: .line 375
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain org.glassfish.grizzly.http.server.HttpHandler
      StackMap stack: java.lang.Throwable
            astore 9
        40: .line 376
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.unlock:()V
        41: .line 377
            aload 9
            athrow
        end local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
        end local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   42     0                     this  Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
            0   42     1              httpHandler  Lorg/glassfish/grizzly/http/server/HttpHandler;
            4   39     2                     name  Ljava/lang/String;
            7   39     3                 mappings  [Lorg/glassfish/grizzly/http/server/HttpHandlerRegistration;
           10   16     4                  mapping  Lorg/glassfish/grizzly/http/server/HttpHandlerRegistration;
           11   16     8              contextPath  Ljava/lang/String;
           24   32     4                    entry  Ljava/util/Map$Entry<Lorg/glassfish/grizzly/http/server/HttpHandler;[Lorg/glassfish/grizzly/http/server/HttpHandlerRegistration;>;
           25   32     5  lastHttpHandlerMappings  [Lorg/glassfish/grizzly/http/server/HttpHandlerRegistration;
      Exception table:
        from    to  target  type
           3    37      39  any
    MethodParameters:
             Name  Flags
      httpHandler  final

  public void removeAllHttpHandlers();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
         0: .line 381
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock:()V
         1: .line 384
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlers:Ljava/util/concurrent/ConcurrentMap;
            invokeinterface java.util.concurrent.ConcurrentMap.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain top java.util.Iterator
      StackMap stack:
         2: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.server.HttpHandler
            astore 1 /* handler */
        start local 1 // org.glassfish.grizzly.http.server.HttpHandler handler
         3: .line 385
            aload 0 /* this */
            aload 1 /* handler */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandlerChain.removeHttpHandler:(Lorg/glassfish/grizzly/http/server/HttpHandler;)Z
            pop
        end local 1 // org.glassfish.grizzly.http.server.HttpHandler handler
         4: .line 384
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 387
            goto 9
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain
      StackMap stack: java.lang.Throwable
         6: astore 3
         7: .line 388
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.unlock:()V
         8: .line 389
            aload 3
            athrow
         9: .line 388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.unlock:()V
        10: .line 390
            return
        end local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
            3    4     1  handler  Lorg/glassfish/grizzly/http/server/HttpHandler;
      Exception table:
        from    to  target  type
           1     6       6  any

  public synchronized void start();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
         0: .line 394
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.readLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock:()V
         1: .line 397
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlers:Ljava/util/concurrent/ConcurrentMap;
            invokeinterface java.util.concurrent.ConcurrentMap.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain top java.util.Iterator
      StackMap stack:
         2: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.server.HttpHandler
            astore 1 /* httpHandler */
        start local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
         3: .line 398
            aload 1 /* httpHandler */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandler.start:()V
        end local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
         4: .line 397
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 400
            goto 9
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain
      StackMap stack: java.lang.Throwable
         6: astore 3
         7: .line 401
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.readLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.unlock:()V
         8: .line 402
            aload 3
            athrow
         9: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.readLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.unlock:()V
        10: .line 404
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.started:Z
        11: .line 405
            return
        end local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
            3    4     1  httpHandler  Lorg/glassfish/grizzly/http/server/HttpHandler;
      Exception table:
        from    to  target  type
           1     6       6  any

  public synchronized void destroy();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
         0: .line 409
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock:()V
         1: .line 412
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlers:Ljava/util/concurrent/ConcurrentMap;
            invokeinterface java.util.concurrent.ConcurrentMap.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain top java.util.Iterator
      StackMap stack:
         2: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.server.HttpHandler
            astore 1 /* httpHandler */
        start local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
         3: .line 413
            aload 1 /* httpHandler */
            invokevirtual org.glassfish.grizzly.http.server.HttpHandler.destroy:()V
        end local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
         4: .line 412
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 415
            goto 9
      StackMap locals: org.glassfish.grizzly.http.server.HttpHandlerChain
      StackMap stack: java.lang.Throwable
         6: astore 3
         7: .line 416
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.unlock:()V
         8: .line 417
            aload 3
            athrow
         9: .line 416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapperUpdateLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.unlock:()V
        10: .line 418
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.server.HttpHandlerChain.started:Z
        11: .line 419
            return
        end local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
            3    4     1  httpHandler  Lorg/glassfish/grizzly/http/server/HttpHandler;
      Exception table:
        from    to  target  type
           1     6       6  any

  private void registerJmxForHandler(org.glassfish.grizzly.http.server.HttpHandler);
    descriptor: (Lorg/glassfish/grizzly/http/server/HttpHandler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
        start local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
         0: .line 422
            aload 1 /* httpHandler */
            checkcast org.glassfish.grizzly.http.server.jmxbase.Monitorable
            astore 2 /* monitorable */
        start local 2 // org.glassfish.grizzly.http.server.jmxbase.Monitorable monitorable
         1: .line 423
            aload 2 /* monitorable */
            invokeinterface org.glassfish.grizzly.http.server.jmxbase.Monitorable.createManagementObject:()Ljava/lang/Object;
            astore 3 /* jmx */
        start local 3 // java.lang.Object jmx
         2: .line 424
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.monitors:Ljava/util/concurrent/ConcurrentMap;
            aload 1 /* httpHandler */
            aload 3 /* jmx */
            invokeinterface java.util.concurrent.ConcurrentMap.putIfAbsent:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            ifnonnull 4
         3: .line 425
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.httpServer:Lorg/glassfish/grizzly/http/server/HttpServer;
            getfield org.glassfish.grizzly.http.server.HttpServer.jmxManager:Lorg/glassfish/grizzly/jmxbase/GrizzlyJmxManager;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.httpServer:Lorg/glassfish/grizzly/http/server/HttpServer;
            getfield org.glassfish.grizzly.http.server.HttpServer.managementObject:Ljava/lang/Object;
            aload 3 /* jmx */
            invokevirtual org.glassfish.grizzly.jmxbase.GrizzlyJmxManager.register:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 427
      StackMap locals: org.glassfish.grizzly.http.server.jmxbase.Monitorable java.lang.Object
      StackMap stack:
            return
        end local 3 // java.lang.Object jmx
        end local 2 // org.glassfish.grizzly.http.server.jmxbase.Monitorable monitorable
        end local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
        end local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
            0    5     1  httpHandler  Lorg/glassfish/grizzly/http/server/HttpHandler;
            1    5     2  monitorable  Lorg/glassfish/grizzly/http/server/jmxbase/Monitorable;
            2    5     3          jmx  Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      httpHandler  final

  private void deregisterJmxForHandler(org.glassfish.grizzly.http.server.HttpHandler);
    descriptor: (Lorg/glassfish/grizzly/http/server/HttpHandler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
        start local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
         0: .line 430
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.monitors:Ljava/util/concurrent/ConcurrentMap;
            aload 1 /* httpHandler */
            invokeinterface java.util.concurrent.ConcurrentMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* jmx */
        start local 2 // java.lang.Object jmx
         1: .line 431
            aload 2 /* jmx */
            ifnull 3
         2: .line 432
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.HttpHandlerChain.httpServer:Lorg/glassfish/grizzly/http/server/HttpServer;
            getfield org.glassfish.grizzly.http.server.HttpServer.jmxManager:Lorg/glassfish/grizzly/jmxbase/GrizzlyJmxManager;
            aload 2 /* jmx */
            invokevirtual org.glassfish.grizzly.jmxbase.GrizzlyJmxManager.deregister:(Ljava/lang/Object;)V
         3: .line 434
      StackMap locals: java.lang.Object
      StackMap stack:
            return
        end local 2 // java.lang.Object jmx
        end local 1 // org.glassfish.grizzly.http.server.HttpHandler httpHandler
        end local 0 // org.glassfish.grizzly.http.server.HttpHandlerChain this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
            0    4     1  httpHandler  Lorg/glassfish/grizzly/http/server/HttpHandler;
            1    4     2          jmx  Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      httpHandler  final
}
SourceFile: "HttpHandlerChain.java"
NestMembers:
  org.glassfish.grizzly.http.server.HttpHandlerChain$1  org.glassfish.grizzly.http.server.HttpHandlerChain$DispatchHelperImpl  org.glassfish.grizzly.http.server.HttpHandlerChain$EmptyPathUpdater  org.glassfish.grizzly.http.server.HttpHandlerChain$FullUrlPathResolver  org.glassfish.grizzly.http.server.HttpHandlerChain$PathUpdater  org.glassfish.grizzly.http.server.HttpHandlerChain$RootHttpHandler  org.glassfish.grizzly.http.server.HttpHandlerChain$SlashPathUpdater  org.glassfish.grizzly.http.server.HttpHandlerChain$SlashStarPathUpdater
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  public ReadLock = java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock of java.util.concurrent.locks.ReentrantReadWriteLock
  public WriteLock = java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock of java.util.concurrent.locks.ReentrantReadWriteLock
  org.glassfish.grizzly.http.server.HttpHandlerChain$1
  private final DispatchHelperImpl = org.glassfish.grizzly.http.server.HttpHandlerChain$DispatchHelperImpl of org.glassfish.grizzly.http.server.HttpHandlerChain
  private EmptyPathUpdater = org.glassfish.grizzly.http.server.HttpHandlerChain$EmptyPathUpdater of org.glassfish.grizzly.http.server.HttpHandlerChain
  private FullUrlPathResolver = org.glassfish.grizzly.http.server.HttpHandlerChain$FullUrlPathResolver of org.glassfish.grizzly.http.server.HttpHandlerChain
  private abstract PathUpdater = org.glassfish.grizzly.http.server.HttpHandlerChain$PathUpdater of org.glassfish.grizzly.http.server.HttpHandlerChain
  private final RootHttpHandler = org.glassfish.grizzly.http.server.HttpHandlerChain$RootHttpHandler of org.glassfish.grizzly.http.server.HttpHandlerChain
  private SlashPathUpdater = org.glassfish.grizzly.http.server.HttpHandlerChain$SlashPathUpdater of org.glassfish.grizzly.http.server.HttpHandlerChain
  private SlashStarPathUpdater = org.glassfish.grizzly.http.server.HttpHandlerChain$SlashStarPathUpdater of org.glassfish.grizzly.http.server.HttpHandlerChain