NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/request_ctx.hpp>
#include <objtools/pubseq_gateway/client/psg_client.hpp>
#include <objtools/pubseq_gateway/client/impl/misc.hpp>
#include "http_request.hpp"
#include "http_reply.hpp"
#include "http_connection.hpp"
#include "pubseq_gateway.hpp"
#include "pubseq_gateway_exception.hpp"
#include "resolve_processor.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | SCheckDescription |
Functions | |
SCheckDescription | FindCheckDescription (const string &id) |
CRequestStatus::ECode | OnReplyComplete (const shared_ptr< CPSG_Reply > &reply, const CTimeout &health_timeout, string &err_msg) |
Variables | |
USING_NCBI_SCOPE | |
static vector< SCheckDescription > | s_CheckDescription |
SCheckDescription FindCheckDescription | ( | const string & | id | ) |
Definition at line 83 of file z_end_points.cpp.
References check, NCBI_THROW, and s_CheckDescription.
Referenced by CPubseqGatewayApp::x_SelfZEndPointCheck().
CRequestStatus::ECode OnReplyComplete | ( | const shared_ptr< CPSG_Reply > & | reply, |
const CTimeout & | health_timeout, | ||
string & | err_msg | ||
) |
Definition at line 432 of file z_end_points.cpp.
References CRequestStatus::e200_Ok, CRequestStatus::e500_InternalServerError, CRequestStatus::e504_GatewayTimeout, eInProgress, eSuccess, and CPSG_Misc::GetReplyHttpCode().
Referenced by CPubseqGatewayApp::x_SelfZEndPointCheckImpl().
|
static |
Definition at line 70 of file z_end_points.cpp.
Referenced by FindCheckDescription(), CPubseqGatewayApp::x_InitialzeZEndPointData(), and CPubseqGatewayApp::x_ReadyzHealthzImplementation().
USING_NCBI_SCOPE |
Definition at line 45 of file z_end_points.cpp.