Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Atacama
SourceAn Atacama Handler determines how every connection handled by Atacama will behave. It defines a number of hooks for handling the state of the connection:
val start_link :
port:int ->
?acceptor_count:int ->
?transport_module:(module Transport.Intf) ->
'ctx Handler.t ->
'ctx ->
(Riot.Pid.t, [> `Supervisor_error ]) result
Start an Atacama server.
The default `acceptor_count` is 100.
The default `transport_module` is clear TCP sockets.