private RawRequestBody()

in client/src/main/java/co/elastic/opamp/client/connectivity/http/OkHttpSender.java [123:128]


    private RawRequestBody(
        Consumer<OutputStream> writer, int contentLength, MediaType contentType) {
      this.writer = writer;
      this.contentLength = contentLength;
      this.contentType = contentType;
    }