Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe Socket
+ Graphe d'héritage de Socket:

Fonctions membres publiques

 request ($method, UriInterface $uri, $data=null, array $headers=[], $timeout=null, $userAgent=null)
 
- Fonctions membres publiques hérités de AbstractTransport
 __construct ($options=[])
 

Fonctions membres publiques statiques

static isSupported ()
 

Fonctions membres protégées

 getResponse ($content)
 
 connect (UriInterface $uri, $timeout=null)
 
- Fonctions membres protégées hérités de AbstractTransport
 getOption (string $key, $default=null)
 
 processHeaders (array $headers)
 

Attributs protégés

 $connections
 
- Attributs protégés hérités de AbstractTransport
 $options
 

Description détaillée

HTTP transport class for using sockets directly.

Depuis
1.0

Documentation des fonctions membres

◆ connect()

connect ( UriInterface  $uri,
  $timeout = null 
)
protected

Method to connect to a server and get the resource.

Paramètres
UriInterface$uriThe URI to connect with.
integer$timeoutRead timeout in seconds.
Renvoie
resource Socket connection resource.
Depuis
1.0
Exceptions

Références $key, $uri, elseif, et null.

Référencé par Socket\request().

◆ getResponse()

getResponse (   $content)
protected

Method to get a response object from a server response.

Paramètres
string$contentThe complete server response, including headers.
Renvoie
Response
Depuis
1.0
Exceptions

Références $content, Symfony\Component\Console\Tester\$statusCode, et AbstractTransport\processHeaders().

Référencé par Socket\request().

◆ isSupported()

static isSupported ( )
static

Method to check if http transport socket available for use

Renvoie
boolean True if available else false
Depuis
1.0

Implémente TransportInterface.

◆ request()

request (   $method,
UriInterface  $uri,
  $data = null,
array  $headers = [],
  $timeout = null,
  $userAgent = null 
)

Send a request to the server and return a Response object with the response.

Paramètres
string$methodThe HTTP method for sending the request.
UriInterface$uriThe URI to the resource to request.
mixed$dataEither an associative array or a string to be sent with the request.
array$headersAn array of request headers to send with the request.
integer$timeoutRead timeout in seconds.
string$userAgentThe optional user agent string to send with the request.
Renvoie
Response
Depuis
1.0
Exceptions

Implémente TransportInterface.

Références $content, $data, $header, $key, $method, $path, $uri, $value, Socket\connect(), AbstractTransport\getOption(), Socket\getResponse(), et null.

Documentation des champs

◆ $connections

$connections
protected

La documentation de cette classe a été générée à partir du fichier suivant :