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

Method has_ssl_options

src/brpc/server.h:220–220  ·  view source on GitHub ↗

SSL related options. Refer to `ServerSSLOptions' for details

Source from the content-addressed store, hash-verified

218
219 // SSL related options. Refer to `ServerSSLOptions' for details
220 bool has_ssl_options() const { return _ssl_options != NULL; }
221 const ServerSSLOptions& ssl_options() const { return *_ssl_options; }
222 ServerSSLOptions* mutable_ssl_options();
223

Callers 8

ComputeChannelSignatureFunction · 0.45
CreateSocketSSLContextFunction · 0.45
StartInternalMethod · 0.45
AddCertificateMethod · 0.45
RemoveCertificateMethod · 0.45
ResetCertificatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected