MCPcopy Index your code
hub / github.com/aceld/zinx / BindRouter

Method BindRouter

ziface/irequest.go:27–27  ·  view source on GitHub ↗

Set the serialized data after parsing(设置解析完后序列化数据)

(router IRouter)

Source from the content-addressed store, hash-verified

25 SetResponse(IcResp) // Set the serialized data after parsing(设置解析完后序列化数据)
26
27 BindRouter(router IRouter) // Bind which router handles this request(绑定这次请求由哪个路由处理)
28 // Move on to the next handler to start execution, but the function that calls this method will execute in reverse order of their order
29 // (转进到下一个处理器开始执行 但是调用此方法的函数会根据先后顺序逆序执行)
30 Call()

Callers 1

doMsgHandlerMethod · 0.65

Implementers 2

BaseRequestziface/irequest.go
Requestznet/request.go

Calls

no outgoing calls

Tested by

no test coverage detected