![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de SocketTransport:Fonctions membres publiques | |
| __construct (Registry $options) | |
| request ($method, Uri $uri, $data=null, array $headers=null, $timeout=null, $userAgent=null) | |
Fonctions membres publiques statiques | |
| static | isSupported () |
Fonctions membres protégées | |
| getResponse ($content) | |
| connect (Uri $uri, $timeout=null) | |
Attributs protégés | |
| $connections | |
| $options | |
HTTP transport class for using sockets directly.
| __construct | ( | Registry | $options | ) |
|
protected |
|
static |
Method to check if http transport socket available for use
Implémente TransportInterface.
| request | ( | $method, | |
| Uri | $uri, | ||
$data = null, |
|||
| array | $headers = null, |
||
$timeout = null, |
|||
$userAgent = null |
|||
| ) |
Send a request to the server and return a HttpResponse object with the response.
| string | $method | The HTTP method for sending the request. |
| Uri | $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. |
Implémente TransportInterface.
Références $content, $data, $path, $uri, $value, null, et request.
|
protected |
|
protected |