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:queries
Instance protocol:queries-service
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:56:09 GMT |