![]() |
Kea 2.7.7
|
Structure used to store HTTP/HTTPS connection data. More...
#include <ca_process.h>
Public Member Functions | |
HttpSocketInfo () | |
Constructor. | |
~HttpSocketInfo ()=default | |
Destructor. | |
Public Attributes | |
CtrlAgentCfgContextPtr | 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 20 of file ca_process.h.
|
inline |
Constructor.
Definition at line 31 of file ca_process.h.
|
default |
Destructor.
CtrlAgentCfgContextPtr isc::agent::HttpSocketInfo::config_ |
Pointer to the socket config.
Definition at line 25 of file ca_process.h.
isc::http::HttpListenerPtr isc::agent::HttpSocketInfo::listener_ |
Pointer to HTTP/HTTPS listener.
Definition at line 28 of file ca_process.h.
bool isc::agent::HttpSocketInfo::usable_ |
Flag which indicates if socket can be reused.
Definition at line 22 of file ca_process.h.