final class org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch
  super_class: java.lang.Object
{
  private final org.eclipse.jetty.server.Handler _handler;
    descriptor: Lorg/eclipse/jetty/server/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jetty.server.handler.ContextHandler[] _contexts;
    descriptor: [Lorg/eclipse/jetty/server/handler/ContextHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.eclipse.jetty.server.Handler);
    descriptor: (Lorg/eclipse/jetty/server/Handler;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch this
        start local 1 // org.eclipse.jetty.server.Handler handler
         0: .line 289
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 291
            aload 0 /* this */
            aload 1 /* handler */
            putfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._handler:Lorg/eclipse/jetty/server/Handler;
         2: .line 293
            aload 1 /* handler */
            instanceof org.eclipse.jetty.server.handler.ContextHandler
            ifeq 5
         3: .line 295
            aload 0 /* this */
            iconst_1
            anewarray org.eclipse.jetty.server.handler.ContextHandler
            dup
            iconst_0
            aload 1 /* handler */
            checkcast org.eclipse.jetty.server.handler.ContextHandler
            aastore
            putfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._contexts:[Lorg/eclipse/jetty/server/handler/ContextHandler;
         4: .line 296
            goto 11
         5: .line 297
      StackMap locals: org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch org.eclipse.jetty.server.Handler
      StackMap stack:
            aload 1 /* handler */
            instanceof org.eclipse.jetty.server.HandlerContainer
            ifeq 10
         6: .line 299
            aload 1 /* handler */
            checkcast org.eclipse.jetty.server.HandlerContainer
            ldc Lorg/eclipse/jetty/server/handler/ContextHandler;
            invokeinterface org.eclipse.jetty.server.HandlerContainer.getChildHandlersByClass:(Ljava/lang/Class;)[Lorg/eclipse/jetty/server/Handler;
            astore 2 /* contexts */
        start local 2 // org.eclipse.jetty.server.Handler[] contexts
         7: .line 300
            aload 0 /* this */
            aload 2 /* contexts */
            arraylength
            anewarray org.eclipse.jetty.server.handler.ContextHandler
            putfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._contexts:[Lorg/eclipse/jetty/server/handler/ContextHandler;
         8: .line 301
            aload 2 /* contexts */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._contexts:[Lorg/eclipse/jetty/server/handler/ContextHandler;
            iconst_0
            aload 2 /* contexts */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 2 // org.eclipse.jetty.server.Handler[] contexts
         9: .line 302
            goto 11
        10: .line 304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            anewarray org.eclipse.jetty.server.handler.ContextHandler
            putfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._contexts:[Lorg/eclipse/jetty/server/handler/ContextHandler;
        11: .line 305
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jetty.server.Handler handler
        end local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/eclipse/jetty/server/handler/ContextHandlerCollection$Branch;
            0   12     1   handler  Lorg/eclipse/jetty/server/Handler;
            7    9     2  contexts  [Lorg/eclipse/jetty/server/Handler;
    MethodParameters:
         Name  Flags
      handler  

  java.util.Set<java.lang.String> getContextPaths();
    descriptor: ()Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch this
         0: .line 309
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 1 /* set */
        start local 1 // java.util.Set set
         1: .line 310
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._contexts:[Lorg/eclipse/jetty/server/handler/ContextHandler;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch java.util.Set top int int org.eclipse.jetty.server.handler.ContextHandler[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* context */
        start local 2 // org.eclipse.jetty.server.handler.ContextHandler context
         3: .line 312
            aload 1 /* set */
            aload 2 /* context */
            invokevirtual org.eclipse.jetty.server.handler.ContextHandler.getContextPath:()Ljava/lang/String;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // org.eclipse.jetty.server.handler.ContextHandler context
         4: .line 310
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 314
            aload 1 /* set */
            areturn
        end local 1 // java.util.Set set
        end local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/eclipse/jetty/server/handler/ContextHandlerCollection$Branch;
            1    7     1      set  Ljava/util/Set<Ljava/lang/String;>;
            3    4     2  context  Lorg/eclipse/jetty/server/handler/ContextHandler;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  boolean hasVirtualHost();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch this
         0: .line 319
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._contexts:[Lorg/eclipse/jetty/server/handler/ContextHandler;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch top int int org.eclipse.jetty.server.handler.ContextHandler[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* context */
        start local 1 // org.eclipse.jetty.server.handler.ContextHandler context
         2: .line 321
            aload 1 /* context */
            invokevirtual org.eclipse.jetty.server.handler.ContextHandler.getVirtualHosts:()[Ljava/lang/String;
            ifnull 4
            aload 1 /* context */
            invokevirtual org.eclipse.jetty.server.handler.ContextHandler.getVirtualHosts:()[Ljava/lang/String;
            arraylength
            ifle 4
         3: .line 322
            iconst_1
            ireturn
        end local 1 // org.eclipse.jetty.server.handler.ContextHandler context
         4: .line 319
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 324
            iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/eclipse/jetty/server/handler/ContextHandlerCollection$Branch;
            2    4     1  context  Lorg/eclipse/jetty/server/handler/ContextHandler;

  org.eclipse.jetty.server.handler.ContextHandler[] getContextHandlers();
    descriptor: ()[Lorg/eclipse/jetty/server/handler/ContextHandler;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch this
         0: .line 329
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._contexts:[Lorg/eclipse/jetty/server/handler/ContextHandler;
            areturn
        end local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/handler/ContextHandlerCollection$Branch;

  org.eclipse.jetty.server.Handler getHandler();
    descriptor: ()Lorg/eclipse/jetty/server/Handler;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch this
         0: .line 334
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._handler:Lorg/eclipse/jetty/server/Handler;
            areturn
        end local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/handler/ContextHandlerCollection$Branch;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch this
         0: .line 340
            ldc "{%s,%s}"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._handler:Lorg/eclipse/jetty/server/Handler;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._contexts:[Lorg/eclipse/jetty/server/handler/ContextHandler;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/handler/ContextHandlerCollection$Branch;
}
SourceFile: "ContextHandlerCollection.java"
NestHost: org.eclipse.jetty.server.handler.ContextHandlerCollection
InnerClasses:
  private final Branch = org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch of org.eclipse.jetty.server.handler.ContextHandlerCollection