logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

socketport.h - Network service framework and design pattern.

Author

       Generated automatically by Doxygen for GNU CommonC++ from the source code.

GNU CommonC++                                    Sun Dec 27 2020                                 socketport.h(3)

Detailed Description

       Network service framework and design pattern.

Name

       socketport.h - Network service framework and design pattern.

Synopsis

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

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

   NamespacesostVariables
       class __EXPORTost::SocketPort
       class __EXPORTost::SocketService

See Also