HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NET_ServerInfo Class Reference

Retrieve server information from a web server. More...

#include <NET_ServerInfo.h>

+ Inheritance diagram for NET_ServerInfo:

Public Member Functions

 NET_ServerInfo (NET_WebServer &server)
 
const UT_IpAddressV4ipv4 () const override
 
const UT_IpAddressV6ipv6 () const override
 
UT_StringHolder hostname () const override
 
- Public Member Functions inherited from NET_IServerInfo
virtual ~NET_IServerInfo ()=default
 
virtual time_t currentTime () const
 

Additional Inherited Members

- Protected Member Functions inherited from NET_IServerInfo
 NET_IServerInfo ()=default
 

Detailed Description

Retrieve server information from a web server.

Definition at line 46 of file NET_ServerInfo.h.

Constructor & Destructor Documentation

NET_ServerInfo::NET_ServerInfo ( NET_WebServer &  server)

Member Function Documentation

UT_StringHolder NET_ServerInfo::hostname ( ) const
overridevirtual

Implements NET_IServerInfo.

const UT_IpAddressV4& NET_ServerInfo::ipv4 ( ) const
overridevirtual

Implements NET_IServerInfo.

const UT_IpAddressV6& NET_ServerInfo::ipv6 ( ) const
overridevirtual

Implements NET_IServerInfo.


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