Home
last modified time | relevance | path

Searched refs:ConnectionImpl (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/http/
H A Dserver_sent_event.hpp38 class ConnectionImpl : public Connection class
41 ConnectionImpl(Adaptor&& adaptorIn, in ConnectionImpl() function in crow::sse_socket::ConnectionImpl
54 ConnectionImpl(const ConnectionImpl&) = delete;
55 ConnectionImpl(const ConnectionImpl&&) = delete;
56 ConnectionImpl& operator=(const ConnectionImpl&) = delete;
57 ConnectionImpl& operator=(const ConnectionImpl&&) = delete;
59 ~ConnectionImpl() override in ~ConnectionImpl()
103 std::bind_front(&ConnectionImpl::sendSSEHeaderCallback, this, in sendSSEHeader()
123 std::bind_front(&ConnectionImpl::afterReadError, in sendSSEHeaderCallback()
159 std::bind_front(&ConnectionImpl::doWriteCallback, this, in doWrite()
[all …]
H A Dwebsocket.hpp48 class ConnectionImpl : public Connection class
50 using self_t = ConnectionImpl<Adaptor>;
53 ConnectionImpl( in ConnectionImpl() function in crow::websocket::ConnectionImpl
/openbmc/bmcweb/http/routing/
H A Dsserule.hpp46 crow::sse_socket::ConnectionImpl<boost::asio::ip::tcp::socket>> in handleUpgrade()
48 crow::sse_socket::ConnectionImpl<boost::asio::ip::tcp::socket>>( in handleUpgrade()
57 std::shared_ptr<crow::sse_socket::ConnectionImpl< in handleUpgrade()
59 myConnection = std::make_shared<crow::sse_socket::ConnectionImpl< in handleUpgrade()
H A Dwebsocketrule.hpp44 crow::websocket::ConnectionImpl<boost::asio::ip::tcp::socket>> in handleUpgrade()
46 crow::websocket::ConnectionImpl<boost::asio::ip::tcp::socket>>( in handleUpgrade()
58 std::shared_ptr<crow::websocket::ConnectionImpl< in handleUpgrade()
60 myConnection = std::make_shared<crow::websocket::ConnectionImpl< in handleUpgrade()
/openbmc/bmcweb/test/http/
H A Dserver_sent_event_test.cpp36 std::shared_ptr<ConnectionImpl<boost::beast::test::stream>> conn = in TEST()
37 std::make_shared<ConnectionImpl<boost::beast::test::stream>>( in TEST()