vdev Knot.Client

Handles the communication between two nodes.

Link to this section Summary

Link to this section Types

Link to this type direction()
direction() :: :inbound | :outbound
Link to this type t()
t() :: pid

Link to this section Functions

Link to this function close(client)
close(Knot.Client.t) :: :ok
Link to this function send_data(client, data)
send_data(Knot.Client.t, any) :: :ok
Link to this function start(clients, socket, logic, atom)
Link to this function start_link(socket, logic)
start_link(Knot.socket, Via.t) :: {:ok, Knot.Client.t}