erps v0.3.4 Erps.Transport.None View Source
implements no transport, which basically turns the Erps server into a basic GenServer
Link to this section Summary
Functions
Callback implementation for Erps.Transport.Api.recv/3
, via :ssl.recv/3
.
Link to this section Types
Link to this type
socket()
View Source
socket()
View Source
socket() :: Erps.Transport.Api.socket()
socket() :: Erps.Transport.Api.socket()
Link to this section Functions
Link to this function
recv(sock, length, timeout) View Source
Callback implementation for Erps.Transport.Api.recv/3
, via :ssl.recv/3
.