Searched refs:adaptorIn (Results 1 – 4 of 4) sorted by relevance
/openbmc/bmcweb/http/ |
H A D | server_sent_event_impl.hpp | 41 Adaptor&& adaptorIn, in ConnectionImpl() argument 44 adaptor(std::move(adaptorIn)), timer(getIoContext()), in ConnectionImpl()
|
H A D | websocket_impl.hpp | 53 Adaptor adaptorIn, std::function<void(Connection&)> openHandlerIn, in ConnectionImpl() argument 62 uri(urlViewIn), ws(std::move(adaptorIn)), inBuffer(inString, 131088), in ConnectionImpl()
|
H A D | http2_connection.hpp | 66 HTTP2Connection(boost::asio::ssl::stream<Adaptor>&& adaptorIn, in HTTP2Connection() argument 70 httpType(httpTypeIn), adaptor(std::move(adaptorIn)), in HTTP2Connection()
|
H A D | http_connection.hpp | 80 boost::asio::ssl::stream<Adaptor>&& adaptorIn) : in Connection() argument 81 httpType(httpTypeIn), adaptor(std::move(adaptorIn)), handler(handlerIn), in Connection()
|