Uiinfrastructure API Docs  
 

HttpUtils Members

HttpUtils overview

Public Static Fields

iconiconASPNET_SESSIONID_COOKIENAME 
iconiconHASHTABLE_CONTROL_KEY_HTTP_HEADERS 
iconiconHASHTABLE_CONTROL_KEY_URL 
iconiconHTTP_SCHEME 
iconiconHTTPS_SCHEME 
iconiconJSESSIONID_COOKIENAME 
iconiconRETURN_URI 

Public Static Methods

iconiconGetHeaderValue 
iconiconGetNormalizedURLOverloaded.  
iconiconGetRawHeaders 
iconiconGetRequestFullURL This method calls XPHttpUtility.UrlDecode, which is fairly expensive, and therefore this method should be used sparingly and the results should be cached per request (they are already cached on the ActivitySpace and RequestData objects).
iconiconGetSafeURL 
iconiconGetSessionIdFromRequest This method loops through the cookies in the request and returns either the ASP.NET_SessionId cookie (for .NET) or the jsessionid (for Java).
iconiconSetReturnURI 

Public Instance Constructors

icon HttpUtils Constructor Initializes a new instance of the HttpUtils class.

Public Instance Methods

iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

HttpUtils Class | com.plumtree.uiinfrastructure.statichelpers Namespace