MCPcopy Create free account
hub / github.com/cinemast/libjson-rpc-cpp / SetHandler

Method SetHandler

src/jsonrpccpp/server/abstractserverconnector.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void AbstractServerConnector::SetHandler(IClientConnectionHandler *handler) { this->handler = handler; }
28
29IClientConnectionHandler *AbstractServerConnector::GetHandler() { return this->handler; }

Callers 9

FMethod · 0.80
ServerFixtureMethod · 0.80
FMethod · 0.80
FMethod · 0.80
FMethod · 0.80
AbstractServerMethod · 0.80
SetUrlHandlerMethod · 0.80
StartListeningMethod · 0.80

Calls

no outgoing calls

Tested by 5

FMethod · 0.64
ServerFixtureMethod · 0.64
FMethod · 0.64
FMethod · 0.64
FMethod · 0.64