MCPcopy Create free account
hub / github.com/apache/brpc / support_server

Method support_server

src/brpc/protocol.h:171–171  ·  view source on GitHub ↗

True if this protocol is supported at server-side.

Source from the content-addressed store, hash-verified

169 }
170 // True if this protocol is supported at server-side.
171 bool support_server() const { return process_request; }
172};
173
174const ConnectionType CONNECTION_TYPE_POOLED_AND_SHORT =

Callers 3

InitMethod · 0.80
RegisterProtocolFunction · 0.80
InitALPNOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected