The C++ framework for developing highly scalable, high performance servers on Windows platforms.

HTTPConnection.cpp File Reference


Namespaces

namespace  JetByteTools
namespace  JetByteTools::HTTP

Defines

#define DEBUG(_e)   JetByteTools::Core::OutputEx(_T("CHTTPConnection: ") + JetByteTools::Core::PointerToString(this) + _T(" - ") + _e)
#define DEBUGGING(e)
#define DEBUGGING_DATA_DUMP(e)
#define DEBUGGING_FLOW_CONTROL(e)
#define JETBYTE_VALIDATE_HTTP_CONNECTION_SINGLE_THREAD_PROCESSING
#define VALIDATE_IS_PROCESSING()   if (!m_activeObject.ValidateThatThisThreadIsProcessing()) { throw JetByteTools::Core::CException(__FUNCTION__, "Internal error: Not processing"); }


Define Documentation

#define DEBUG ( _e   )     JetByteTools::Core::OutputEx(_T("CHTTPConnection: ") + JetByteTools::Core::PointerToString(this) + _T(" - ") + _e)

#define DEBUGGING (  ) 

#define DEBUGGING_DATA_DUMP (  ) 

#define DEBUGGING_FLOW_CONTROL (  ) 

#define JETBYTE_VALIDATE_HTTP_CONNECTION_SINGLE_THREAD_PROCESSING

 
#define VALIDATE_IS_PROCESSING (  )     if (!m_activeObject.ValidateThatThisThreadIsProcessing()) { throw JetByteTools::Core::CException(__FUNCTION__, "Internal error: Not processing"); }


Generated on Sun Sep 12 19:06:43 2021 for The Server Framework - v7.4 by doxygen 1.5.3