Returns the name of the security protocol being used.

Synopsis

Declared in <folly/io/async/AsyncTransport.h>

virtual
std::string
getSecurityProtocol() const;

Return Value

The security protocol name, or an empty string if none.

Created with MrDocs