MCPcopy
hub / github.com/aceld/zinx / Stop

Method Stop

ziface/iserver.go:14–14  ·  view source on GitHub ↗

Start the server method(启动服务器方法)

()

Source from the content-addressed store, hash-verified

12type IServer interface {
13 Start() // Start the server method(启动服务器方法)
14 Stop() // Stop the server method (停止服务器方法)
15 Serve() // Start the business service method(开启业务服务方法)
16
17 // Routing feature: register a routing business method for the current service for client link processing use

Callers 15

HandleMethod · 0.65
HandleMethod · 0.65
notAliveDefaultFuncFunction · 0.65
startMethod · 0.65
HandleMethod · 0.65
SendToQueueMethod · 0.65
SendBuffMsgMethod · 0.65
finalizerMethod · 0.65
SendToQueueMethod · 0.65
SendBuffMsgMethod · 0.65
finalizerMethod · 0.65
ClearConnMethod · 0.65

Implementers 1

Serverznet/server.go

Calls

no outgoing calls

Tested by 1

HandleMethod · 0.52