|
Smalltalk/X WebserverDocumentation of class 'ComancheNetService': |
|
|
Class: ComancheNetServiceInheritance:Object | +--HTTPService | +--ComancheService | +--ComancheNetService
Description:
Kom48 (Comanche beta 4.8)
bolot 4/2/2001 18:44
Comment from kom46:
I'm a service that sets up a ComancheServer to listen on a given port.
I use a protocol adaptor to adapts TCP/IP based protocol conversations into message based conversations.
protocolAdaptor an object that supports the NetworkProtocolAdaptor class interface
(specifically, I send it #processSocket:target:).
comancheServer an instance of a ComancheServer that handles all the details of setting up to listen for sockets
on a given port.
Class protocol:defaults instance creation
Instance protocol:accessing
|
|
|
ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Wed, 17 Dec 2025 10:31:07 GMT
|