|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
ClearCookies () |
/** Removes all cookies from this message */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
ClearHeaders () |
/** Removes all headers from this message */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
Destroy () |
Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
Progress.Lang.Object GetAdapter (Class) |
/* Returns an adapter for this message
@param P.L.Class The type we want to adapt this message to
@return P.L.Object The adapter. Will typically be of the type specified by the input argument */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
Cookie GetCookie (character) |
/** Returns a cookie by name from this message. Typically
returns the first cookie it finds by name, oif more than
one exist
@param character The cookie's name to check
@return Cookie The (first) cookie found by name */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
INTEGER GetCookies (Cookie[]) |
/** Returns all the cookies for this message
@param Cookie[] An array of cookies
@return integer The number of cookies returned */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
HttpHeader GetHeader (character) |
/** Returns a named header
@param character The name of the header to retrieve
@return HttpHeader The header object. Null if not exists. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
INTEGER GetHeaders (HttpHeader[]) |
/** Returns all the headers (Names and values)
@param HttpHeader[] An array of headers
@return integer The number of headers returned */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
LOGICAL HasCookie (character) |
/** Indicates whether a cookie exists for this message
@param character The cookie's name to check
@return logical TRUE if this message contains the cookie */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
LOGICAL HasCookie (Cookie) |
/** Indicates whether a cookie exists for this message
@param Cookie The cookie to check
@return logical True if this message contains the cookie */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
LOGICAL HasHeader (character) |
/** Indicates whether a header exists for this message or not.
@param character The name of a header to check
@return logical True if this message contains the header */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
Initialize () |
Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
RemoveCookie (character) |
/** Removes cookies from this message for a given name
@param character The name of the cookie(s) to remove. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
RemoveCookie (Cookie) |
/** Removes a cookie from this request
@param Cookie The cookie to remove. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
RemoveHeader (character) |
/** Removes a header from the collection of message headers.
No-op if none exists.
This implementation sets the value of the header to ?/unknown,
passes it down the filter chain, and then removes it from the
header collection.
@param character The name of the header to remove */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
SetCookie (Cookie) |
/** Adds a cookie to this request
@param Cookie The cookie to add. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
SetCookies (Cookie[]) |
/** Adds cookies to this message
@param Cookie[] An array of cookies to add. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
SetHeader (character, character) |
/** Adds header info to this message's collection of headers.
@param character The header name
@param character The complete header value */ |
|||||
|
|
SetHeader (HttpHeader) |
/** Adds header info to this message's collection of headers.
@param character The header name
@param character The complete header value */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
SetHeaders (HttpHeader[]) |
/** Adds a set of header info to this message's collection of headers.
@param HttpHeader[] An array of headers */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
WebResponse () |
/* Default constructor. */ |
|||||
|
|
WebResponse (integer) |
/* Constructor.
@param integer A status code for the response */ |
|||||
|
|
WebResponse (StatusCodeEnum) |
/* Constructor.
@param StatusCodeEnum A status code for the response */ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
CHARACTER CharacterEncoding |
Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
INTEGER ContentLength |
Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
RAW ContentMD5 |
Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
CHARACTER ContentType |
Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
IStringKeyedMap Cookies |
Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
Object Entity |
Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
HttpHeaderCollection Headers |
Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
INTEGER StatusCode |
Inherited from OpenEdge.Net.HTTP.HttpResponse |
|||||
|
|
CHARACTER StatusReason |
Inherited from OpenEdge.Net.HTTP.HttpResponse |
|||||
|
|
CHARACTER TransferEncoding |
Inherited from OpenEdge.Net.HTTP.HttpMessage |
|||||
|
|
CHARACTER Version |
Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
Top
PUBLIC ClearCookies ()
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ClearHeaders ()
|
||||||||||||||||||||||
PUBLIC Destroy ()
|
||||||||||||||||||||||
PUBLIC Progress.Lang.Object GetAdapter (Class)
|
||||||||||||||||||||||
PUBLIC Cookie GetCookie (character)
|
||||||||||||||||||||||
PUBLIC INTEGER GetCookies (Cookie[])
|
||||||||||||||||||||||
PUBLIC HttpHeader GetHeader (character)
|
||||||||||||||||||||||
PUBLIC INTEGER GetHeaders (HttpHeader[])
|
||||||||||||||||||||||
PUBLIC LOGICAL HasCookie (character)
|
||||||||||||||||||||||
PUBLIC LOGICAL HasCookie (Cookie)
|
||||||||||||||||||||||
PUBLIC LOGICAL HasHeader (character)
|
||||||||||||||||||||||
PUBLIC Initialize ()
|
||||||||||||||||||||||
PUBLIC RemoveCookie (character)
|
||||||||||||||||||||||
PUBLIC RemoveCookie (Cookie)
|
||||||||||||||||||||||
PUBLIC RemoveHeader (character)
|
||||||||||||||||||||||
PUBLIC SetCookie (Cookie)
|
||||||||||||||||||||||
PUBLIC SetCookies (Cookie[])
|
||||||||||||||||||||||
PUBLIC SetHeader (character, character)
|
||||||||||||||||||||||
PUBLIC SetHeader (HttpHeader)
|
||||||||||||||||||||||
PUBLIC SetHeaders (HttpHeader[])
|
||||||||||||||||||||||
PUBLIC WebResponse ()
|
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC WebResponse (integer)
|
|||||||||||||
PUBLIC WebResponse (StatusCodeEnum)
|
|||||||||||||
PUBLIC CHARACTER CharacterEncoding
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC INTEGER ContentLength
|
|||||||||
PUBLIC RAW ContentMD5
|
|||||||||
PUBLIC CHARACTER ContentType
|
|||||||||
PROTECTED IStringKeyedMap Cookies
|
|||||||||
PUBLIC Object Entity
|
|||||||||
PROTECTED HttpHeaderCollection Headers
|
|||||||||
PUBLIC INTEGER StatusCode
|
|||||||||
PUBLIC CHARACTER StatusReason
|
|||||||||
PUBLIC CHARACTER TransferEncoding
|
|||||||||
PUBLIC CHARACTER Version
|
|||||||||
Progress® OpenEdge® Release 12.2.0