\Freyo\LaravelQueueCMQ\Queue\DriverCMQHttp

Summary

Methods
Properties
Constants
__construct()
set_method()
set_connection_timeout()
is_keep_alive()
set_keep_alive()
send_request()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$connection_timeout
$keep_alive
$host
N/A

Properties

$connection_timeout

$connection_timeout : 

Type

$keep_alive

$keep_alive : 

Type

$host

$host : 

Type

Methods

__construct()

__construct(  $host,   $connection_timeout = 10,   $keep_alive = true) 

Parameters

$host
$connection_timeout
$keep_alive

set_method()

set_method(  $method = 'POST') 

Parameters

$method

set_connection_timeout()

set_connection_timeout(  $connection_timeout) 

Parameters

$connection_timeout

is_keep_alive()

is_keep_alive() 

set_keep_alive()

set_keep_alive(  $keep_alive) 

Parameters

$keep_alive

send_request()

send_request(  $req_inter,   $userTimeout) 

Parameters

$req_inter
$userTimeout