| call/3 | |
| call/4 | |
| call/5 | |
| call/6 | |
| start_link/1 | |
| start_link/5 | |
| start_link/6 | |
| stop/1 |
call(Socket, URI, Payload) -> any()
call(Host, Port, URI, Payload) -> any()
call(Socket, URI, Payload, KeepAlive, Timeout) -> any()
call(Host, Port, URI, Payload, KeepAlive, Timeout) -> any()
start_link(Handler) -> any()
start_link(Port, MaxSessions, Timeout, Handler, State) -> any()
start_link(IP, Port, MaxSessions, Timeout, Handler, State) -> any()
stop(Pid) -> any()
Generated by EDoc