Retail products


Traffic interception SDK

Control every TCP/IP network connection

  • Route connections via proxy
  • Redirect connections and modify the data
  • Block connections and applications
SSL interception SDK

View SSL in plaintext and modify it

  • View the SSL stream decrypted in plaintext
  • Redirect SSL connection and modify decrypted data
  • Browser shows "SSL lock" without warnings

Documentation


CCriticalSectionForProtection Class Reference

#include <CriticalSectionForProtection.h>

List of all members.


Public Member Functions

virtual CGenericCriticalSectionGetCriticalSection () const =0
 CCriticalSectionForProtection ()
virtual ~CCriticalSectionForProtection ()

Detailed Description

Definition at line 49 of file CriticalSectionForProtection.h.


Constructor & Destructor Documentation

KOMODIA_NAMESPACE_START CCriticalSectionForProtection::CCriticalSectionForProtection (  ) 

Definition at line 47 of file CriticalSectionForProtection.cpp.

00048 {
00049 }

CCriticalSectionForProtection::~CCriticalSectionForProtection (  )  [virtual]

Definition at line 51 of file CriticalSectionForProtection.cpp.

00052 {
00053 }


Member Function Documentation

virtual CGenericCriticalSection* CCriticalSectionForProtection::GetCriticalSection (  )  const [pure virtual]


The documentation for this class was generated from the following files: