Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Variables
socketport.h File Reference

Network service framework and design pattern. More...

#include <cc++/address.h>
#include <cc++/socket.h>
Include dependency graph for socketport.h:

Go to the source code of this file.

Data Structures

class  SocketPort
 The socket port is an internal class which is attached to and then serviced by a specific SocketService "object". More...
 
class  SocketService
 The SocketService is a thread pool object that is meant to service attached socket ports. More...
 

Variables

class __EXPORT SocketPort
 
class __EXPORT SocketService
 

Detailed Description

Network service framework and design pattern.

Definition in file socketport.h.

Variable Documentation

Definition at line 59 of file socketport.h.

Definition at line 60 of file socketport.h.