#include <bayonne.h>
Inheritance diagram for Protocol::
Public Methods | |
Protocol (const char *keypath, tpport_t port) | |
~Protocol () | |
InetHostAddress | getAddress (void) |
Get inet host address for this service. More... | |
tpport_t | getPort (void) |
Get inet port address of this service. More... | |
Semaphore * | getSessions (void) |
Get client connection limiting semaphore that is used as the starting semaphore for the client connection thread. More... | |
Friends | |
class | Resolver |
These support the resolver thread.
|
|
|
|
|
Get inet host address for this service.
|
|
Get inet port address of this service.
|
|
Get client connection limiting semaphore that is used as the starting semaphore for the client connection thread.
|
|
|