final class org.glassfish.grizzly.http.server.HttpHandlerChain$DispatchHelperImpl implements org.glassfish.grizzly.http.server.util.DispatcherHelper
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.glassfish.grizzly.http.server.HttpHandlerChain$DispatchHelperImpl
super_class: java.lang.Object
{
final org.glassfish.grizzly.http.server.HttpHandlerChain this$0;
descriptor: Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.glassfish.grizzly.http.server.HttpHandlerChain);
descriptor: (Lorg/glassfish/grizzly/http/server/HttpHandlerChain;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.glassfish.grizzly.http.server.HttpHandlerChain$DispatchHelperImpl.this$0:Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http/server/HttpHandlerChain$DispatchHelperImpl;
MethodParameters:
Name Flags
this$0 final
public void mapPath(org.glassfish.grizzly.http.HttpRequestPacket, org.glassfish.grizzly.http.util.DataChunk, org.glassfish.grizzly.http.server.util.MappingData);
descriptor: (Lorg/glassfish/grizzly/http/HttpRequestPacket;Lorg/glassfish/grizzly/http/util/DataChunk;Lorg/glassfish/grizzly/http/server/util/MappingData;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.glassfish.grizzly.http.server.HttpHandlerChain$DispatchHelperImpl.this$0:Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
getfield org.glassfish.grizzly.http.server.HttpHandlerChain.mapper:Lorg/glassfish/grizzly/http/server/util/Mapper;
aload 1
aload 2
aload 3
invokevirtual org.glassfish.grizzly.http.server.util.Mapper.map:(Lorg/glassfish/grizzly/http/HttpRequestPacket;Lorg/glassfish/grizzly/http/util/DataChunk;Lorg/glassfish/grizzly/http/server/util/MappingData;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/glassfish/grizzly/http/server/HttpHandlerChain$DispatchHelperImpl;
0 2 1 requestPacket Lorg/glassfish/grizzly/http/HttpRequestPacket;
0 2 2 path Lorg/glassfish/grizzly/http/util/DataChunk;
0 2 3 mappingData Lorg/glassfish/grizzly/http/server/util/MappingData;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
requestPacket final
path final
mappingData final
public void mapName(org.glassfish.grizzly.http.util.DataChunk, org.glassfish.grizzly.http.server.util.MappingData);
descriptor: (Lorg/glassfish/grizzly/http/util/DataChunk;Lorg/glassfish/grizzly/http/server/util/MappingData;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual org.glassfish.grizzly.http.util.DataChunk.toString:()Ljava/lang/String;
astore 3
start local 3 1: aload 0
getfield org.glassfish.grizzly.http.server.HttpHandlerChain$DispatchHelperImpl.this$0:Lorg/glassfish/grizzly/http/server/HttpHandlerChain;
getfield org.glassfish.grizzly.http.server.HttpHandlerChain.handlersByName:Ljava/util/concurrent/ConcurrentMap;
aload 3
invokeinterface java.util.concurrent.ConcurrentMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast org.glassfish.grizzly.http.server.HttpHandler
astore 4
start local 4 2: aload 4
ifnull 5
3: aload 2
aload 4
putfield org.glassfish.grizzly.http.server.util.MappingData.wrapper:Ljava/lang/Object;
4: aload 2
aload 3
putfield org.glassfish.grizzly.http.server.util.MappingData.servletName:Ljava/lang/String;
5: StackMap locals: java.lang.String org.glassfish.grizzly.http.server.HttpHandler
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/glassfish/grizzly/http/server/HttpHandlerChain$DispatchHelperImpl;
0 6 1 name Lorg/glassfish/grizzly/http/util/DataChunk;
0 6 2 mappingData Lorg/glassfish/grizzly/http/server/util/MappingData;
1 6 3 nameStr Ljava/lang/String;
2 6 4 handler Lorg/glassfish/grizzly/http/server/HttpHandler;
MethodParameters:
Name Flags
name final
mappingData final
}
SourceFile: "HttpHandlerChain.java"
NestHost: org.glassfish.grizzly.http.server.HttpHandlerChain
InnerClasses:
private final DispatchHelperImpl = org.glassfish.grizzly.http.server.HttpHandlerChain$DispatchHelperImpl of org.glassfish.grizzly.http.server.HttpHandlerChain