public class org.eclipse.jetty.server.handler.MovedContextHandler extends org.eclipse.jetty.server.handler.ContextHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.handler.MovedContextHandler
  super_class: org.eclipse.jetty.server.handler.ContextHandler
{
  final org.eclipse.jetty.server.handler.MovedContextHandler$Redirector _redirector;
    descriptor: Lorg/eclipse/jetty/server/handler/MovedContextHandler$Redirector;
    flags: (0x0010) ACC_FINAL

  java.lang.String _newContextURL;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  boolean _discardPathInfo;
    descriptor: Z
    flags: (0x0000) 

  boolean _discardQuery;
    descriptor: Z
    flags: (0x0000) 

  boolean _permanent;
    descriptor: Z
    flags: (0x0000) 

  java.lang.String _expires;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
         0: .line 46
            aload 0 /* this */
            invokespecial org.eclipse.jetty.server.handler.ContextHandler.<init>:()V
         1: .line 48
            aload 0 /* this */
            new org.eclipse.jetty.server.handler.MovedContextHandler$Redirector
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jetty.server.handler.MovedContextHandler$Redirector.<init>:(Lorg/eclipse/jetty/server/handler/MovedContextHandler;)V
            putfield org.eclipse.jetty.server.handler.MovedContextHandler._redirector:Lorg/eclipse/jetty/server/handler/MovedContextHandler$Redirector;
         2: .line 49
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.MovedContextHandler._redirector:Lorg/eclipse/jetty/server/handler/MovedContextHandler$Redirector;
            invokevirtual org.eclipse.jetty.server.handler.MovedContextHandler.setHandler:(Lorg/eclipse/jetty/server/Handler;)V
         3: .line 50
            aload 0 /* this */
            iconst_1
            invokevirtual org.eclipse.jetty.server.handler.MovedContextHandler.setAllowNullPathInfo:(Z)V
         4: .line 51
            return
        end local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/server/handler/MovedContextHandler;

  public void <init>(org.eclipse.jetty.server.HandlerContainer, java.lang.String, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/server/HandlerContainer;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
        start local 1 // org.eclipse.jetty.server.HandlerContainer parent
        start local 2 // java.lang.String contextPath
        start local 3 // java.lang.String newContextURL
         0: .line 55
            aload 0 /* this */
            aload 1 /* parent */
            aload 2 /* contextPath */
            invokespecial org.eclipse.jetty.server.handler.ContextHandler.<init>:(Lorg/eclipse/jetty/server/HandlerContainer;Ljava/lang/String;)V
         1: .line 56
            aload 0 /* this */
            aload 3 /* newContextURL */
            putfield org.eclipse.jetty.server.handler.MovedContextHandler._newContextURL:Ljava/lang/String;
         2: .line 57
            aload 0 /* this */
            new org.eclipse.jetty.server.handler.MovedContextHandler$Redirector
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jetty.server.handler.MovedContextHandler$Redirector.<init>:(Lorg/eclipse/jetty/server/handler/MovedContextHandler;)V
            putfield org.eclipse.jetty.server.handler.MovedContextHandler._redirector:Lorg/eclipse/jetty/server/handler/MovedContextHandler$Redirector;
         3: .line 58
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.MovedContextHandler._redirector:Lorg/eclipse/jetty/server/handler/MovedContextHandler$Redirector;
            invokevirtual org.eclipse.jetty.server.handler.MovedContextHandler.setHandler:(Lorg/eclipse/jetty/server/Handler;)V
         4: .line 59
            return
        end local 3 // java.lang.String newContextURL
        end local 2 // java.lang.String contextPath
        end local 1 // org.eclipse.jetty.server.HandlerContainer parent
        end local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/eclipse/jetty/server/handler/MovedContextHandler;
            0    5     1         parent  Lorg/eclipse/jetty/server/HandlerContainer;
            0    5     2    contextPath  Ljava/lang/String;
            0    5     3  newContextURL  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      parent         
      contextPath    
      newContextURL  

  public boolean isDiscardPathInfo();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
         0: .line 63
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.MovedContextHandler._discardPathInfo:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/handler/MovedContextHandler;

  public void setDiscardPathInfo(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
        start local 1 // boolean discardPathInfo
         0: .line 68
            aload 0 /* this */
            iload 1 /* discardPathInfo */
            putfield org.eclipse.jetty.server.handler.MovedContextHandler._discardPathInfo:Z
         1: .line 69
            return
        end local 1 // boolean discardPathInfo
        end local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/eclipse/jetty/server/handler/MovedContextHandler;
            0    2     1  discardPathInfo  Z
    MethodParameters:
                 Name  Flags
      discardPathInfo  

  public java.lang.String getNewContextURL();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
         0: .line 73
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.MovedContextHandler._newContextURL:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/handler/MovedContextHandler;

  public void setNewContextURL(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
        start local 1 // java.lang.String newContextURL
         0: .line 78
            aload 0 /* this */
            aload 1 /* newContextURL */
            putfield org.eclipse.jetty.server.handler.MovedContextHandler._newContextURL:Ljava/lang/String;
         1: .line 79
            return
        end local 1 // java.lang.String newContextURL
        end local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/jetty/server/handler/MovedContextHandler;
            0    2     1  newContextURL  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      newContextURL  

  public boolean isPermanent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
         0: .line 83
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.MovedContextHandler._permanent:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/handler/MovedContextHandler;

  public void setPermanent(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
        start local 1 // boolean permanent
         0: .line 88
            aload 0 /* this */
            iload 1 /* permanent */
            putfield org.eclipse.jetty.server.handler.MovedContextHandler._permanent:Z
         1: .line 89
            return
        end local 1 // boolean permanent
        end local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jetty/server/handler/MovedContextHandler;
            0    2     1  permanent  Z
    MethodParameters:
           Name  Flags
      permanent  

  public boolean isDiscardQuery();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
         0: .line 93
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.MovedContextHandler._discardQuery:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/handler/MovedContextHandler;

  public void setDiscardQuery(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
        start local 1 // boolean discardQuery
         0: .line 98
            aload 0 /* this */
            iload 1 /* discardQuery */
            putfield org.eclipse.jetty.server.handler.MovedContextHandler._discardQuery:Z
         1: .line 99
            return
        end local 1 // boolean discardQuery
        end local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/jetty/server/handler/MovedContextHandler;
            0    2     1  discardQuery  Z
    MethodParameters:
              Name  Flags
      discardQuery  

  public java.lang.String getExpires();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
         0: .line 140
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.MovedContextHandler._expires:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/handler/MovedContextHandler;

  public void setExpires(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
        start local 1 // java.lang.String expires
         0: .line 148
            aload 0 /* this */
            aload 1 /* expires */
            putfield org.eclipse.jetty.server.handler.MovedContextHandler._expires:Ljava/lang/String;
         1: .line 149
            return
        end local 1 // java.lang.String expires
        end local 0 // org.eclipse.jetty.server.handler.MovedContextHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jetty/server/handler/MovedContextHandler;
            0    2     1  expires  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      expires  
}
SourceFile: "MovedContextHandler.java"
NestMembers:
  org.eclipse.jetty.server.handler.MovedContextHandler$Redirector
InnerClasses:
  private Redirector = org.eclipse.jetty.server.handler.MovedContextHandler$Redirector of org.eclipse.jetty.server.handler.MovedContextHandler