AdobeConnectClient\Connection\Curl\Response
The server response for cURL Connection.
Synopsis
class Response
implements
ResponseInterface
{
- // members
- protected integer $statusCode = 0;
- protected array $headers = ;
- protected StreamInterface $body = NULL;
- // methods
- public void __construct()
- public void getStatusCode()
- public void getBody()
- public void getHeaders()
- public void getHeader()
- public void getHeaderLine()
- protected string normalizeString()
- // Inherited methods from HttpReasonPhrase
- public string getReasonPhrase()
Hierarchy
Uses
Implements
Coverage
Methods | 0% | 0 / 7 |
Lines | 0% | / |
Members
protected
- $body — AdobeConnectClient\Connection\StreamInterface
- $headers — array
- $statusCode — int
Methods
protected
- normalizeString() — Normalize the string to compare with others strings
public
- __construct() — Create the Response.
- getBody()
- getHeader()
- getHeaderLine()
- getHeaders()
- getStatusCode()
Inherited from AdobeConnectClient\Traits\HttpReasonPhrase
public
- getReasonPhrase() — Gets the response reason phrase associated with the status code.