|
rippled
|
Configuration information for a Server listening port. More...

Public Member Functions | |
| Port ()=default | |
| bool | websockets () const |
| bool | secure () const |
| std::string | protocols () const |
Public Attributes | |
| std::string | name |
| boost::asio::ip::address | ip |
| std::uint16_t | port = 0 |
| std::set< std::string, boost::beast::iless > | protocol |
| std::vector< beast::IP::Address > | admin_ip |
| std::vector< beast::IP::Address > | secure_gateway_ip |
| std::string | user |
| std::string | password |
| std::string | admin_user |
| std::string | admin_password |
| std::string | ssl_key |
| std::string | ssl_cert |
| std::string | ssl_chain |
| std::string | ssl_ciphers |
| boost::beast::websocket::permessage_deflate | pmd_options |
| std::shared_ptr< boost::asio::ssl::context > | context |
| int | limit = 0 |
| std::uint16_t | ws_queue_limit |
|
explicitdefault |
| bool ripple::Port::websockets | ( | ) | const |
| std::string ripple::Port::protocols | ( | ) | const |
| std::string ripple::Port::name |
| std::uint16_t ripple::Port::port = 0 |
| std::set<std::string, boost::beast::iless> ripple::Port::protocol |
| std::vector<beast::IP::Address> ripple::Port::admin_ip |
| std::vector<beast::IP::Address> ripple::Port::secure_gateway_ip |
| std::string ripple::Port::user |
| std::string ripple::Port::password |
| std::string ripple::Port::admin_user |
| std::string ripple::Port::admin_password |
| std::string ripple::Port::ssl_key |
| std::string ripple::Port::ssl_cert |
| std::string ripple::Port::ssl_chain |
| std::string ripple::Port::ssl_ciphers |
| boost::beast::websocket::permessage_deflate ripple::Port::pmd_options |
| std::shared_ptr<boost::asio::ssl::context> ripple::Port::context |
| std::uint16_t ripple::Port::ws_queue_limit |
1.8.17