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


TCPSocketAsync.h File Reference

#include "TCPSocket.h"
#include "AsyncSocket.h"
#include <vector>

Include dependency graph for TCPSocketAsync.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  CTCPSocketAsync
class  CTCPSocketAsync::CTCPSocketAsync::CTCPSocketOverider
class  CTCPSocketAsync::CTCPSocketAsync::CTCPSocketOveridable

Defines

#define AFX_TCPSOCKETASYNC_H__1D78325D_C154_4B21_97E5_320394FD47EF__INCLUDED_

Typedefs

typedef
KOMODIA_NAMESPACE_START enum
_TCPSocketAsyncErrors 
TCPSocketAsyncErrors

Enumerations

enum  _TCPSocketAsyncErrors { teConnectionTimeout = -100 }

Define Documentation

#define AFX_TCPSOCKETASYNC_H__1D78325D_C154_4B21_97E5_320394FD47EF__INCLUDED_

Definition at line 37 of file TCPSocketAsync.h.


Typedef Documentation

typedef KOMODIA_NAMESPACE_START enum _TCPSocketAsyncErrors TCPSocketAsyncErrors


Enumeration Type Documentation

Enumerator:
teConnectionTimeout 

Definition at line 50 of file TCPSocketAsync.h.

00051 {
00052     teConnectionTimeout=-100
00053 } TCPSocketAsyncErrors;