Class HttpResponse


  • public class HttpResponse
    extends Object
    author Pascal Knueppel
    created at: 09.12.2019 - 20:39

    represents a response object that will be returned by the ScimHttpClient if a response from a server was received
    • Method Detail

      • getHttpStatusCode

        public int getHttpStatusCode()
        the status code of the response
      • getResponseBody

        public String getResponseBody()
        the body of the response
      • getResponseHeaders

        public Map<String,​String> getResponseHeaders()
        the headers of the response