My Project
|
A NPL msg received from a socket. More...
#include <NPLMsgIn.h>
Public Member Functions | |
void | reset () |
bool | IsNPLFileActivation () |
Public Attributes | |
std::string | method |
in request this is "A", "GET"; in HTTP response, this is "HTTP/1.1" | |
std::string | m_rts_name |
NPL runtime state name. | |
std::string | m_filename |
NPL or Dll file name (uri); in http response this is "OK", "error". | |
int | m_n_filename |
int | npl_version_major |
int | npl_version_minor |
std::vector< NPLMsgHeader > | headers |
optional headers | |
int | m_nLength |
number of bytes in m_code | |
std::string | m_code |
msg body | |
CNPLConnection * | m_pConnection |
the connection object from which this message is received. More... | |
A NPL msg received from a socket.
CNPLConnection* NPL::NPLMsgIn::m_pConnection |
the connection object from which this message is received.