userver: userver/server/component.hpp File Reference
Loading...
Searching...
No Matches
component.hpp File Reference

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

#include <memory>
#include <userver/components/loggable_component_base.hpp>
#include <userver/engine/task/task_processor_fwd.hpp>
#include <userver/server/server.hpp>
#include <userver/utils/statistics/entry.hpp>
+ Include dependency graph for component.hpp:

Go to the source code of this file.

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
 

Detailed Description

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

Definition in file component.hpp.