Class ClientResponse

  • All Implemented Interfaces:
    Attachable

    public final class ClientResponse
    extends AbstractAttachable
    A client response. This just contains the parsed response header, the response body can be read from the ClientExchange.
    Author:
    Stuart Douglas
    • Constructor Detail

      • ClientResponse

        public ClientResponse​(int responseCode,
                              String status,
                              HttpString protocol)
    • Method Detail

      • getResponseHeaders

        public HeaderMap getResponseHeaders()
      • getResponseCode

        public int getResponseCode()
      • getStatus

        public String getStatus()