class HttpCheck extends Collection (View source)

Properties

protected $collection_key
protected $acceptedResponseStatusCodesType
protected $acceptedResponseStatusCodesDataType
protected $authInfoType
protected $authInfoDataType
string $body
string $contentType
string $customContentType
string[] $headers
bool $maskHeaders
string $path
protected $pingConfigType
protected $pingConfigDataType
int $port
string $requestMethod
protected $serviceAgentAuthenticationType
protected $serviceAgentAuthenticationDataType
bool $useSsl
bool $validateSsl

Methods

setAcceptedResponseStatusCodes($acceptedResponseStatusCodes)

No description

setAuthInfo(BasicAuthentication $authInfo)

No description

getAuthInfo()

No description

setBody($body)

No description

string
getBody()

No description

setContentType($contentType)

No description

string
getContentType()

No description

setCustomContentType($customContentType)

No description

string
getCustomContentType()

No description

setHeaders($headers)

No description

string[]
getHeaders()

No description

setMaskHeaders($maskHeaders)

No description

bool
getMaskHeaders()

No description

setPath($path)

No description

string
getPath()

No description

setPingConfig(PingConfig $pingConfig)

No description

getPingConfig()

No description

setPort($port)

No description

int
getPort()

No description

setRequestMethod($requestMethod)

No description

string
getRequestMethod()

No description

setServiceAgentAuthentication(ServiceAgentAuthentication $serviceAgentAuthentication)

No description

setUseSsl($useSsl)

No description

bool
getUseSsl()

No description

setValidateSsl($validateSsl)

No description

bool
getValidateSsl()

No description

Details

setAcceptedResponseStatusCodes($acceptedResponseStatusCodes)

No description

Parameters

$acceptedResponseStatusCodes

ResponseStatusCode[] getAcceptedResponseStatusCodes()

No description

Return Value

ResponseStatusCode[]

setAuthInfo(BasicAuthentication $authInfo)

No description

Parameters

BasicAuthentication $authInfo

BasicAuthentication getAuthInfo()

No description

Return Value

BasicAuthentication

setBody($body)

No description

Parameters

$body

string getBody()

No description

Return Value

string

setContentType($contentType)

No description

Parameters

$contentType

string getContentType()

No description

Return Value

string

setCustomContentType($customContentType)

No description

Parameters

$customContentType

string getCustomContentType()

No description

Return Value

string

setHeaders($headers)

No description

Parameters

$headers

string[] getHeaders()

No description

Return Value

string[]

setMaskHeaders($maskHeaders)

No description

Parameters

$maskHeaders

bool getMaskHeaders()

No description

Return Value

bool

setPath($path)

No description

Parameters

$path

string getPath()

No description

Return Value

string

setPingConfig(PingConfig $pingConfig)

No description

Parameters

PingConfig $pingConfig

PingConfig getPingConfig()

No description

Return Value

PingConfig

setPort($port)

No description

Parameters

$port

int getPort()

No description

Return Value

int

setRequestMethod($requestMethod)

No description

Parameters

$requestMethod

string getRequestMethod()

No description

Return Value

string

setServiceAgentAuthentication(ServiceAgentAuthentication $serviceAgentAuthentication)

No description

Parameters

ServiceAgentAuthentication $serviceAgentAuthentication

ServiceAgentAuthentication getServiceAgentAuthentication()

No description

setUseSsl($useSsl)

No description

Parameters

$useSsl

bool getUseSsl()

No description

Return Value

bool

setValidateSsl($validateSsl)

No description

Parameters

$validateSsl

bool getValidateSsl()

No description

Return Value

bool