Shellminator V3.0.1
Simple Terminal
Loading...
Searching...
No Matches
ShellminatorWebServerThemedOffline Class Reference

#include <Shellminator-WebServer.hpp>

Inheritance diagram for ShellminatorWebServerThemedOffline:
Collaboration diagram for ShellminatorWebServerThemedOffline:

Public Member Functions

 ShellminatorWebServerThemedOffline ()
 
 ShellminatorWebServerThemedOffline (int port_p)
 
- Public Member Functions inherited from ShellminatorWebServer
 ShellminatorWebServer ()
 
 ShellminatorWebServer (int port_p)
 
void begin ()
 
void update ()
 
void attachDebugChannel (Stream *dbg_p)
 

Protected Member Functions

void processRoot ()
 
void processIndex ()
 
void processXtermJs ()
 
void processXtermWeblinks ()
 
void processURL (const char *url_p) override
 
void processNotFound (const char *url_p) override
 
virtual void processURL (const char *url_p)
 
virtual void processNotFound (const char *url_p)
 

Additional Inherited Members

- Protected Attributes inherited from ShellminatorWebServer
char clientBuffer [SHELLMINATOR_WEBSERVER_URL_BUFFER_SIZE+1]
 
int clientBufferCounter
 
int port = 80
 
Stream * dbg = NULL
 
uint32_t timerStart
 
WiFiServer * server = NULL
 
WiFiClient client
 

Detailed Description

Definition at line 120 of file Shellminator-WebServer.hpp.

Constructor & Destructor Documentation

◆ ShellminatorWebServerThemedOffline() [1/2]

ShellminatorWebServerThemedOffline::ShellminatorWebServerThemedOffline ( )
inline

Definition at line 122 of file Shellminator-WebServer.hpp.

◆ ShellminatorWebServerThemedOffline() [2/2]

ShellminatorWebServerThemedOffline::ShellminatorWebServerThemedOffline ( int  port_p)
inline

Definition at line 123 of file Shellminator-WebServer.hpp.

Member Function Documentation

◆ processIndex()

void ShellminatorWebServerThemedOffline::processIndex ( )
protected

Definition at line 256 of file Shellminator-WebServer.cpp.

Here is the caller graph for this function:

◆ processNotFound()

void ShellminatorWebServerThemedOffline::processNotFound ( const char *  url_p)
overrideprotectedvirtual

Reimplemented from ShellminatorWebServer.

Definition at line 318 of file Shellminator-WebServer.cpp.

Here is the caller graph for this function:

◆ processRoot()

void ShellminatorWebServerThemedOffline::processRoot ( )
protected

Definition at line 248 of file Shellminator-WebServer.cpp.

Here is the caller graph for this function:

◆ processURL()

void ShellminatorWebServerThemedOffline::processURL ( const char *  url_p)
overrideprotectedvirtual

Reimplemented from ShellminatorWebServer.

Definition at line 298 of file Shellminator-WebServer.cpp.

Here is the call graph for this function:

◆ processXtermJs()

void ShellminatorWebServerThemedOffline::processXtermJs ( )
protected

Definition at line 270 of file Shellminator-WebServer.cpp.

Here is the caller graph for this function:

◆ processXtermWeblinks()

void ShellminatorWebServerThemedOffline::processXtermWeblinks ( )
protected

Definition at line 284 of file Shellminator-WebServer.cpp.

Here is the caller graph for this function: