Documentation

FollowRedirect
in package
implements LoggerAwareInterface, ProcessHttpIncomingInterface, Stringable uses LoggerAwareTrait, StringableTrait

WebSocket\Middleware\CloseHandler class.

Handles close procedure.

Table of Contents

Interfaces

LoggerAwareInterface
Describes a logger-aware instance.
ProcessHttpIncomingInterface
WebSocket\Middleware\ProcessHttpIncomingInterface interface.
Stringable

Properties

$logger  : LoggerInterface|null
The logger instance.
$attempts  : int
$limit  : int

Methods

__construct()  : mixed
__toString()  : string
processHttpIncoming()  : Message
setLogger()  : void
Sets a logger.
stringable()  : string

Properties

Methods

__construct()

public __construct([int $limit = 10 ]) : mixed
Parameters
$limit : int = 10

stringable()

protected stringable(string $format, mixed ...$values) : string
Parameters
$format : string
$values : mixed
Return values
string

        
On this page

Search results