Class HttpRequestProperties


  • public class HttpRequestProperties
    extends Object
    • Constructor Detail

      • HttpRequestProperties

        public HttpRequestProperties​(WebClient wc,
                                     String httpMethod)
      • HttpRequestProperties

        public HttpRequestProperties​(URI uri,
                                     String httpMethod)
      • HttpRequestProperties

        public HttpRequestProperties​(String hostName,
                                     int port,
                                     String httpMethod,
                                     String requestPath)
      • HttpRequestProperties

        public HttpRequestProperties​(String hostName,
                                     int port,
                                     String httpMethod,
                                     String requestPath,
                                     String requestQuery)
    • Method Detail

      • getRequestPath

        public String getRequestPath()
      • getRequestQuery

        public String getRequestQuery()
      • getHostName

        public String getHostName()
      • getPort

        public int getPort()
      • getHttpMethod

        public String getHttpMethod()