Jeedom Core

com_http
in package

Table of Contents

Properties

$allowEmptyReponse  : mixed
$cookiesession  : mixed
$CURLOPT  : mixed
$CURLOPT_HTTPAUTH  : mixed
$delete  : mixed
$getinfo  : mixed
$header  : mixed
$logError  : mixed
$noReportError  : mixed
$noSslCheck  : mixed
$password  : mixed
$patch  : mixed
$ping  : mixed
$post  : mixed
$put  : mixed
$sleepTime  : mixed
$streamHeaders  : mixed
$url  : mixed
$userAgent  : mixed
$username  : mixed

Methods

__construct()  : mixed
exec()  : string
getAllowEmptyReponse()  : mixed
getCookiesession()  : mixed
getCURLOPT()  : mixed
getCURLOPT_HTTPAUTH()  : mixed
getDelete()  : mixed
getHeader()  : mixed
getHttpCode()  : mixed
getInfos()  : mixed
getLogError()  : mixed
getNoReportError()  : mixed
getNoSslCheck()  : mixed
getPatch()  : mixed
getPing()  : mixed
getPost()  : mixed
getPut()  : mixed
getSleepTime()  : mixed
getStreamHeaders()  : mixed
getUrl()  : mixed
getUserAgent()  : mixed
setAllowEmptyReponse()  : mixed
setCookiesession()  : mixed
setCURLOPT()  : mixed
setCURLOPT_HTTPAUTH()  : mixed
setDelete()  : mixed
setHeader()  : mixed
setLogError()  : mixed
setNoReportError()  : mixed
setNoSslCheck()  : mixed
setPatch()  : mixed
setPing()  : mixed
setPost()  : mixed
setPut()  : mixed
setSleepTime()  : mixed
setUrl()  : mixed
setUserAgent()  : mixed
streamHeaders()  : mixed

Properties

$allowEmptyReponse

private mixed $allowEmptyReponse = \false

$cookiesession

private mixed $cookiesession = \false

$CURLOPT

private mixed $CURLOPT = array()

$CURLOPT_HTTPAUTH

private mixed $CURLOPT_HTTPAUTH = ''

$header

private mixed $header = array('Connection: close')

$logError

private mixed $logError = \false

$noReportError

private mixed $noReportError = \false

$noSslCheck

private mixed $noSslCheck = \true

$sleepTime

private mixed $sleepTime = 500000

$streamHeaders

private mixed $streamHeaders = array()

$userAgent

private mixed $userAgent = ''

Methods

__construct()

public __construct([mixed $_url = '' ][, mixed $_username = '' ][, mixed $_password = '' ]) : mixed
Parameters
$_url : mixed = ''
$_username : mixed = ''
$_password : mixed = ''

exec()

public exec([int $_timeout = 2 ][, int $_maxRetry = 3 ]) : string
Parameters
$_timeout : int = 2
$_maxRetry : int = 3
Tags
throws
Exception
Return values
string

getAllowEmptyReponse()

public getAllowEmptyReponse() : mixed

getCookiesession()

public getCookiesession() : mixed

getCURLOPT()

public getCURLOPT() : mixed

getCURLOPT_HTTPAUTH()

public getCURLOPT_HTTPAUTH() : mixed

getHttpCode()

public getHttpCode() : mixed

getLogError()

public getLogError() : mixed

getNoReportError()

public getNoReportError() : mixed

getNoSslCheck()

public getNoSslCheck() : mixed

getSleepTime()

public getSleepTime() : mixed

getStreamHeaders()

public getStreamHeaders() : mixed

getUserAgent()

public getUserAgent() : mixed

setAllowEmptyReponse()

public setAllowEmptyReponse(mixed $allowEmptyReponse) : mixed
Parameters
$allowEmptyReponse : mixed

setCookiesession()

public setCookiesession(mixed $cookiesession) : mixed
Parameters
$cookiesession : mixed

setCURLOPT()

public setCURLOPT(mixed $CURLOPT) : mixed
Parameters
$CURLOPT : mixed

setCURLOPT_HTTPAUTH()

public setCURLOPT_HTTPAUTH(mixed $CURLOPT_HTTPAUTH) : mixed
Parameters
$CURLOPT_HTTPAUTH : mixed

setDelete()

public setDelete([mixed $delete = array() ]) : mixed
Parameters
$delete : mixed = array()

setHeader()

public setHeader(mixed $header) : mixed
Parameters
$header : mixed

setLogError()

public setLogError(mixed $logError) : mixed
Parameters
$logError : mixed

setNoReportError()

public setNoReportError(mixed $noReportError) : mixed
Parameters
$noReportError : mixed

setNoSslCheck()

public setNoSslCheck(mixed $noSslCHeck) : mixed
Parameters
$noSslCHeck : mixed

setPatch()

public setPatch([mixed $patch = array() ]) : mixed
Parameters
$patch : mixed = array()

setPing()

public setPing(mixed $ping) : mixed
Parameters
$ping : mixed

setPost()

public setPost([mixed $post = array() ]) : mixed
Parameters
$post : mixed = array()

setPut()

public setPut([mixed $put = array() ]) : mixed
Parameters
$put : mixed = array()

setSleepTime()

public setSleepTime(mixed $sleepTime) : mixed
Parameters
$sleepTime : mixed

setUrl()

public setUrl(mixed $url) : mixed
Parameters
$url : mixed

setUserAgent()

public setUserAgent(mixed $userAgent) : mixed
Parameters
$userAgent : mixed

streamHeaders()

private streamHeaders(mixed $handle, mixed $headers) : mixed
Parameters
$handle : mixed
$headers : mixed

        
On this page

Search results