Logo
~Sockets~
~Examples~
~Contact~


ISocketHandler.h File Reference

Date:
2004-02-13
More...

#include "sockets-config.h"
#include <map>
#include <list>
#include "socket_include.h"
#include "StdLog.h"
#include "Mutex.h"
#include "Socket.h"

Include dependency graph for ISocketHandler.h:

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

Go to the source code of this file.


Classes

class  ISocketHandler
 Socket container class, event generator. More...
class  ISocketHandler::PoolSocket
 Connection pool class for internal use by the ISocketHandler. More...

Enumerations

enum  list_t {
  LIST_CALLONCONNECT = 0, LIST_DETACH, LIST_TIMEOUT, LIST_RETRY,
  LIST_CLOSE
}

Detailed Description

Date:
2004-02-13

Author:
grymse@alhem.net

Definition in file ISocketHandler.h.


Enumeration Type Documentation

enum list_t

Enumerator:
LIST_CALLONCONNECT 
LIST_DETACH 
LIST_TIMEOUT 
LIST_RETRY 
LIST_CLOSE 

Definition at line 46 of file ISocketHandler.h.

00046              {
00047         LIST_CALLONCONNECT = 0,
00048 #ifdef ENABLE_DETACH
00049         LIST_DETACH,
00050 #endif
00051         LIST_TIMEOUT,
00052         LIST_RETRY,
00053         LIST_CLOSE
00054 } list_t;

Page, code, and content Copyright (C) 2007 by Anders Hedström
Generated for C++ Sockets by  doxygen 1.4.4