org.apache.cxf.rs.security.oauth2.client
Class HttpRequestProperties
java.lang.Object
org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
public class HttpRequestProperties
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
getRequestPath
public String getRequestPath()
getRequestQuery
public String getRequestQuery()
getHostName
public String getHostName()
getPort
public int getPort()
getHttpMethod
public String getHttpMethod()
Apache CXF