final class org.springframework.web.servlet.function.SseServerResponse$DefaultSseBuilder$MutableHeadersServerHttpResponse extends org.springframework.http.server.DelegatingServerHttpResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.web.servlet.function.SseServerResponse$DefaultSseBuilder$MutableHeadersServerHttpResponse
  super_class: org.springframework.http.server.DelegatingServerHttpResponse
{
  private final org.springframework.http.HttpHeaders mutableHeaders;
    descriptor: Lorg/springframework/http/HttpHeaders;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.http.server.ServerHttpResponse);
    descriptor: (Lorg/springframework/http/server/ServerHttpResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.SseServerResponse$DefaultSseBuilder$MutableHeadersServerHttpResponse this
         0: .line 27
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.ServletException cannot be resolved\n\tThe import javax.servlet.http.Cookie cannot be resolved\n\tThe import javax.servlet.http.HttpServletRequest cannot be resolved\n\tThe import javax.servlet.http.HttpServletResponse cannot be resolved\n\tThe type SseServerResponse must implement the inherited abstract method ServerResponse.writeTo(HttpServletRequest, HttpServletResponse, ServerResponse.Context)\n\tThe type SseServerResponse must implement the inherited abstract method AbstractServerResponse.writeToInternal(HttpServletRequest, HttpServletResponse, ServerResponse.Context)\n\tThe return types are incompatible for the inherited methods ServerResponse.cookies(), AbstractServerResponse.cookies()\n\tThe method emptyCookies() from the type SseServerResponse refers to the missing type Cookie\n\tCookie cannot be resolved to a type\n\tThe method toMultiValueMap(Map<String,List<Cookie>>) from the type CollectionUtils refers to the missing type Cookie\n\tThe method emptyMap() from the type Collections refers to the missing type Cookie\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.SseServerResponse$DefaultSseBuilder$MutableHeadersServerHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/SseServerResponse$DefaultSseBuilder$MutableHeadersServerHttpResponse;
    MethodParameters:
          Name  Flags
      delegate  

  public org.springframework.http.HttpHeaders getHeaders();
    descriptor: ()Lorg/springframework/http/HttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.SseServerResponse$DefaultSseBuilder$MutableHeadersServerHttpResponse this
         0: .line 285
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.SseServerResponse$DefaultSseBuilder$MutableHeadersServerHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/SseServerResponse$DefaultSseBuilder$MutableHeadersServerHttpResponse;
}
SourceFile: "SseServerResponse.java"
NestHost: org.springframework.web.servlet.function.SseServerResponse
InnerClasses:
  private final DefaultSseBuilder = org.springframework.web.servlet.function.SseServerResponse$DefaultSseBuilder of org.springframework.web.servlet.function.SseServerResponse
  private final MutableHeadersServerHttpResponse = org.springframework.web.servlet.function.SseServerResponse$DefaultSseBuilder$MutableHeadersServerHttpResponse of org.springframework.web.servlet.function.SseServerResponse$DefaultSseBuilder