java.lang.Object
dev.openfeature.contrib.providers.ofrep.internal.Resolution

public class Resolution extends Object
Resolution class encapsulates the response from the OFREP server, along with additional fields.
  • Constructor Details

    • Resolution

      public Resolution(int responseStatus, HttpHeaders headers, OfrepResponse response)
      Constructs a Resolution object with the given response status, headers, and response body.
      Parameters:
      responseStatus - - The HTTP response status code.
      headers - - The HTTP headers from the response.
      response - - The parsed response body as an OfrepResponse object.
  • Method Details