|
OpenVPN 3 Core Library
|
#include <httpserv.hpp>
Public Types | |
| typedef RCPtr< Config > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Public Attributes | |
| SSLFactoryAPI::Ptr | ssl_factory |
| unsigned int | tcp_backlog = 16 |
| unsigned int | tcp_throttle_max_connections_per_period = 0 |
| Time::Duration | tcp_throttle_period |
| unsigned int | tcp_max = 0 |
| unsigned int | general_timeout = 60 |
| unsigned int | max_headers = 0 |
| unsigned int | max_header_bytes = 0 |
| content_len_t | max_content_bytes = 0 |
| unsigned int | msg_overhead_bytes = 0 |
| unsigned int | send_queue_max_size = 0 |
| unsigned int | free_list_max_size = 8 |
| unsigned int | pipeline_max_size = 64 |
| unsigned int | sockopt_flags = 0 |
| std::string | http_server_id |
| Frame::Ptr | frame |
| SessionStats::Ptr | stats |
Additional Inherited Members | |
Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| RC () noexcept=default | |
| RC (const RC &)=delete | |
| virtual | ~RC ()=default |
| RC & | operator= (const RC &)=delete |
| olong | use_count () const noexcept |
| Delegates call to RCImpl and returns the result. | |
Static Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result. | |
Definition at line 128 of file httpserv.hpp.
| typedef RCPtr<Config> openvpn::WS::Server::Config::Ptr |
Definition at line 130 of file httpserv.hpp.
| Frame::Ptr openvpn::WS::Server::Config::frame |
Definition at line 153 of file httpserv.hpp.
| unsigned int openvpn::WS::Server::Config::free_list_max_size = 8 |
Definition at line 149 of file httpserv.hpp.
| unsigned int openvpn::WS::Server::Config::general_timeout = 60 |
Definition at line 143 of file httpserv.hpp.
| std::string openvpn::WS::Server::Config::http_server_id |
Definition at line 152 of file httpserv.hpp.
| content_len_t openvpn::WS::Server::Config::max_content_bytes = 0 |
Definition at line 146 of file httpserv.hpp.
| unsigned int openvpn::WS::Server::Config::max_header_bytes = 0 |
Definition at line 145 of file httpserv.hpp.
| unsigned int openvpn::WS::Server::Config::max_headers = 0 |
Definition at line 144 of file httpserv.hpp.
| unsigned int openvpn::WS::Server::Config::msg_overhead_bytes = 0 |
Definition at line 147 of file httpserv.hpp.
| unsigned int openvpn::WS::Server::Config::pipeline_max_size = 64 |
Definition at line 150 of file httpserv.hpp.
| unsigned int openvpn::WS::Server::Config::send_queue_max_size = 0 |
Definition at line 148 of file httpserv.hpp.
| unsigned int openvpn::WS::Server::Config::sockopt_flags = 0 |
Definition at line 151 of file httpserv.hpp.
| SSLFactoryAPI::Ptr openvpn::WS::Server::Config::ssl_factory |
Definition at line 132 of file httpserv.hpp.
| SessionStats::Ptr openvpn::WS::Server::Config::stats |
Definition at line 154 of file httpserv.hpp.
| unsigned int openvpn::WS::Server::Config::tcp_backlog = 16 |
Definition at line 139 of file httpserv.hpp.
| unsigned int openvpn::WS::Server::Config::tcp_max = 0 |
Definition at line 142 of file httpserv.hpp.
| unsigned int openvpn::WS::Server::Config::tcp_throttle_max_connections_per_period = 0 |
Definition at line 140 of file httpserv.hpp.
| Time::Duration openvpn::WS::Server::Config::tcp_throttle_period |
Definition at line 141 of file httpserv.hpp.