|
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:actions queries-service
|
|
|
ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 10:09:52 GMT
|