Searched refs:handlerIn (Results 1 – 3 of 3) sorted by relevance
| /openbmc/bmcweb/http/ |
| H A D | http_server.hpp | 45 Server(Handler* handlerIn, std::vector<Acceptor>&& acceptorsIn) : in Server() argument 49 signals(getIoContext(), SIGINT, SIGTERM, SIGHUP), handler(handlerIn) in Server()
|
| H A D | http2_connection.hpp | 70 boost::asio::ssl::stream<Adaptor>&& adaptorIn, Handler* handlerIn, in HTTP2Connection() argument 74 ngSession(initializeNghttp2Session()), handler(handlerIn), in HTTP2Connection()
|
| H A D | http_connection.hpp | 79 Connection(Handler* handlerIn, HttpType httpTypeIn, in Connection() argument 83 httpType(httpTypeIn), adaptor(std::move(adaptorIn)), handler(handlerIn), in Connection()
|