Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct (JRegistry $options) | |
request ($method, JUri $uri, $data=null, array $headers=null, $timeout=null, $userAgent=null) |
Fonctions membres publiques statiques | |
static | isSupported () |
Fonctions membres protégées | |
getResponse ($content) | |
connect (JUri $uri, $timeout=null) |
Attributs protégés | |
$connections | |
$options |
Définition à la ligne 19 du fichier socket.php.
JHttpTransportSocket::__construct | ( | JRegistry | $options | ) |
Constructor.
JRegistry | $options | Client options object. |
RuntimeException |
Implémente JHttpTransport.
Définition à la ligne 41 du fichier socket.php.
|
protected |
Method to connect to a server and get the resource.
JUri | $uri | The URI to connect with. |
integer | $timeout | Read timeout in seconds. |
RuntimeException |
Définition à la ligne 213 du fichier socket.php.
Références JUri\getHost(), JUri\getPort(), JUri\getScheme(), et JUri\isSSL().
|
protected |
Method to get a response object from a server response.
string | $content | The complete server response, including headers. |
UnexpectedValueException |
Définition à la ligne 158 du fichier socket.php.
|
static |
Method to check if http transport socket available for use
Implémente JHttpTransport.
Définition à la ligne 307 du fichier socket.php.
JHttpTransportSocket::request | ( | $method, | |
JUri | $uri, | ||
$data = null , |
|||
array | $headers = null , |
||
$timeout = null , |
|||
$userAgent = null |
|||
) |
Send a request to the server and return a JHttpResponse object with the response.
string | $method | The HTTP method for sending the request. |
JUri | $uri | The URI to the resource to request. |
mixed | $data | Either an associative array or a string to be sent with the request. |
array | $headers | An array of request headers to send with the request. |
integer | $timeout | Read timeout in seconds. |
string | $userAgent | The optional user agent string to send with the request. |
RuntimeException |
Implémente JHttpTransport.
Définition à la ligne 66 du fichier socket.php.
Références JUri\getHost(), et JUri\toString().
|
protected |
Définition à la ligne 25 du fichier socket.php.
|
protected |
Définition à la ligne 31 du fichier socket.php.