Class BareHttpResponse

java.lang.Object
org.wildfly.elytron.web.barehttp.BareHttpResponse

public class BareHttpResponse extends Object
Representation of an HTTP Response.
Author:
Darran Lofthouse
  • Method Details

    • getStatusCode

      public int getStatusCode()
    • getHeaders

      public Map<String,List<String>> getHeaders()
    • getMessageBody

      public String getMessageBody()
    • getContentLength

      public int getContentLength()
    • isChunkedEncoding

      public boolean isChunkedEncoding()