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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._handler:Lorg/eclipse/jetty/server/Handler;
2: aload 1
instanceof org.eclipse.jetty.server.handler.ContextHandler
ifeq 5
3: aload 0
iconst_1
anewarray org.eclipse.jetty.server.handler.ContextHandler
dup
iconst_0
aload 1
checkcast org.eclipse.jetty.server.handler.ContextHandler
aastore
putfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._contexts:[Lorg/eclipse/jetty/server/handler/ContextHandler;
4: goto 11
5: StackMap locals: org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch org.eclipse.jetty.server.Handler
StackMap stack:
aload 1
instanceof org.eclipse.jetty.server.HandlerContainer
ifeq 10
6: aload 1
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
start local 2 7: aload 0
aload 2
arraylength
anewarray org.eclipse.jetty.server.handler.ContextHandler
putfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._contexts:[Lorg/eclipse/jetty/server/handler/ContextHandler;
8: aload 2
iconst_0
aload 0
getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._contexts:[Lorg/eclipse/jetty/server/handler/ContextHandler;
iconst_0
aload 2
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
end local 2 9: goto 11
10: StackMap locals:
StackMap stack:
aload 0
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: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 0: new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
astore 1
start local 1 1: aload 0
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
start local 2 3: aload 1
aload 2
invokevirtual org.eclipse.jetty.server.handler.ContextHandler.getContextPath:()Ljava/lang/String;
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
end local 2 4: iinc 3 1
StackMap locals:
StackMap stack:
5: iload 3
iload 4
if_icmplt 2
6: aload 1
areturn
end local 1 end local 0 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 0: aload 0
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
start local 1 2: aload 1
invokevirtual org.eclipse.jetty.server.handler.ContextHandler.getVirtualHosts:()[Ljava/lang/String;
ifnull 4
aload 1
invokevirtual org.eclipse.jetty.server.handler.ContextHandler.getVirtualHosts:()[Ljava/lang/String;
arraylength
ifle 4
3: iconst_1
ireturn
end local 1 4: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
iload 3
if_icmplt 1
6: iconst_0
ireturn
end local 0 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 0: aload 0
getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._contexts:[Lorg/eclipse/jetty/server/handler/ContextHandler;
areturn
end local 0 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 0: aload 0
getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._handler:Lorg/eclipse/jetty/server/Handler;
areturn
end local 0 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 0: ldc "{%s,%s}"
iconst_2
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$Branch._handler:Lorg/eclipse/jetty/server/Handler;
aastore
dup
iconst_1
aload 0
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 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