Lines Matching refs:ConnectionImpl
37 class ConnectionImpl : public Connection class
40 ConnectionImpl( in ConnectionImpl() function in crow::sse_socket::ConnectionImpl
52 ConnectionImpl(const ConnectionImpl&) = delete;
53 ConnectionImpl(const ConnectionImpl&&) = delete;
54 ConnectionImpl& operator=(const ConnectionImpl&) = delete;
55 ConnectionImpl& operator=(const ConnectionImpl&&) = delete;
57 ~ConnectionImpl() override in ~ConnectionImpl()
72 std::bind_front(&ConnectionImpl::sendSSEHeaderCallback, this, in start()
111 std::bind_front(&ConnectionImpl::afterReadError, in sendSSEHeaderCallback()
147 std::bind_front(&ConnectionImpl::doWriteCallback, this, in doWrite()
228 timer.async_wait(std::bind_front(&ConnectionImpl::onTimeoutCallback, in startTimeout()