ankh v0.7.2 Ankh.Transport.Blackhole

NoOp transport module

Link to this section Summary

Functions

Accepts a client connection

Closes the connection

Receives data

Sends data

Link to this section Functions

Link to this function

accept(t, receiver, options \\ [])

Accepts a client connection

Callback implementation for Ankh.Transport.accept/3.

Closes the connection

Callback implementation for Ankh.Transport.close/1.

Link to this function

connect(uri, receiver, options \\ [])

Connects to an host

Callback implementation for Ankh.Transport.connect/3.

Receives data

Callback implementation for Ankh.Transport.recv/2.

Sends data

Callback implementation for Ankh.Transport.send/2.