Apache CXF API

org.apache.cxf.rs.security.oauth2.client
Class HttpRequestProperties

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

public class HttpRequestProperties
extends Object


Constructor Summary
HttpRequestProperties(String hostName, int port, String httpMethod, String requestPath)
           
HttpRequestProperties(String hostName, int port, String httpMethod, String requestPath, String requestQuery)
           
HttpRequestProperties(URI uri, String httpMethod)
           
HttpRequestProperties(WebClient wc, String httpMethod)
           
 
Method Summary
 String getHostName()
           
 String getHttpMethod()
           
 int getPort()
           
 String getRequestPath()
           
 String getRequestQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

Apache CXF API

Apache CXF