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


CLibConfig Class Reference

#include <LibConfig.h>

List of all members.


Public Member Functions

unsigned long GetMaxThreads () const
 ~CLibConfig ()

Static Public Member Functions

static CLibConfigGetInstance ()

Detailed Description

Definition at line 45 of file LibConfig.h.


Constructor & Destructor Documentation

CLibConfig::~CLibConfig (  ) 

Definition at line 45 of file LibConfig.cpp.

00046 {
00047 }


Member Function Documentation

CLibConfig & CLibConfig::GetInstance (  )  [static]

Definition at line 49 of file LibConfig.cpp.

00050 {
00051     //Our instance (to avoid singleton problems!)
00052     static CLibConfig sInstance;
00053 
00054     //Return it
00055     return sInstance;
00056 }

unsigned long CLibConfig::GetMaxThreads (  )  const

Definition at line 58 of file LibConfig.cpp.

00059 {
00060     return 50;
00061 }


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