Home
last modified time | relevance | path

Searched defs: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()
H A Dhttp_connection.hpp79 Connection(Handler* handlerIn, HttpType httpTypeIn, in Connection()
H A Dhttp2_connection.hpp70 boost::asio::ssl::stream<Adaptor>&& adaptorIn, Handler* handlerIn, in HTTP2Connection() argument