KeepAliveHeader
in package
Table of Contents
Methods
- __construct() : mixed
- getMax() : int
- getTimeOut() : int
- parse() : KeepAliveHeader
Methods
__construct()
public
__construct(int $timeOut, int $max) : mixed
Parameters
- $timeOut : int
- $max : int
getMax()
public
getMax() : int
Return values
intgetTimeOut()
public
getTimeOut() : int
Return values
intparse()
public
static parse(HttpHeader $header) : KeepAliveHeader
Parameters
- $header : HttpHeader