public class io.dropwizard.jetty.MutableServletContextHandler extends org.eclipse.jetty.servlet.ServletContextHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.jetty.MutableServletContextHandler
  super_class: org.eclipse.jetty.servlet.ServletContextHandler
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.MutableServletContextHandler this
         0: .line 5
            aload 0 /* this */
            invokespecial org.eclipse.jetty.servlet.ServletContextHandler.<init>:()V
            return
        end local 0 // io.dropwizard.jetty.MutableServletContextHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/MutableServletContextHandler;

  public boolean isSecurityEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.MutableServletContextHandler this
         0: .line 7
            aload 0 /* this */
            getfield io.dropwizard.jetty.MutableServletContextHandler._options:I
            iconst_2
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.dropwizard.jetty.MutableServletContextHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/dropwizard/jetty/MutableServletContextHandler;

  public void setSecurityEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.MutableServletContextHandler this
        start local 1 // boolean enabled
         0: .line 11
            iload 1 /* enabled */
            ifeq 3
         1: .line 12
            aload 0 /* this */
            dup
            getfield io.dropwizard.jetty.MutableServletContextHandler._options:I
            iconst_2
            ior
            putfield io.dropwizard.jetty.MutableServletContextHandler._options:I
         2: .line 13
            goto 4
         3: .line 14
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.dropwizard.jetty.MutableServletContextHandler._options:I
            bipush -3
            iand
            putfield io.dropwizard.jetty.MutableServletContextHandler._options:I
         4: .line 16
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean enabled
        end local 0 // io.dropwizard.jetty.MutableServletContextHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/dropwizard/jetty/MutableServletContextHandler;
            0    5     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

  public boolean isSessionsEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.MutableServletContextHandler this
         0: .line 19
            aload 0 /* this */
            getfield io.dropwizard.jetty.MutableServletContextHandler._options:I
            iconst_1
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.dropwizard.jetty.MutableServletContextHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/dropwizard/jetty/MutableServletContextHandler;

  public void setSessionsEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.MutableServletContextHandler this
        start local 1 // boolean enabled
         0: .line 23
            iload 1 /* enabled */
            ifeq 3
         1: .line 24
            aload 0 /* this */
            dup
            getfield io.dropwizard.jetty.MutableServletContextHandler._options:I
            iconst_1
            ior
            putfield io.dropwizard.jetty.MutableServletContextHandler._options:I
         2: .line 25
            goto 4
         3: .line 26
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.dropwizard.jetty.MutableServletContextHandler._options:I
            bipush -2
            iand
            putfield io.dropwizard.jetty.MutableServletContextHandler._options:I
         4: .line 28
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean enabled
        end local 0 // io.dropwizard.jetty.MutableServletContextHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/dropwizard/jetty/MutableServletContextHandler;
            0    5     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  
}
SourceFile: "MutableServletContextHandler.java"