Wexus2 0.20
wexus::HTTPParams Class Reference

#include <HTTPServer.h>

List of all members.

Public Member Functions

 HTTPParams (void)
 constructor
int port (void) const
 port to listen to, 8080 by default.
int numThreads (void) const
void setPort (int p)
void setNumThreads (int t)
void setHandler (HTTPHandler *handler)
HTTPHandlerhandler (void) const

Detailed Description

Options that can be passed to the HTTPServer upon bootup.

Author:
Aleksander Demko

Member Function Documentation

void wexus::HTTPParams::setHandler ( HTTPHandler handler)

Sets the handeler that will receive all the http events. By default, it is null, for no handler.

Author:
Aleksander Demko

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Enumerator