| 
    10Duke Enterprise C++ Client
    
   | 
 
#include <HTTPServerFactory.h>
Creates HTTPServer.
  
Public Member Functions | |
| virtual std::unique_ptr< tenduke::http::server::AbstractHTTPServer > | create (std::uint16_t port) const=0 | 
| Creates the HTTP-server.   | |
      
  | 
  pure virtual | 
Creates the HTTP-server.
| port | port wanted. Use the magic value tenduke::http::server::RANDOM_AVAILABLE_PORT to request random available port  |