public void accept()

in client/src/main/java/co/elastic/opamp/client/request/service/HttpRequestService.java [222:228]


    public void accept(OutputStream outputStream) {
      try {
        outputStream.write(data);
      } catch (IOException e) {
        throw new RuntimeException(e);
      }
    }