|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.client.httpSession
public class httpSession
| Method Summary | |
|---|---|
private any |
callWithOutProxyServer([any url], [any data], [any httpMethod], [any paramType], [any referer])
|
private any |
callWithProxyServer([any url], [any data], [any httpMethod], [any paramType], [any referer])
|
any |
get([any url='/'], [any data='[runtime expression]'], [any referer=''])
|
any |
getBaseURL()
|
any |
getCharSet()
|
any |
getHost()
|
any |
getPort()
|
any |
getProtocal()
|
any |
getReferer()
|
any |
getResolveurl()
|
struct |
GetResponseCookies(struct Response)
This parses the response of a CFHttp call and puts the cookies into a struct |
any |
getThrowOnError()
|
any |
getTimeout()
|
any |
getUserAgent()
|
any |
post([any url='/'], [any data='[runtime expression]'], [any referer=''])
|
any |
setCharSet([any charSet])
|
any |
setConfigBean([any configBean])
|
any |
setHost([any Host])
|
any |
setPort([any port])
|
any |
setProtocal([any protocal])
|
any |
setReferer([any referer])
|
any |
setResolveurl([any resolveurl])
|
any |
setThrowOnError([any throwOnError])
|
any |
setTimeout([any timeout])
|
any |
setUserAgent([any userAgent])
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, init, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
| Methods inherited from class railo-context.Component |
|---|
|
| Method Detail |
|---|
private any callWithOutProxyServer([any url], [any data], [any httpMethod], [any paramType], [any referer])
urldatahttpMethodparamTyperefererprivate any callWithProxyServer([any url], [any data], [any httpMethod], [any paramType], [any referer])
urldatahttpMethodparamTyperefererpublic any get([any url='/'], [any data='[runtime expression]'], [any referer=''])
urldatarefererpublic any getBaseURL()
public any getCharSet()
public any getHost()
public any getPort()
public any getProtocal()
public any getReferer()
public any getResolveurl()
public struct GetResponseCookies(struct Response)
Response - The response of a CFHttp call.public any getThrowOnError()
public any getTimeout()
public any getUserAgent()
public any post([any url='/'], [any data='[runtime expression]'], [any referer=''])
urldatarefererpublic any setCharSet([any charSet])
charSetpublic any setConfigBean([any configBean])
configBeanpublic any setHost([any Host])
Hostpublic any setPort([any port])
portpublic any setProtocal([any protocal])
protocalpublic any setReferer([any referer])
refererpublic any setResolveurl([any resolveurl])
resolveurlpublic any setThrowOnError([any throwOnError])
throwOnErrorpublic any setTimeout([any timeout])
timeoutpublic any setUserAgent([any userAgent])
userAgent
|
Mura CMS 6.1 | ||||
| FRAMES | |||||