Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_server.hpp34 Server(Handler* handlerIn, boost::asio::ip::tcp::acceptor&& acceptorIn, in Server() argument
38 signals(*ioService, SIGINT, SIGTERM, SIGHUP), handler(handlerIn), in Server()
H A Dhttp2_connection.hpp55 HTTP2Connection(Adaptor&& adaptorIn, Handler* handlerIn, in HTTP2Connection() argument
58 handler(handlerIn), getCachedDateStr(getCachedDateStrF) in HTTP2Connection()
H A Dhttp_connection.hpp64 Connection(Handler* handlerIn, boost::asio::steady_timer&& timerIn, in Connection() argument
67 adaptor(std::move(adaptorIn)), handler(handlerIn), in Connection()