![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <port_range_service.h>
Public Member Functions | |
| PortRange (int port) | |
| PortRange (int first, int last) | |
| template<typename F > | |
| int | bindPort (F operation) const |
| Json::Value | toJson () const |
Static Public Member Functions | |
| static PortRange | fromJson (const Json::Value &val) |
Public Attributes | |
| int | first |
| int | last |
Encapsulates a range of ports that a service can listen on.
Definition at line 26 of file port_range_service.h.
1.7.6.1