![]() |
Kea 3.0.0
|
Structure used to store HTTP/HTTPS connection data. More...
#include <http_command_config.h>
Public Member Functions | |
HttpSocketInfo () | |
Constructor. | |
~HttpSocketInfo ()=default | |
Destructor. | |
Public Attributes | |
HttpCommandConfigPtr | config_ |
Pointer to the socket config. | |
isc::http::HttpListenerPtr | listener_ |
Pointer to HTTP/HTTPS listener. | |
bool | usable_ |
Flag which indicates if socket can be reused. | |
Structure used to store HTTP/HTTPS connection data.
(configuration, listener, etc.)
Definition at line 237 of file http_command_config.h.
|
inline |
|
default |
Destructor.
HttpCommandConfigPtr isc::config::HttpSocketInfo::config_ |
Pointer to the socket config.
Definition at line 242 of file http_command_config.h.
isc::http::HttpListenerPtr isc::config::HttpSocketInfo::listener_ |
Pointer to HTTP/HTTPS listener.
Definition at line 245 of file http_command_config.h.
bool isc::config::HttpSocketInfo::usable_ |
Flag which indicates if socket can be reused.
Definition at line 239 of file http_command_config.h.
Referenced by HttpSocketInfo().