My Project
Public Member Functions | Public Attributes | List of all members
NPL::NPLMsgIn Struct Reference

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< NPLMsgHeaderheaders
 optional headers
 
int m_nLength
 number of bytes in m_code
 
std::string m_code
 msg body
 
CNPLConnectionm_pConnection
 the connection object from which this message is received. More...
 

Detailed Description

A NPL msg received from a socket.

Member Data Documentation

§ m_pConnection

CNPLConnection* NPL::NPLMsgIn::m_pConnection

the connection object from which this message is received.


The documentation for this struct was generated from the following file: