I am the TCP Connection for MsgPack messages
If you are looking for HTTP messages please use someone else.
Summary
Types
Shorthand type for socket.
Shorthand type for port number.
I am the state of a TCP connection.
Functions
Returns a specification to start this module under a supervisor.
Types
@type hostname() :: :inet.socket_address() | :inet.hostname()
Shorthand type for socket.
@type port_number() :: :inet.port_number()
Shorthand type for port number.
I am the state of a TCP connection.
My fields contain information to facilitate the TCP connection with a remote node.
Fields
:socket- The socket of the connection.
Functions
@spec child_spec([any()]) :: Supervisor.child_spec()
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link([any()]) :: GenServer.on_start()