Class HttpRequestProperties

java.lang.Object
org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties

public class HttpRequestProperties extends Object
  • Constructor Details

    • 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 Details

    • getRequestPath

      public String getRequestPath()
    • getRequestQuery

      public String getRequestQuery()
    • getHostName

      public String getHostName()
    • getPort

      public int getPort()
    • getHttpMethod

      public String getHttpMethod()