eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTTPLinkForwardWithEMailService':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: HTTPLinkForwardWithEMailService


Inheritance:

   Object
   |
   +--HTTPService
      |
      +--HTTPLinkForwardWithEMailService

Package:
stx:goodies/webServer
Category:
Net-Communication-HTTP-Services
Version:
rev: 1.2 date: 2018/05/24 09:02:20
user: sr
file: HTTPLinkForwardWithEMailService.st directory: goodies/webServer
module: stx stc-classLibrary: webServer
Author:
sr

Description:


[start Server with:]
    HTTPServer startServerOnPort:8080



[instance variables:]

[class variables:]


Related information:



Class protocol:

defaults
o  linkName
return the default linkName path (with slash).

o  settingsApplicationClass
a SettingsApplication class - or nil (used in the settings dialog if non-nil).


Instance protocol:

response generation
o  process: aRequest
(comment from inherited method)
all the work is done in this method.
Any service has to implement this method


Demonstration:


    (self new)


    registerServiceOn:(HTTPServer runningServerOnPort:8080)


Examples:


more examples to be added:
  ... add code fragment for 
  ... executable example here ...


ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 07:35:15 GMT