|
Smalltalk/X WebserverDocumentation of class 'HTTPSelectorService': |
|
|
Class: HTTPSelectorServiceInheritance:Object | +--HTTPService | +--HTTPSelectorService | +--Demos::WebDemoApp1 | +--Demos::WebDemoShop | +--Demos::WebDemoShopSessions | +--Demos::WebHomePageForSTX | +--Demos::WebProcessList | +--Demos::WebScreenImageService | +--Demos::WebSmalltalkBrowser | +--HTTPClassDocService | +--HTTPEmbeddedApplicationService | +--HTTPSourceCodeAccessService | +--HTTPUtilityService | +--ServerMaintenanceService
Description:
A service which takes the next URL component after the linkName as selector
and sends a corresponding message to itself.
For security, the set of messages must be enumerated by allowedMessages, and only
message are send, which are listed there.
For example, if a service registered itself as 'fooService' on a server which serves port 8088,
then a request for the URL 'http://hostName:8088/fooService/barMessage' will lead to
the message #barMessage be sent to the service (if it is listed in #allowedMessages).
See information on how to start a service in my superclasses.
Origin:
this class was added to support easy migration of PWS (pluggable web services) applications.
Class protocol:queriesInstance protocol:queries-service
|
|
|
ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Wed, 17 Dec 2025 10:33:00 GMT
|