home
wiki
classes/clusters list
class information
+
Point of view
INTERNALS_HANDLER
ANY
INTERNALS_HANDLER
All features
deferred class SERVER [C_ ->
CONNECTION
]
Summary
top
A standard server. Abstracts out most of the nitty-gritty.
Direct parents
insert list:
ANY
Known children
insert list:
HTTP_SERVER
Overview
top
exported features
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.
set_logger
(a_logger:
PROCEDURE
[
TUPLE 1
[
STRING
]])
log
(a_message:
STRING
)
start
(access:
ACCESS
)
effective procedure
top
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
effective function
top
Start the server in the given stack.
True if the server effectively started.
set_logger
(a_logger:
PROCEDURE
[
TUPLE 1
[
STRING
]])
effective procedure
top
log
(a_message:
STRING
)
effective procedure
top