|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.web.client.environment.WebHttpData
@Deprecated public class WebHttpData
The class describing HTTP request
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
String |
getBaseUrl()
Deprecated. Gets the value of the attribute: baseUrl; content of the BASE tag Supported API: true |
String |
getRequestContentType()
Deprecated. Gets the value of the attribute: requestContentType. |
String |
getResponseContentType()
Deprecated. Gets the value of the attribute: responseContentType. |
String |
getUserAgent()
Deprecated. Gets the value of the attribute: userAgent; user-Agent string Supported API: true |
void |
setBaseUrl(String a_BaseUrl)
Deprecated. Sets the value of the attribute: baseUrl; content of the BASE tag Supported API: true |
void |
setRequestContentType(String a_RequestContentType)
Deprecated. Sets the value of the attribute: requestContentType. |
void |
setResponseContentType(String a_ResponseContentType)
Deprecated. Sets the value of the attribute: responseContentType. |
void |
setUserAgent(String a_UserAgent)
Deprecated. Sets the value of the attribute: userAgent; user-Agent string Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getUserAgent()
public void setUserAgent(String a_UserAgent)
a_UserAgent - public String getBaseUrl()
public void setBaseUrl(String a_BaseUrl)
a_BaseUrl - public String getRequestContentType()
public void setRequestContentType(String a_RequestContentType)
a_RequestContentType - public String getResponseContentType()
public void setResponseContentType(String a_ResponseContentType)
a_ResponseContentType -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||