public interface IwebRequest extends IhttpRequest
| Modifier and Type | Method and Description |
|---|---|
character |
getContextNames() |
longchar |
getContextValue(character _pcName) |
object<? extends Cookie> |
getCookie(character _pcName)
Returns a cookie by name from this message.
|
character |
getDefaultCookieDomain() |
character |
getDefaultCookiePath() |
character |
getLocalAddress() |
character |
getLocalHost() |
integer |
getLocalPort() |
character |
getPathInfo() |
character |
getPathParameter(character _pcName) |
character |
getPathParameterNames() |
character |
getRemoteAddress() |
character |
getRemoteHost() |
integer |
getRemotePort() |
character |
getRemoteUser() |
character |
getResolvedTransportPath() |
character |
getResolvedWebAppPath() |
character |
getServerSoftware() |
character |
getTransportPath() |
character |
getUriTemplate() |
character |
getWebAppPath() |
logical |
hasCookie(character _pcName)
Indicates whether a cookie exists for this message.
|
void |
removeCookie(character _pcName)
Removes coolies from this message for a given name.
|
getMethod, getUri, setMethod, setUriclearCookies, clearHeaders, getCharacterEncoding, getContentLength, getContentMd5, getContentType, getCookies, getEntity, getHeader, getHeaders, getTransferEncoding, getVersion, hasCookie, hasHeader, removeCookie, removeHeader, setCharacterEncoding, setContentLength, setContentMd5, setContentType, setCookie, setCookies, setEntity, setHeader, setHeaders, setTransferEncoding, setVersion__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, getLegacyClass, getNextSibling, getPrevSibling, isTracked, legacyClone, legacyEquals, toLegacyStringcharacter getResolvedWebAppPath()
character getContextNames()
character getDefaultCookieDomain()
character getDefaultCookiePath()
character getLocalAddress()
character getLocalHost()
integer getLocalPort()
character getPathInfo()
character getPathParameterNames()
character getRemoteAddress()
character getRemoteHost()
integer getRemotePort()
character getRemoteUser()
character getResolvedTransportPath()
character getServerSoftware()
character getTransportPath()
character getUriTemplate()
character getWebAppPath()
object<? extends Cookie> getCookie(character _pcName)
IhttpMessagegetCookie in interface IhttpMessage_pcName - The cookie's name to check.logical hasCookie(character _pcName)
IhttpMessagehasCookie in interface IhttpMessage_pcName - The cookie's name to check.true if this message contains the cookie.void removeCookie(character _pcName)
IhttpMessageremoveCookie in interface IhttpMessage_pcName - The name of the cookie(s) to remove.