cauldron v0.1.10 Cauldron

Summary

Functions

Accept a client connection from the listener

Handle the connection, either define this or start/1

Start the process that will handle the connection, either define this or handle/1

Functions

accept(listener)

Accept a client connection from the listener.

Callback implementation for Reagent.Behaviour.accept/1.

handle(conn)

Handle the connection, either define this or start/1.

Callback implementation for Reagent.Behaviour.handle/1.

start(conn)

Start the process that will handle the connection, either define this or handle/1.

Callback implementation for Reagent.Behaviour.start/1.

start(name, listener)
start_link(name, listener)