26#ifndef ROUTING_CLASSIC_CHANGE_USER_FORWARDER_INCLUDED
27#define ROUTING_CLASSIC_CHANGE_USER_FORWARDER_INCLUDED
36 using ForwardingProcessor::ForwardingProcessor;
forwards COM_CHANGE_USER from client to the server.
Definition: classic_change_user_forwarder.h:34
stdx::expected< Result, std::error_code > error()
Definition: classic_change_user_forwarder.cc:278
stdx::expected< Result, std::error_code > ok()
Definition: classic_change_user_forwarder.cc:244
stdx::expected< Result, std::error_code > connected()
Definition: classic_change_user_forwarder.cc:180
stdx::expected< Result, std::error_code > command()
Definition: classic_change_user_forwarder.cc:107
Stage stage_
Definition: classic_change_user_forwarder.h:61
stdx::expected< Result, std::error_code > connect()
Definition: classic_change_user_forwarder.cc:165
Stage stage() const
Definition: classic_change_user_forwarder.h:51
stdx::expected< Result, std::error_code > response()
Definition: classic_change_user_forwarder.cc:229
stdx::expected< Result, std::error_code > process() override
forward the change-user message flow.
Definition: classic_change_user_forwarder.cc:85
Stage
Definition: classic_change_user_forwarder.h:38
void stage(Stage stage)
Definition: classic_change_user_forwarder.h:50
a processor base class with helper functions.
Definition: forwarding_processor.h:34
Definition: expected.h:944