#include <rest_routing_connections.h>
◆ RestRoutingConnections()
RestRoutingConnections::RestRoutingConnections |
( |
const std::string & |
require_realm | ) |
|
|
inline |
◆ on_handle_request()
bool RestRoutingConnections::on_handle_request |
( |
http::base::Request & |
req, |
|
|
const std::string & |
base_path, |
|
|
const std::vector< std::string > & |
path_matches |
|
) |
| |
|
overridevirtual |
◆ kKeyBytesFromServer
constexpr const char RestRoutingConnections::kKeyBytesFromServer[] = "bytesToServer" |
|
staticconstexpr |
◆ kKeyBytesToServer
constexpr const char RestRoutingConnections::kKeyBytesToServer[] = "bytesFromServer" |
|
staticconstexpr |
◆ kKeyDestinationAddress
constexpr const char RestRoutingConnections::kKeyDestinationAddress[] = "destinationAddress" |
|
staticconstexpr |
◆ kKeySourceAddress
constexpr const char RestRoutingConnections::kKeySourceAddress[] = "sourceAddress" |
|
staticconstexpr |
◆ kKeyTimeConnectedToServer
constexpr const char RestRoutingConnections::kKeyTimeConnectedToServer[] |
|
staticconstexpr |
Initial value:=
"timeConnectedToServer"
◆ kKeyTimeLastReceivedFromServer
constexpr const char RestRoutingConnections::kKeyTimeLastReceivedFromServer[] |
|
staticconstexpr |
Initial value:=
"timeLastReceivedFromServer"
◆ kKeyTimeLastSentToServer
constexpr const char RestRoutingConnections::kKeyTimeLastSentToServer[] |
|
staticconstexpr |
◆ kKeyTimeStarted
constexpr const char RestRoutingConnections::kKeyTimeStarted[] = "timeStarted" |
|
staticconstexpr |
◆ path_regex
constexpr const char RestRoutingConnections::path_regex[] = "^/routes/([^/]+)/connections/?$" |
|
staticconstexpr |
The documentation for this class was generated from the following files: