AdobeConnectClient\Connection\ResponseInterface
Response Interface.
Synopsis
interface ResponseInterface
{
- // methods
- public int getStatusCode()
- public StreamInterface getBody()
- public array getHeader()
- public array getHeaders()
- public string getHeaderLine()
- public string getReasonPhrase()
Methods
public
- getBody() — Gets the body of the message.
- getHeader() — Retrieves a message header value by the given case-insensitive name.
- getHeaderLine() — Retrieves a comma-separated string of the values for a single header.
- getHeaders() — Retrieves all message header values.
- getReasonPhrase() — Gets the response reason phrase associated with the status code.
- getStatusCode() — Gets the response status code.