public interface org.springframework.web.servlet.function.ServerResponse$HeadersBuilder<B extends org.springframework.web.servlet.function.ServerResponse$HeadersBuilder<B>>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.web.servlet.function.ServerResponse$HeadersBuilder
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 33
            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 import org.reactivestreams.Publisher cannot be resolved\n\tCookie cannot be resolved to a type\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\tCookie cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tHttpServletRequest 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
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract B header(java.lang.String, java.lang.String[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/String;)Lorg/springframework/web/servlet/function/ServerResponse$HeadersBuilder;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: (Ljava/lang/String;[Ljava/lang/String;)TB;
    MethodParameters:
              Name  Flags
      headerName    
      headerValues  

  public abstract B headers(java.util.function.Consumer<org.springframework.http.HttpHeaders>);
    descriptor: (Ljava/util/function/Consumer;)Lorg/springframework/web/servlet/function/ServerResponse$HeadersBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/function/Consumer<Lorg/springframework/http/HttpHeaders;>;)TB;
    MethodParameters:
                 Name  Flags
      headersConsumer  

  public abstract B cookie(Cookie);
    descriptor: (LCookie;)Lorg/springframework/web/servlet/function/ServerResponse$HeadersBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (LCookie;)TB;
    MethodParameters:
        Name  Flags
      cookie  

  public abstract B cookies(java.util.function.Consumer<org.springframework.util.MultiValueMap<java.lang.String, Cookie>>);
    descriptor: (Ljava/util/function/Consumer;)Lorg/springframework/web/servlet/function/ServerResponse$HeadersBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/function/Consumer<Lorg/springframework/util/MultiValueMap<Ljava/lang/String;LCookie;>;>;)TB;
    MethodParameters:
                 Name  Flags
      cookiesConsumer  

  public abstract B allow(org.springframework.http.HttpMethod[]);
    descriptor: ([Lorg/springframework/http/HttpMethod;)Lorg/springframework/web/servlet/function/ServerResponse$HeadersBuilder;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/springframework/http/HttpMethod;)TB;
    MethodParameters:
                Name  Flags
      allowedMethods  

  public abstract B allow(java.util.Set<org.springframework.http.HttpMethod>);
    descriptor: (Ljava/util/Set;)Lorg/springframework/web/servlet/function/ServerResponse$HeadersBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Set<Lorg/springframework/http/HttpMethod;>;)TB;
    MethodParameters:
                Name  Flags
      allowedMethods  

  public abstract B eTag(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/web/servlet/function/ServerResponse$HeadersBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)TB;
    MethodParameters:
      Name  Flags
      eTag  

  public abstract B lastModified(java.time.ZonedDateTime);
    descriptor: (Ljava/time/ZonedDateTime;)Lorg/springframework/web/servlet/function/ServerResponse$HeadersBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/time/ZonedDateTime;)TB;
    MethodParameters:
              Name  Flags
      lastModified  

  public abstract B lastModified(java.time.Instant);
    descriptor: (Ljava/time/Instant;)Lorg/springframework/web/servlet/function/ServerResponse$HeadersBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/time/Instant;)TB;
    MethodParameters:
              Name  Flags
      lastModified  

  public abstract B location(java.net.URI);
    descriptor: (Ljava/net/URI;)Lorg/springframework/web/servlet/function/ServerResponse$HeadersBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/net/URI;)TB;
    MethodParameters:
          Name  Flags
      location  

  public abstract B cacheControl(org.springframework.http.CacheControl);
    descriptor: (Lorg/springframework/http/CacheControl;)Lorg/springframework/web/servlet/function/ServerResponse$HeadersBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/http/CacheControl;)TB;
    MethodParameters:
              Name  Flags
      cacheControl  

  public abstract B varyBy(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lorg/springframework/web/servlet/function/ServerResponse$HeadersBuilder;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Ljava/lang/String;)TB;
    MethodParameters:
                Name  Flags
      requestHeaders  

  public abstract org.springframework.web.servlet.function.ServerResponse build();
    descriptor: ()Lorg/springframework/web/servlet/function/ServerResponse;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.springframework.web.servlet.function.ServerResponse build(java.util.function.BiFunction<HttpServletRequest, HttpServletResponse, org.springframework.web.servlet.ModelAndView>);
    descriptor: (Ljava/util/function/BiFunction;)Lorg/springframework/web/servlet/function/ServerResponse;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/function/BiFunction<LHttpServletRequest;LHttpServletResponse;Lorg/springframework/web/servlet/ModelAndView;>;)Lorg/springframework/web/servlet/function/ServerResponse;
    MethodParameters:
               Name  Flags
      writeFunction  
}
Signature: <B::Lorg/springframework/web/servlet/function/ServerResponse$HeadersBuilder<TB;>;>Ljava/lang/Object;
SourceFile: "ServerResponse.java"
NestHost: org.springframework.web.servlet.function.ServerResponse
InnerClasses:
  public abstract HeadersBuilder = org.springframework.web.servlet.function.ServerResponse$HeadersBuilder of org.springframework.web.servlet.function.ServerResponse