Class JsonResponse

java.lang.Object
google.registry.request.JsonResponse

public class JsonResponse extends Object
JSON response object.
  • Field Details

    • JSON_SAFETY_PREFIX

      public static final String JSON_SAFETY_PREFIX
      String prefixed to all JSON-like responses to break eval().
      See Also:
    • response

      protected final Response response
  • Constructor Details

    • JsonResponse

      @Inject public JsonResponse(Response rsp)
  • Method Details