public class org.glassfish.grizzly.servlet.WebConnectionImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.servlet.WebConnectionImpl
  super_class: java.lang.Object
{
  private final ServletInputStream inputStream;
    descriptor: LServletInputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final ServletOutputStream outputStream;
    descriptor: LServletOutputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.glassfish.grizzly.servlet.HttpServletRequestImpl request;
    descriptor: Lorg/glassfish/grizzly/servlet/HttpServletRequestImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.atomic.AtomicBoolean isClosed;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.glassfish.grizzly.servlet.HttpServletRequestImpl, ServletInputStream, ServletOutputStream);
    descriptor: (Lorg/glassfish/grizzly/servlet/HttpServletRequestImpl;LServletInputStream;LServletOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.servlet.WebConnectionImpl this
         0: .line 21
            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\tWebConnection cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tServletOutputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tServletOutputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tServletOutputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tThe method getInputStream() of type WebConnectionImpl must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tServletOutputStream cannot be resolved to a type\n\tThe method getOutputStream() of type WebConnectionImpl must override or implement a supertype method\n\tServletOutputStream cannot be resolved to a type\n\tThe method close() of type WebConnectionImpl must override or implement a supertype method\n\tHttpUpgradeHandler cannot be resolved to a type\n\tThe method getHttpUpgradeHandler() from the type HttpServletRequestImpl refers to the missing type HttpUpgradeHandler\n\tServletInputStream cannot be resolved to a type\n\tServletOutputStream cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.WebConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/WebConnectionImpl;
    MethodParameters:
              Name  Flags
      request       
      inputStream   
      outputStream  

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

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

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.WebConnectionImpl this
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method close() of type WebConnectionImpl must override or implement a supertype method\n\tHttpUpgradeHandler cannot be resolved to a type\n\tThe method getHttpUpgradeHandler() from the type HttpServletRequestImpl refers to the missing type HttpUpgradeHandler\n\tServletInputStream cannot be resolved to a type\n\tServletOutputStream cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.WebConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/WebConnectionImpl;
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "WebConnectionImpl.java"