Logo
~Sockets~
~Examples~
~Contact~


ISocketHandler.h File Reference

#include "sockets-config.h"
#include <list>
#include "socket_include.h"
#include "Socket.h"
#include "StdLog.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 44 of file ISocketHandler.h.

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

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