Documentation

BindContext
in package

FinalYes

Table of Contents

Properties

$backlog  : positive-int
$bindTo  : string|null
$broadcast  : bool
$reusePort  : bool
$tcpNoDelay  : bool
$tlsContext  : ServerTlsContext|null

Methods

getBacklog()  : int
getBindTo()  : string|null
getTlsContext()  : ServerTlsContext|null
hasBroadcast()  : bool
hasReusePort()  : bool
hasTcpNoDelay()  : bool
toStreamContextArray()  : array<string|int, mixed>
withBacklog()  : self
withBindTo()  : self
withBroadcast()  : self
withoutBindTo()  : self
withoutBroadcast()  : self
withoutReusePort()  : self
withoutTcpNoDelay()  : self
withoutTlsContext()  : self
withReusePort()  : self
withTcpNoDelay()  : self
withTlsContext()  : self

Properties

Methods

getBacklog()

public getBacklog() : int
Return values
int

getBindTo()

public getBindTo() : string|null
Return values
string|null

hasBroadcast()

public hasBroadcast() : bool
Return values
bool

hasReusePort()

public hasReusePort() : bool
Return values
bool

hasTcpNoDelay()

public hasTcpNoDelay() : bool
Return values
bool

toStreamContextArray()

public toStreamContextArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

withBacklog()

public withBacklog(positive-int $backlog) : self
Parameters
$backlog : positive-int
Return values
self

withBindTo()

public withBindTo(string|null $bindTo) : self
Parameters
$bindTo : string|null
Return values
self

withBroadcast()

public withBroadcast() : self
Return values
self

withoutBindTo()

public withoutBindTo() : self
Return values
self

withoutBroadcast()

public withoutBroadcast() : self
Return values
self

withoutReusePort()

public withoutReusePort() : self
Return values
self

withoutTcpNoDelay()

public withoutTcpNoDelay() : self
Return values
self

withoutTlsContext()

public withoutTlsContext() : self
Return values
self

withReusePort()

public withReusePort() : self
Return values
self

withTcpNoDelay()

public withTcpNoDelay() : self
Return values
self

        
On this page

Search results