userver: userver/server/component.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
component.hpp File Reference

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

Component that listens for incoming requests, manages incoming connections and passes the requests to the appropriate handler.

Definition in file component.hpp.

Go to the source code of this file.

#include <memory>
#include <userver/components/component_base.hpp>
#include <userver/engine/task/task_processor_fwd.hpp>
#include <userver/server/server.hpp>
#include <userver/utils/statistics/entry.hpp>

Classes

class  components::Server
 Component that listens for incoming requests, manages incoming connections and passes the requests to the appropriate handler. More...
 

Namespaces

namespace  components
 Contains functions and types to start a userver based service/tool.
 

Variables

template<>
constexpr bool components::kHasValidate< Server > = true