NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include "netservice_api_impl.hpp"
#include <connect/services/netschedule_api_expt.hpp>
#include <connect/services/error_codes.hpp>
#include <corelib/ncbi_system.hpp>
#include <sstream>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | SNetServerImpl::SConnectDeadline |
class | CNetServerExecHandler |
Macros | |
#define | NCBI_USE_ERRCODE_X ConnServ_Connection |
#define | END_OF_MULTILINE_OUTPUT "END" |
#define | STRING_LEN(str) (sizeof(str) - 1) |
#define | WARNING_PREFIX "WARNING:" |
#define | WARNING_PREFIX_LEN STRING_LEN(WARNING_PREFIX) |
Functions | |
CUrlArgs::TArgs | s_GetAttributes (const string &version_string) |
CNetServerInfo | g_ServerInfoFromString (const string &server_info) |
Variables | |
static const STimeout | s_ZeroTimeout = {0, 0} |
#define END_OF_MULTILINE_OUTPUT "END" |
Definition at line 52 of file srv_connections.cpp.
#define NCBI_USE_ERRCODE_X ConnServ_Connection |
Definition at line 50 of file srv_connections.cpp.
Definition at line 179 of file srv_connections.cpp.
#define WARNING_PREFIX "WARNING:" |
Definition at line 180 of file srv_connections.cpp.
#define WARNING_PREFIX_LEN STRING_LEN(WARNING_PREFIX) |
Definition at line 181 of file srv_connections.cpp.
CNetServerInfo g_ServerInfoFromString | ( | const string & | server_info | ) |
Definition at line 844 of file srv_connections.cpp.
Referenced by g_WorkerNodeInfoToJson().
CUrlArgs::TArgs s_GetAttributes | ( | const string & | version_string | ) |
Definition at line 362 of file srv_connections.cpp.
References CUrlArgs::GetArgs(), isdigit(), isspace(), and dtl::version.
Definition at line 56 of file srv_connections.cpp.
Referenced by SNetServerInPool::GetConnectionFromPool(), and SNetServerConnectionImpl::SNetServerConnectionImpl().