public final class io.dropwizard.jersey.sessions.HttpSessionFactory
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.dropwizard.jersey.sessions.HttpSessionFactory
super_class: java.lang.Object
{
private final javax.servlet.http.HttpServletRequest request;
descriptor: Ljavax/servlet/http/HttpServletRequest;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(javax.servlet.http.HttpServletRequest);
descriptor: (Ljavax/servlet/http/HttpServletRequest;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.dropwizard.jersey.sessions.HttpSessionFactory.request:Ljavax/servlet/http/HttpServletRequest;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/dropwizard/jersey/sessions/HttpSessionFactory;
0 3 1 request Ljavax/servlet/http/HttpServletRequest;
RuntimeVisibleAnnotations:
javax.inject.Inject()
MethodParameters:
Name Flags
request
public javax.servlet.http.HttpSession provide(boolean);
descriptor: (Z)Ljavax/servlet/http/HttpSession;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.dropwizard.jersey.sessions.HttpSessionFactory.request:Ljavax/servlet/http/HttpServletRequest;
ifnonnull 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.dropwizard.jersey.sessions.HttpSessionFactory.request:Ljavax/servlet/http/HttpServletRequest;
iload 1
ifeq 3
iconst_0
goto 4
StackMap locals:
StackMap stack: javax.servlet.http.HttpServletRequest
3: iconst_1
StackMap locals: io.dropwizard.jersey.sessions.HttpSessionFactory int
StackMap stack: javax.servlet.http.HttpServletRequest int
4: invokeinterface javax.servlet.http.HttpServletRequest.getSession:(Z)Ljavax/servlet/http/HttpSession;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/dropwizard/jersey/sessions/HttpSessionFactory;
0 5 1 doNotCreate Z
RuntimeVisibleAnnotations:
javax.annotation.Nullable()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
javax.annotation.Nullable()
MethodParameters:
Name Flags
doNotCreate
}
SourceFile: "HttpSessionFactory.java"