public class org.jboss.resteasy.core.interception.ContainerResponseContextImpl implements org.jboss.resteasy.core.interception.jaxrs.SuspendableContainerResponseContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.core.interception.ContainerResponseContextImpl
  super_class: java.lang.Object
{
  protected final org.jboss.resteasy.spi.HttpRequest request;
    descriptor: Lorg/jboss/resteasy/spi/HttpRequest;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.jboss.resteasy.spi.HttpResponse httpResponse;
    descriptor: Lorg/jboss/resteasy/spi/HttpResponse;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.jboss.resteasy.specimpl.BuiltResponse jaxrsResponse;
    descriptor: Lorg/jboss/resteasy/specimpl/BuiltResponse;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private org.jboss.resteasy.core.interception.ResponseContainerRequestContext requestContext;
    descriptor: Lorg/jboss/resteasy/core/interception/ResponseContainerRequestContext;
    flags: (0x0002) ACC_PRIVATE

  private javax.ws.rs.container.ContainerResponseFilter[] responseFilters;
    descriptor: [Ljavax/ws/rs/container/ContainerResponseFilter;
    flags: (0x0002) ACC_PRIVATE

  private org.jboss.resteasy.core.ServerResponseWriter$RunnableWithIOException continuation;
    descriptor: Lorg/jboss/resteasy/core/ServerResponseWriter$RunnableWithIOException;
    flags: (0x0002) ACC_PRIVATE

  private int currentFilter;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

  private java.util.Map<java.lang.Class<?>, java.lang.Object> contextDataMap;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/Class<*>;Ljava/lang/Object;>;

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

  private java.lang.Throwable throwable;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE

  private java.util.function.Consumer<java.lang.Throwable> onComplete;
    descriptor: Ljava/util/function/Consumer;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/function/Consumer<Ljava/lang/Throwable;>;

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

  public void <init>(org.jboss.resteasy.spi.HttpRequest, org.jboss.resteasy.spi.HttpResponse, org.jboss.resteasy.specimpl.BuiltResponse);
    descriptor: (Lorg/jboss/resteasy/spi/HttpRequest;Lorg/jboss/resteasy/spi/HttpResponse;Lorg/jboss/resteasy/specimpl/BuiltResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
        start local 1 // org.jboss.resteasy.spi.HttpRequest request
        start local 2 // org.jboss.resteasy.spi.HttpResponse httpResponse
        start local 3 // org.jboss.resteasy.specimpl.BuiltResponse serverResponse
         0: .line 60
            aload 0 /* this */
            aload 1 /* request */
            aload 2 /* httpResponse */
            aload 3 /* serverResponse */
            aconst_null
            iconst_0
            anewarray javax.ws.rs.container.ContainerResponseFilter
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/jboss/resteasy/core/interception/ContainerResponseContextImpl.lambda$0(Ljava/lang/Throwable;)V (6)
                  (Ljava/lang/Throwable;)V
            aconst_null
            invokespecial org.jboss.resteasy.core.interception.ContainerResponseContextImpl.<init>:(Lorg/jboss/resteasy/spi/HttpRequest;Lorg/jboss/resteasy/spi/HttpResponse;Lorg/jboss/resteasy/specimpl/BuiltResponse;Lorg/jboss/resteasy/core/interception/ResponseContainerRequestContext;[Ljavax/ws/rs/container/ContainerResponseFilter;Ljava/util/function/Consumer;Lorg/jboss/resteasy/core/ServerResponseWriter$RunnableWithIOException;)V
         1: .line 61
            return
        end local 3 // org.jboss.resteasy.specimpl.BuiltResponse serverResponse
        end local 2 // org.jboss.resteasy.spi.HttpResponse httpResponse
        end local 1 // org.jboss.resteasy.spi.HttpRequest request
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
            0    2     1         request  Lorg/jboss/resteasy/spi/HttpRequest;
            0    2     2    httpResponse  Lorg/jboss/resteasy/spi/HttpResponse;
            0    2     3  serverResponse  Lorg/jboss/resteasy/specimpl/BuiltResponse;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      request         
      httpResponse    
      serverResponse  

  public void <init>(org.jboss.resteasy.spi.HttpRequest, org.jboss.resteasy.spi.HttpResponse, org.jboss.resteasy.specimpl.BuiltResponse, org.jboss.resteasy.core.interception.ResponseContainerRequestContext, javax.ws.rs.container.ContainerResponseFilter[], java.util.function.Consumer<java.lang.Throwable>, org.jboss.resteasy.core.ServerResponseWriter$RunnableWithIOException);
    descriptor: (Lorg/jboss/resteasy/spi/HttpRequest;Lorg/jboss/resteasy/spi/HttpResponse;Lorg/jboss/resteasy/specimpl/BuiltResponse;Lorg/jboss/resteasy/core/interception/ResponseContainerRequestContext;[Ljavax/ws/rs/container/ContainerResponseFilter;Ljava/util/function/Consumer;Lorg/jboss/resteasy/core/ServerResponseWriter$RunnableWithIOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
        start local 1 // org.jboss.resteasy.spi.HttpRequest request
        start local 2 // org.jboss.resteasy.spi.HttpResponse httpResponse
        start local 3 // org.jboss.resteasy.specimpl.BuiltResponse serverResponse
        start local 4 // org.jboss.resteasy.core.interception.ResponseContainerRequestContext requestContext
        start local 5 // javax.ws.rs.container.ContainerResponseFilter[] responseFilters
        start local 6 // java.util.function.Consumer onComplete
        start local 7 // org.jboss.resteasy.core.ServerResponseWriter$RunnableWithIOException continuation
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            iconst_1
            putfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.filterReturnIsMeaningful:Z
         2: .line 67
            aload 0 /* this */
            aload 1 /* request */
            putfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.request:Lorg/jboss/resteasy/spi/HttpRequest;
         3: .line 68
            aload 0 /* this */
            aload 2 /* httpResponse */
            putfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.httpResponse:Lorg/jboss/resteasy/spi/HttpResponse;
         4: .line 69
            aload 0 /* this */
            aload 3 /* serverResponse */
            putfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
         5: .line 70
            aload 0 /* this */
            aload 4 /* requestContext */
            putfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.requestContext:Lorg/jboss/resteasy/core/interception/ResponseContainerRequestContext;
         6: .line 71
            aload 0 /* this */
            aload 5 /* responseFilters */
            putfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.responseFilters:[Ljavax/ws/rs/container/ContainerResponseFilter;
         7: .line 72
            aload 0 /* this */
            aload 7 /* continuation */
            putfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.continuation:Lorg/jboss/resteasy/core/ServerResponseWriter$RunnableWithIOException;
         8: .line 73
            aload 0 /* this */
            aload 6 /* onComplete */
            putfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.onComplete:Ljava/util/function/Consumer;
         9: .line 74
            aload 0 /* this */
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.getContextDataMap:()Ljava/util/Map;
            putfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.contextDataMap:Ljava/util/Map;
        10: .line 75
            return
        end local 7 // org.jboss.resteasy.core.ServerResponseWriter$RunnableWithIOException continuation
        end local 6 // java.util.function.Consumer onComplete
        end local 5 // javax.ws.rs.container.ContainerResponseFilter[] responseFilters
        end local 4 // org.jboss.resteasy.core.interception.ResponseContainerRequestContext requestContext
        end local 3 // org.jboss.resteasy.specimpl.BuiltResponse serverResponse
        end local 2 // org.jboss.resteasy.spi.HttpResponse httpResponse
        end local 1 // org.jboss.resteasy.spi.HttpRequest request
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
            0   11     1          request  Lorg/jboss/resteasy/spi/HttpRequest;
            0   11     2     httpResponse  Lorg/jboss/resteasy/spi/HttpResponse;
            0   11     3   serverResponse  Lorg/jboss/resteasy/specimpl/BuiltResponse;
            0   11     4   requestContext  Lorg/jboss/resteasy/core/interception/ResponseContainerRequestContext;
            0   11     5  responseFilters  [Ljavax/ws/rs/container/ContainerResponseFilter;
            0   11     6       onComplete  Ljava/util/function/Consumer<Ljava/lang/Throwable;>;
            0   11     7     continuation  Lorg/jboss/resteasy/core/ServerResponseWriter$RunnableWithIOException;
    Signature: (Lorg/jboss/resteasy/spi/HttpRequest;Lorg/jboss/resteasy/spi/HttpResponse;Lorg/jboss/resteasy/specimpl/BuiltResponse;Lorg/jboss/resteasy/core/interception/ResponseContainerRequestContext;[Ljavax/ws/rs/container/ContainerResponseFilter;Ljava/util/function/Consumer<Ljava/lang/Throwable;>;Lorg/jboss/resteasy/core/ServerResponseWriter$RunnableWithIOException;)V
    MethodParameters:
                 Name  Flags
      request          
      httpResponse     
      serverResponse   
      requestContext   
      responseFilters  
      onComplete       
      continuation     

  public org.jboss.resteasy.specimpl.BuiltResponse getJaxrsResponse();
    descriptor: ()Lorg/jboss/resteasy/specimpl/BuiltResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 79
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;

  public org.jboss.resteasy.spi.HttpResponse getHttpResponse();
    descriptor: ()Lorg/jboss/resteasy/spi/HttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 84
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.httpResponse:Lorg/jboss/resteasy/spi/HttpResponse;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;

  public int getStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 90
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getStatus:()I
            ireturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;

  public void setStatus(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
        start local 1 // int code
         0: .line 96
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.httpResponse:Lorg/jboss/resteasy/spi/HttpResponse;
            iload 1 /* code */
            invokeinterface org.jboss.resteasy.spi.HttpResponse.setStatus:(I)V
         1: .line 97
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            iload 1 /* code */
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.setStatus:(I)V
         2: .line 98
            return
        end local 1 // int code
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
            0    3     1  code  I
    MethodParameters:
      Name  Flags
      code  

  public javax.ws.rs.core.Response$StatusType getStatusInfo();
    descriptor: ()Ljavax/ws/rs/core/Response$StatusType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 103
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getStatusInfo:()Ljavax/ws/rs/core/Response$StatusType;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;

  public void setStatusInfo(javax.ws.rs.core.Response$StatusType);
    descriptor: (Ljavax/ws/rs/core/Response$StatusType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
        start local 1 // javax.ws.rs.core.Response$StatusType statusInfo
         0: .line 109
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.httpResponse:Lorg/jboss/resteasy/spi/HttpResponse;
            aload 1 /* statusInfo */
            invokeinterface javax.ws.rs.core.Response$StatusType.getStatusCode:()I
            invokeinterface org.jboss.resteasy.spi.HttpResponse.setStatus:(I)V
         1: .line 110
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            aload 1 /* statusInfo */
            invokeinterface javax.ws.rs.core.Response$StatusType.getStatusCode:()I
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.setStatus:(I)V
         2: .line 111
            return
        end local 1 // javax.ws.rs.core.Response$StatusType statusInfo
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
            0    3     1  statusInfo  Ljavax/ws/rs/core/Response$StatusType;
    MethodParameters:
            Name  Flags
      statusInfo  

  public java.lang.Class<?> getEntityClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 116
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getEntityClass:()Ljava/lang/Class;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
    Signature: ()Ljava/lang/Class<*>;

  public java.lang.reflect.Type getEntityType();
    descriptor: ()Ljava/lang/reflect/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 122
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getGenericType:()Ljava/lang/reflect/Type;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;

  public void setEntity(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
        start local 1 // java.lang.Object entity
         0: .line 129
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            aload 1 /* entity */
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.setEntity:(Ljava/lang/Object;)V
         1: .line 134
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.ContainerResponseContextImpl.getHeaders:()Ljavax/ws/rs/core/MultivaluedMap;
            ldc "Content-Length"
            invokeinterface javax.ws.rs.core.MultivaluedMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 135
            return
        end local 1 // java.lang.Object entity
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
            0    3     1  entity  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      entity  

  public void setEntity(java.lang.Object, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType);
    descriptor: (Ljava/lang/Object;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
        start local 1 // java.lang.Object entity
        start local 2 // java.lang.annotation.Annotation[] annotations
        start local 3 // javax.ws.rs.core.MediaType mediaType
         0: .line 141
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            aload 1 /* entity */
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.setEntity:(Ljava/lang/Object;)V
         1: .line 142
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            aload 2 /* annotations */
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.setAnnotations:([Ljava/lang/annotation/Annotation;)V
         2: .line 143
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getHeaders:()Ljavax/ws/rs/core/MultivaluedMap;
            ldc "Content-Type"
            aload 3 /* mediaType */
            invokeinterface javax.ws.rs.core.MultivaluedMap.putSingle:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 148
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.ContainerResponseContextImpl.getHeaders:()Ljavax/ws/rs/core/MultivaluedMap;
            ldc "Content-Length"
            invokeinterface javax.ws.rs.core.MultivaluedMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 149
            return
        end local 3 // javax.ws.rs.core.MediaType mediaType
        end local 2 // java.lang.annotation.Annotation[] annotations
        end local 1 // java.lang.Object entity
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
            0    5     1       entity  Ljava/lang/Object;
            0    5     2  annotations  [Ljava/lang/annotation/Annotation;
            0    5     3    mediaType  Ljavax/ws/rs/core/MediaType;
    MethodParameters:
             Name  Flags
      entity       
      annotations  
      mediaType    

  public javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object> getHeaders();
    descriptor: ()Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 154
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getMetadata:()Ljavax/ws/rs/core/MultivaluedMap;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
    Signature: ()Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;

  public java.util.Set<java.lang.String> getAllowedMethods();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 160
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getAllowedMethods:()Ljava/util/Set;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public java.util.Date getDate();
    descriptor: ()Ljava/util/Date;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 166
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getDate:()Ljava/util/Date;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;

  public java.util.Locale getLanguage();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 172
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getLanguage:()Ljava/util/Locale;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 178
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getLength:()I
            ireturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;

  public javax.ws.rs.core.MediaType getMediaType();
    descriptor: ()Ljavax/ws/rs/core/MediaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 184
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getMediaType:()Ljavax/ws/rs/core/MediaType;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;

  public java.util.Map<java.lang.String, javax.ws.rs.core.NewCookie> getCookies();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 190
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getCookies:()Ljava/util/Map;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljavax/ws/rs/core/NewCookie;>;

  public javax.ws.rs.core.EntityTag getEntityTag();
    descriptor: ()Ljavax/ws/rs/core/EntityTag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 196
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getEntityTag:()Ljavax/ws/rs/core/EntityTag;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;

  public java.util.Date getLastModified();
    descriptor: ()Ljava/util/Date;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 202
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getLastModified:()Ljava/util/Date;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;

  public java.net.URI getLocation();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 208
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getLocation:()Ljava/net/URI;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;

  public java.util.Set<javax.ws.rs.core.Link> getLinks();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 214
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getLinks:()Ljava/util/Set;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
    Signature: ()Ljava/util/Set<Ljavax/ws/rs/core/Link;>;

  public boolean hasLink(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
        start local 1 // java.lang.String relation
         0: .line 220
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            aload 1 /* relation */
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.hasLink:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String relation
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
            0    1     1  relation  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      relation  

  public javax.ws.rs.core.Link getLink(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/ws/rs/core/Link;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
        start local 1 // java.lang.String relation
         0: .line 226
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            aload 1 /* relation */
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getLink:(Ljava/lang/String;)Ljavax/ws/rs/core/Link;
            areturn
        end local 1 // java.lang.String relation
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
            0    1     1  relation  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      relation  

  public javax.ws.rs.core.Link$Builder getLinkBuilder(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/ws/rs/core/Link$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
        start local 1 // java.lang.String relation
         0: .line 232
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            aload 1 /* relation */
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getLinkBuilder:(Ljava/lang/String;)Ljavax/ws/rs/core/Link$Builder;
            areturn
        end local 1 // java.lang.String relation
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
            0    1     1  relation  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      relation  

  public boolean hasEntity();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 238
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.hasEntity:()Z
            ireturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;

  public java.lang.Object getEntity();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 244
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getEntity:()Ljava/lang/Object;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;

  public java.io.OutputStream getEntityStream();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 252
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.httpResponse:Lorg/jboss/resteasy/spi/HttpResponse;
            invokeinterface org.jboss.resteasy.spi.HttpResponse.getOutputStream:()Ljava/io/OutputStream;
         1: areturn
         2: .line 254
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 256
            new java.lang.RuntimeException
            dup
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public void setEntityStream(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
        start local 1 // java.io.OutputStream entityStream
         0: .line 263
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.httpResponse:Lorg/jboss/resteasy/spi/HttpResponse;
            aload 1 /* entityStream */
            invokeinterface org.jboss.resteasy.spi.HttpResponse.setOutputStream:(Ljava/io/OutputStream;)V
         1: .line 264
            return
        end local 1 // java.io.OutputStream entityStream
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
            0    2     1  entityStream  Ljava/io/OutputStream;
    MethodParameters:
              Name  Flags
      entityStream  

  public java.lang.annotation.Annotation[] getEntityAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 269
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getAnnotations:()[Ljava/lang/annotation/Annotation;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;

  public javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String> getStringHeaders();
    descriptor: ()Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 275
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getStringHeaders:()Ljavax/ws/rs/core/MultivaluedMap;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
    Signature: ()Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;

  public java.lang.String getHeaderString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
        start local 1 // java.lang.String name
         0: .line 281
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.jaxrsResponse:Lorg/jboss/resteasy/specimpl/BuiltResponse;
            aload 1 /* name */
            invokevirtual org.jboss.resteasy.specimpl.BuiltResponse.getHeaderString:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public synchronized void suspend();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 287
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.continuation:Lorg/jboss/resteasy/core/ServerResponseWriter$RunnableWithIOException;
            ifnonnull 2
         1: .line 288
            new java.lang.RuntimeException
            dup
            ldc "Suspend not supported yet"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.suspended:Z
         3: .line 290
            return
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;

  public synchronized void resume();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 294
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.suspended:Z
            ifne 2
         1: .line 295
            new java.lang.RuntimeException
            dup
            ldc "Cannot resume: not suspended"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.inFilter:Z
            ifeq 5
         3: .line 299
            aload 0 /* this */
            iconst_0
            putfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.suspended:Z
         4: .line 300
            return
         5: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.contextDataMap:Ljava/util/Map;
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.pushContextDataMap:(Ljava/util/Map;)V
         6: .line 306
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.ContainerResponseContextImpl.filter:()V
         7: .line 307
            goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 1 /* t */
        start local 1 // java.lang.Throwable t
         9: .line 309
            aload 0 /* this */
            aload 1 /* t */
            invokevirtual org.jboss.resteasy.core.interception.ContainerResponseContextImpl.writeException:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable t
        10: .line 311
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
            9   10     1     t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           6     7       8  Class java.lang.Throwable

  public synchronized void resume(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
        start local 1 // java.lang.Throwable t
         0: .line 315
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.suspended:Z
            ifne 2
         1: .line 316
            new java.lang.RuntimeException
            dup
            ldc "Cannot resume: not suspended"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.inFilter:Z
            ifeq 6
         3: .line 320
            aload 0 /* this */
            aload 1 /* t */
            putfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.throwable:Ljava/lang/Throwable;
         4: .line 321
            aload 0 /* this */
            iconst_0
            putfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.suspended:Z
         5: .line 322
            goto 8
         6: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.contextDataMap:Ljava/util/Map;
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.pushContextDataMap:(Ljava/util/Map;)V
         7: .line 326
            aload 0 /* this */
            aload 1 /* t */
            invokevirtual org.jboss.resteasy.core.interception.ContainerResponseContextImpl.writeException:(Ljava/lang/Throwable;)V
         8: .line 328
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable t
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
            0    9     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  private void writeException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
        start local 1 // java.lang.Throwable t
         0: .line 336
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.contextDataMap:Ljava/util/Map;
            ldc Lorg/jboss/resteasy/spi/HttpResponse;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jboss.resteasy.spi.HttpResponse
            astore 2 /* httpResponse */
        start local 2 // org.jboss.resteasy.spi.HttpResponse httpResponse
         1: .line 337
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.contextDataMap:Ljava/util/Map;
            ldc Lorg/jboss/resteasy/core/Dispatcher;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jboss.resteasy.core.SynchronousDispatcher
            astore 3 /* dispatcher */
        start local 3 // org.jboss.resteasy.core.SynchronousDispatcher dispatcher
         2: .line 338
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.request:Lorg/jboss/resteasy/spi/HttpRequest;
            invokeinterface org.jboss.resteasy.spi.HttpRequest.getAsyncContext:()Lorg/jboss/resteasy/spi/ResteasyAsynchronousContext;
            invokeinterface org.jboss.resteasy.spi.ResteasyAsynchronousContext.getAsyncResponse:()Lorg/jboss/resteasy/spi/ResteasyAsynchronousResponse;
            astore 4 /* asyncResponse */
        start local 4 // org.jboss.resteasy.spi.ResteasyAsynchronousResponse asyncResponse
         3: .line 340
            aload 3 /* dispatcher */
            aload 2 /* httpResponse */
            aload 1 /* t */
            invokevirtual org.jboss.resteasy.core.SynchronousDispatcher.unhandledAsynchronousException:(Lorg/jboss/resteasy/spi/HttpResponse;Ljava/lang/Throwable;)V
         4: .line 341
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.ContainerResponseContextImpl.onComplete:Ljava/util/function/Consumer;
            aload 1 /* t */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         5: .line 342
            aload 4 /* asyncResponse */
            invokeinterface org.jboss.resteasy.spi.ResteasyAsynchronousResponse.complete:()V
         6: .line 343
            aload 4 /* asyncResponse */
            aload 1 /* t */
            invokeinterface org.jboss.resteasy.spi.ResteasyAsynchronousResponse.completionCallbacks:(Ljava/lang/Throwable;)V
         7: .line 344
            return
        end local 4 // org.jboss.resteasy.spi.ResteasyAsynchronousResponse asyncResponse
        end local 3 // org.jboss.resteasy.core.SynchronousDispatcher dispatcher
        end local 2 // org.jboss.resteasy.spi.HttpResponse httpResponse
        end local 1 // java.lang.Throwable t
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
            0    8     1              t  Ljava/lang/Throwable;
            1    8     2   httpResponse  Lorg/jboss/resteasy/spi/HttpResponse;
            2    8     3     dispatcher  Lorg/jboss/resteasy/core/SynchronousDispatcher;
            3    8     4  asyncResponse  Lorg/jboss/resteasy/spi/ResteasyAsynchronousResponse;
    MethodParameters:
      Name  Flags
      t     

  public synchronized void filter();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
         0: .line 412
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jboss.resteasy.core.interception.ContainerResponseContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/ContainerResponseContextImpl;
    Exceptions:
      throws java.io.IOException

  private static void lambda$0(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // java.lang.Throwable t
         0: .line 60
            return
        end local 0 // java.lang.Throwable t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     t  Ljava/lang/Throwable;
}
SourceFile: "ContainerResponseContextImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Builder = javax.ws.rs.core.Link$Builder of javax.ws.rs.core.Link
  public abstract StatusType = javax.ws.rs.core.Response$StatusType of javax.ws.rs.core.Response
  public abstract RunnableWithIOException = org.jboss.resteasy.core.ServerResponseWriter$RunnableWithIOException of org.jboss.resteasy.core.ServerResponseWriter