public class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
  super_class: java.lang.Object
{
  private static final java.util.HashSet<java.lang.String> specials;
    descriptor: Ljava/util/HashSet;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/HashSet<Ljava/lang/String;>;

  protected org.glassfish.grizzly.servlet.WebappContext context;
    descriptor: Lorg/glassfish/grizzly/servlet/WebappContext;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String contextPath;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected boolean crossContext;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected final DispatcherType dispatcherType;
    descriptor: LDispatcherType;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private final org.glassfish.grizzly.http.server.util.ParameterMap parameterMap;
    descriptor: Lorg/glassfish/grizzly/http/server/util/ParameterMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.glassfish.grizzly.http.util.Parameters mergedParameters;
    descriptor: Lorg/glassfish/grizzly/http/util/Parameters;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean parsedParams;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  protected java.lang.String pathInfo;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  private java.lang.String queryParamString;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  protected java.lang.String queryString;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.Object requestDispatcherPath;
    descriptor: Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String requestURI;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String servletPath;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  private java.util.HashMap<java.lang.String, java.lang.Object> specialAttributes;
    descriptor: Ljava/util/HashMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Object;>;

  public void <init>(HttpServletRequest, org.glassfish.grizzly.servlet.WebappContext, boolean, DispatcherType);
    descriptor: (LHttpServletRequest;Lorg/glassfish/grizzly/servlet/WebappContext;ZLDispatcherType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tAsyncContext cannot be resolved to a variable\n\tAsyncContext cannot be resolved to a variable\n\tAsyncContext cannot be resolved to a variable\n\tAsyncContext cannot be resolved to a variable\n\tAsyncContext cannot be resolved to a variable\n\tHttpServletRequest cannot be resolved to a type\n\tDispatcherType cannot be resolved to a type\n\tDispatcherType cannot be resolved to a type\n\tDispatcherType cannot be resolved to a type\n\tThe method getAttribute(String) of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest\n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest\n\tThe method getAttributeNames() of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method removeAttribute(String) of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest\n\tThe method setAttribute(String, Object) of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest\n\tRequestDispatcher cannot be resolved to a type\n\tThe method getRequestDispatcher(String) of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getRequestDispatcher(String) from the type WebappContext refers to the missing type RequestDispatcher\n\tRequestDispatcher cannot be resolved to a variable\n\tThe method getRequestDispatcher(String) from the type WebappContext refers to the missing type RequestDispatcher\n\tDispatcherType cannot be resolved to a type\n\tThe method getDispatcherType() of type DispatchedHttpServletRequest must override or implement a supertype method\n\tDispatcherType cannot be resolved to a type\n\tThe method getContextPath() of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getParameter(String) of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getParameterMap() of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getParameterNames() of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getParameterValues(String) of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getCharacterEncoding() is undefined for the type DispatchedHttpServletRequest\n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest\n\tThe method getPathInfo() of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getQueryString() of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getRequestURI() of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getRequestURL() of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getScheme() is undefined for the type DispatchedHttpServletRequest\n\tThe method getServerPort() is undefined for the type DispatchedHttpServletRequest\n\tThe method getServerName() is undefined for the type DispatchedHttpServletRequest\n\tThe method getServletPath() of type DispatchedHttpServletRequest must override or implement a supertype method\n\tHttpServletRequest cannot be resolved to a type\n\tDispatcherType cannot be resolved to a type\n\tINCLUDE cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tFORWARD cannot be resolved to a variable\n\tERROR cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tASYNC cannot be resolved to a variable\n\tAsyncContext cannot be resolved to a variable\n\tAsyncContext cannot be resolved to a variable\n\tAsyncContext cannot be resolved to a variable\n\tAsyncContext cannot be resolved to a variable\n\tAsyncContext cannot be resolved to a variable\n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest.AttributeNamesEnumerator\n\tDispatcherType cannot be resolved to a type\n\tDispatcherType cannot be resolved to a variable\n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest\n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest\n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
                Name  Flags
      request         
      context         
      crossContext    
      dispatcherType  

  public java.lang.Object getAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 170
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getAttribute(String) of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest\n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
      Name  Flags
      name  

  public java.util.Enumeration<java.lang.String> getAttributeNames();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 215
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getAttributeNames() of type DispatchedHttpServletRequest must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    Signature: ()Ljava/util/Enumeration<Ljava/lang/String;>;

  public void removeAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 226
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method removeAttribute(String) of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
      Name  Flags
      name  

  public void setAttribute(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 246
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method setAttribute(String, Object) of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
       Name  Flags
      name   
      value  

  public RequestDispatcher getRequestDispatcher(java.lang.String);
    descriptor: (Ljava/lang/String;)LRequestDispatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 270
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tRequestDispatcher cannot be resolved to a type\n\tThe method getRequestDispatcher(String) of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getRequestDispatcher(String) from the type WebappContext refers to the missing type RequestDispatcher\n\tRequestDispatcher cannot be resolved to a variable\n\tThe method getRequestDispatcher(String) from the type WebappContext refers to the missing type RequestDispatcher\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
      Name  Flags
      path  

  public DispatcherType getDispatcherType();
    descriptor: ()LDispatcherType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 311
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tDispatcherType cannot be resolved to a type\n\tThe method getDispatcherType() of type DispatchedHttpServletRequest must override or implement a supertype method\n\tDispatcherType cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;

  public java.lang.String getContextPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 324
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getContextPath() of type DispatchedHttpServletRequest must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;

  public java.lang.String getParameter(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 337
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getParameter(String) of type DispatchedHttpServletRequest must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
      Name  Flags
      name  

  public java.util.Map<java.lang.String, java.lang.String[]> getParameterMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 356
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getParameterMap() of type DispatchedHttpServletRequest must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    Signature: ()Ljava/util/Map<Ljava/lang/String;[Ljava/lang/String;>;

  public java.util.Enumeration<java.lang.String> getParameterNames();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 374
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getParameterNames() of type DispatchedHttpServletRequest must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    Signature: ()Ljava/util/Enumeration<Ljava/lang/String;>;

  public java.lang.String[] getParameterValues(java.lang.String);
    descriptor: (Ljava/lang/String;)[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 394
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getParameterValues(String) of type DispatchedHttpServletRequest must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
      Name  Flags
      name  

  private org.glassfish.grizzly.http.server.util.ParameterMap getParameterMapInternal();
    descriptor: ()Lorg/glassfish/grizzly/http/server/util/ParameterMap;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 415
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;

  private void parseParameters();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 438
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getCharacterEncoding() is undefined for the type DispatchedHttpServletRequest\n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;

  public java.lang.String getPathInfo();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 468
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getPathInfo() of type DispatchedHttpServletRequest must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;

  public java.lang.String getQueryString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 480
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getQueryString() of type DispatchedHttpServletRequest must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;

  public java.lang.String getRequestURI();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 492
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getRequestURI() of type DispatchedHttpServletRequest must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;

  public java.lang.StringBuffer getRequestURL();
    descriptor: ()Ljava/lang/StringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 504
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getRequestURL() of type DispatchedHttpServletRequest must override or implement a supertype method\n\tThe method getScheme() is undefined for the type DispatchedHttpServletRequest\n\tThe method getServerPort() is undefined for the type DispatchedHttpServletRequest\n\tThe method getServerName() is undefined for the type DispatchedHttpServletRequest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;

  public java.lang.String getServletPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 531
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getServletPath() of type DispatchedHttpServletRequest must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;

  void copyMap(java.util.Map<java.lang.String, java.lang.String[]>, java.util.Map<java.lang.String, java.lang.String[]>);
    descriptor: (Ljava/util/Map;Ljava/util/Map;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 545
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    Signature: (Ljava/util/Map<Ljava/lang/String;[Ljava/lang/String;>;Ljava/util/Map<Ljava/lang/String;[Ljava/lang/String;>;)V
    MethodParameters:
      Name  Flags
      orig  
      dest  

  void setContextPath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 562
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
             Name  Flags
      contextPath  

  void setPathInfo(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 571
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
          Name  Flags
      pathInfo  

  void setQueryString(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 580
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
             Name  Flags
      queryString  

  void setRequest(HttpServletRequest);
    descriptor: (LHttpServletRequest;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 589
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
         Name  Flags
      request  

  void setRequestURI(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 611
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
            Name  Flags
      requestURI  

  void setServletPath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 620
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
             Name  Flags
      servletPath  

  void setQueryParams(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 630
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
             Name  Flags
      queryString  

  protected boolean isSpecial(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 643
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
      Name  Flags
      name  

  void initSpecialAttributes(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 663
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tDispatcherType cannot be resolved to a type\n\tINCLUDE cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tFORWARD cannot be resolved to a variable\n\tERROR cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tRequestDispatcher cannot be resolved to a variable\n\tASYNC cannot be resolved to a variable\n\tAsyncContext cannot be resolved to a variable\n\tAsyncContext cannot be resolved to a variable\n\tAsyncContext cannot be resolved to a variable\n\tAsyncContext cannot be resolved to a variable\n\tAsyncContext cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
             Name  Flags
      requestUri   
      contextPath  
      servletPath  
      pathInfo     
      queryString  

  protected java.lang.String[] mergeValues(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 712
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
    MethodParameters:
         Name  Flags
      values1  
      values2  

  public void recycle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 741
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;

  public org.glassfish.grizzly.servlet.HttpServletRequestImpl getRequestFacade();
    descriptor: ()Lorg/glassfish/grizzly/servlet/HttpServletRequestImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
         0: .line 807
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest\n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest\n\tThe method getRequest() is undefined for the type DispatchedHttpServletRequest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.DispatchedHttpServletRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/DispatchedHttpServletRequest;
}
SourceFile: "DispatchedHttpServletRequest.java"
NestMembers:
  org.glassfish.grizzly.servlet.DispatchedHttpServletRequest$AttributeNamesEnumerator  org.glassfish.grizzly.servlet.DispatchedHttpServletRequest$GetParameterMapPrivilegedAction  org.glassfish.grizzly.servlet.DispatchedHttpServletRequest$GetParameterNamesPrivilegedAction  org.glassfish.grizzly.servlet.DispatchedHttpServletRequest$GetParameterPrivilegedAction  org.glassfish.grizzly.servlet.DispatchedHttpServletRequest$GetParameterValuePrivilegedAction
InnerClasses:
  private final AttributeNamesEnumerator = org.glassfish.grizzly.servlet.DispatchedHttpServletRequest$AttributeNamesEnumerator of org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
  private final GetParameterMapPrivilegedAction = org.glassfish.grizzly.servlet.DispatchedHttpServletRequest$GetParameterMapPrivilegedAction of org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
  private final GetParameterNamesPrivilegedAction = org.glassfish.grizzly.servlet.DispatchedHttpServletRequest$GetParameterNamesPrivilegedAction of org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
  private final GetParameterPrivilegedAction = org.glassfish.grizzly.servlet.DispatchedHttpServletRequest$GetParameterPrivilegedAction of org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
  private final GetParameterValuePrivilegedAction = org.glassfish.grizzly.servlet.DispatchedHttpServletRequest$GetParameterValuePrivilegedAction of org.glassfish.grizzly.servlet.DispatchedHttpServletRequest