Lacca v0.1.2 Lacca.Protocol.Encoder View Source
This module provides helpers to encode messages suitable for being
sent to a running a daemon which implements the shellac
protocol.
This module assumes that such a daemon is operating on a Port
which
has been started w/ the following options: [:binary, {:packet, 2}]
.
Link to this section Summary
Link to this section Functions
Link to this function
write_data_packet(data) View Source
Link to this function
write_exit_packet() View Source
Link to this function
write_handshake_req() View Source
Link to this function