Documentation

PermessageDeflateOptions
in package

FinalYes

Table of Contents

Constants

MAX_WINDOW_BITS  = 15

Properties

$client_max_window_bits  : mixed
$client_no_context_takeover  : mixed
$deflateEnabled  : mixed
$server_max_window_bits  : mixed
$server_no_context_takeover  : mixed
$VALID_BITS  : mixed

Methods

addHeaderToRequest()  : mixed
addHeaderToResponse()  : ResponseInterface
createDisabled()  : mixed
createEnabled()  : mixed
fromRequestOrResponse()  : array<string|int, PermessageDeflateOptions>
https://tools.ietf.org/html/rfc6455#section-9.1 https://tools.ietf.org/html/rfc7692#section-7
getClientMaxWindowBits()  : mixed
getClientNoContextTakeover()  : mixed
getServerMaxWindowBits()  : mixed
getServerNoContextTakeover()  : mixed
isEnabled()  : bool
permessageDeflateSupported()  : mixed
withClientMaxWindowBits()  : mixed
withClientNoContextTakeover()  : mixed
withoutClientNoContextTakeover()  : mixed
withoutServerNoContextTakeover()  : mixed
withServerMaxWindowBits()  : mixed
withServerNoContextTakeover()  : mixed
__construct()  : mixed

Constants

Properties

Methods

permessageDeflateSupported()

public static permessageDeflateSupported([mixed $version = PHP_VERSION ]) : mixed
Parameters
$version : mixed = PHP_VERSION

withClientMaxWindowBits()

public withClientMaxWindowBits([mixed $bits = self::MAX_WINDOW_BITS ]) : mixed
Parameters
$bits : mixed = self::MAX_WINDOW_BITS

withServerMaxWindowBits()

public withServerMaxWindowBits([mixed $bits = self::MAX_WINDOW_BITS ]) : mixed
Parameters
$bits : mixed = self::MAX_WINDOW_BITS

        
On this page

Search results