Home
last modified time | relevance | path

Searched refs:adaptorIn (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/http/
H A Dserver_sent_event_impl.hpp41 Adaptor&& adaptorIn, in ConnectionImpl() argument
44 adaptor(std::move(adaptorIn)), timer(getIoContext()), in ConnectionImpl()
H A Dwebsocket_impl.hpp53 Adaptor adaptorIn, std::function<void(Connection&)> openHandlerIn, in ConnectionImpl() argument
62 uri(urlViewIn), ws(std::move(adaptorIn)), inBuffer(inString, 131088), in ConnectionImpl()
H A Dhttp2_connection.hpp66 HTTP2Connection(boost::asio::ssl::stream<Adaptor>&& adaptorIn, in HTTP2Connection() argument
70 httpType(httpTypeIn), adaptor(std::move(adaptorIn)), in HTTP2Connection()
H A Dhttp_connection.hpp80 boost::asio::ssl::stream<Adaptor>&& adaptorIn) : in Connection() argument
81 httpType(httpTypeIn), adaptor(std::move(adaptorIn)), handler(handlerIn), in Connection()