bitcoin-elixir v0.0.1 Bitcoin.Node.Network.ConnectionManager.ReagentHandler

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.