Class DaprHttp.Response

java.lang.Object
io.dapr.client.DaprHttp.Response
Enclosing class:
DaprHttp

public static class DaprHttp.Response extends Object
  • Constructor Details

    • Response

      public Response(byte[] body, Map<String,String> headers, int statusCode)
      Represents an http response.
      Parameters:
      body - The body of the http response.
      headers - The headers of the http response.
      statusCode - The status code of the http response.
  • Method Details

    • getBody

      public byte[] getBody()
    • getHeaders

      public Map<String,String> getHeaders()
    • getStatusCode

      public int getStatusCode()