src/main/java/org/apache/sling/api/request/builder/impl/SlingHttpServletResponseResultImpl.java [49:74]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private final HeaderSupport headerSupport = new HeaderSupport();

    /** Cookies */
    private final Map<String, Cookie> cookies = new LinkedHashMap<>();

    private String contentType;

    private String characterEncoding;

    private Locale locale = Locale.US;

    private long contentLength;

    private int status;

    private boolean isCommitted;

    private String statusMessage;

    private int bufferSize = 8192;

    private ByteArrayOutputStream outputStream;

    private ServletOutputStream servletOutputStream;

    private PrintWriter printWriter;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/api/request/builder/impl/SlingJakartaHttpServletResponseResultImpl.java [47:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private final HeaderSupport headerSupport = new HeaderSupport();

    /** Cookies */
    private final Map<String, Cookie> cookies = new LinkedHashMap<>();

    private String contentType;

    private String characterEncoding;

    private Locale locale = Locale.US;

    private long contentLength;

    private int status;

    private boolean isCommitted;

    private String statusMessage;

    private int bufferSize = 8192;

    private ByteArrayOutputStream outputStream;

    private ServletOutputStream servletOutputStream;

    private PrintWriter printWriter;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



