Kea 3.0.0
isc::config::HttpSocketInfo Struct Reference

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.
 

Detailed Description

Structure used to store HTTP/HTTPS connection data.

(configuration, listener, etc.)

Definition at line 237 of file http_command_config.h.

Constructor & Destructor Documentation

◆ HttpSocketInfo()

isc::config::HttpSocketInfo::HttpSocketInfo ( )
inline

Constructor.

Definition at line 248 of file http_command_config.h.

References usable_.

◆ ~HttpSocketInfo()

isc::config::HttpSocketInfo::~HttpSocketInfo ( )
default

Destructor.

Member Data Documentation

◆ config_

HttpCommandConfigPtr isc::config::HttpSocketInfo::config_

Pointer to the socket config.

Definition at line 242 of file http_command_config.h.

◆ listener_

isc::http::HttpListenerPtr isc::config::HttpSocketInfo::listener_

Pointer to HTTP/HTTPS listener.

Definition at line 245 of file http_command_config.h.

◆ usable_

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().


The documentation for this struct was generated from the following file: