Home
last modified time | relevance | path

Searched refs:handlerIn (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_server.hpp45 Server(Handler* handlerIn, std::vector<Acceptor>&& acceptorsIn) : in Server() argument
49 signals(getIoContext(), SIGINT, SIGTERM, SIGHUP), handler(handlerIn) in Server()
H A Dhttp2_connection.hpp70 boost::asio::ssl::stream<Adaptor>&& adaptorIn, Handler* handlerIn, in HTTP2Connection() argument
74 ngSession(initializeNghttp2Session()), handler(handlerIn), in HTTP2Connection()
H A Dhttp_connection.hpp79 Connection(Handler* handlerIn, HttpType httpTypeIn, in Connection() argument
83 httpType(httpTypeIn), adaptor(std::move(adaptorIn)), handler(handlerIn), in Connection()