GNU CommonC++
Classes | Namespaces | Variables

socketport.h File Reference

Network service framework and design pattern. More...

#include <cc++/address.h>
#include <cc++/socket.h>

Go to the source code of this file.

Classes

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

Namespaces

namespace  ost

Variables

class __EXPORT ost::SocketPort
class __EXPORT ost::SocketService

Detailed Description

Network service framework and design pattern.