Class Http


  • public class Http
    extends Object
    • Constructor Detail

      • Http

        public Http()
    • Method Detail

      • getMethod

        public String getMethod()
      • setMethod

        public void setMethod​(String method)
      • withMethod

        public Http withMethod​(String method)
      • getRequestUri

        public String getRequestUri()
      • setRequestUri

        public void setRequestUri​(String requestUri)
      • withRequestUri

        public Http withRequestUri​(String requestUri)
      • getResponseCode

        public String getResponseCode()
      • setResponseCode

        public void setResponseCode​(String responseCode)