Home | History | Annotate | Download | only in buffet

Lines Matching refs:protocol_handler

20 #include <libwebserv/protocol_handler.h>
152 libwebserv::ProtocolHandler* protocol_handler) {
153 if (protocol_handler->GetName() == libwebserv::ProtocolHandler::kHttp) {
154 http_port_ = *protocol_handler->GetPorts().begin();
155 } else if (protocol_handler->GetName() ==
157 https_port_ = *protocol_handler->GetPorts().begin();
158 certificate_ = protocol_handler->GetCertificateFingerprint();
165 libwebserv::ProtocolHandler* protocol_handler) {
166 if (protocol_handler->GetName() == libwebserv::ProtocolHandler::kHttp) {
168 } else if (protocol_handler->GetName() ==