#include <RIPCServerFactory.h>
Inheritance diagram for RIPCServerFactory:
Public Member Functions | |
RIPCSession * | create (char const *host, int port, int max_attempts=100) |
RIPCServerFactory (RIPCServer &) | |
Static Public Member Functions | |
RIPCServerFactory * | getInstance () |
Protected Attributes | |
RIPCServer & | server |
Static Protected Attributes | |
RIPCServerFactory | theFactory |
|
Create session instance. For client session, connection with server is established.
Implements RIPCFactory. |