com.ptc.core.ca.web.client.environment
Class WebHttpData

java.lang.Object
  extended by com.ptc.core.ca.web.client.environment.WebHttpData
All Implemented Interfaces:
Externalizable, Serializable

Deprecated.

@Deprecated
public class WebHttpData
extends Object
implements Externalizable

The class describing HTTP request

Supported API: true

Extendable: false

See Also:
Serialized Form

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

getUserAgent

public String getUserAgent()
Deprecated. 
Gets the value of the attribute: userAgent; user-Agent string

Supported API: true

Returns:
String

setUserAgent

public void setUserAgent(String a_UserAgent)
Deprecated. 
Sets the value of the attribute: userAgent; user-Agent string

Supported API: true

Parameters:
a_UserAgent -

getBaseUrl

public String getBaseUrl()
Deprecated. 
Gets the value of the attribute: baseUrl; content of the BASE tag

Supported API: true

Returns:
String

setBaseUrl

public void setBaseUrl(String a_BaseUrl)
Deprecated. 
Sets the value of the attribute: baseUrl; content of the BASE tag

Supported API: true

Parameters:
a_BaseUrl -

getRequestContentType

public String getRequestContentType()
Deprecated. 
Gets the value of the attribute: requestContentType.

Supported API: true

Returns:
String

setRequestContentType

public void setRequestContentType(String a_RequestContentType)
Deprecated. 
Sets the value of the attribute: requestContentType.

Supported API: true

Parameters:
a_RequestContentType -

getResponseContentType

public String getResponseContentType()
Deprecated. 
Gets the value of the attribute: responseContentType.

Supported API: true

Returns:
String

setResponseContentType

public void setResponseContentType(String a_ResponseContentType)
Deprecated. 
Sets the value of the attribute: responseContentType.

Supported API: true

Parameters:
a_ResponseContentType -