\Imi\Server\TcpServerReceiveHandler

Summary

Methods
Properties
Constants
__construct()
handle()
isLast()
No public properties found
No constants found
next()
$middlewares
$index
N/A
No private methods found
No private properties found
N/A

Properties

$middlewares

$middlewares : array<mixed,string>

中间件数组

Type

array<mixed,string>

$index

$index : integer

当前执行第几个

Type

integer

Methods

__construct()

__construct(array<mixed,string>  $middlewares) 

构造方法

Parameters

array<mixed,string> $middlewares

中间件数组

isLast()

isLast() : boolean

是否是最后一个

Returns

boolean

next()

next() : static

获取下一个RequestHandler对象

Returns

static