deferred class SERVER [C_ -> CONNECTION]

Features exported to ANY

A standard server. Abstracts out most of the nitty-gritty.

Direct parents

non-conformant parents

ANY

Known children

non-conformant children

HTTP_SERVER

Summary

exported features

Details

start (access: ACCESS)

Start a server at the given access point.

start_in_stack (access: ACCESS, a_stack: LOOP_STACK, a_shutdown_handler: PROCEDURE[TUPLE[TUPLE 1[SERVER [C_ -> CONNECTION]]]]): BOOLEAN

Start the server in the given stack. True if the server effectively started.