Module xmlrpc

Function Index

call/3
call/4
call/5
call/6
start_link/1
start_link/5
start_link/6
stop/1

Function Details

call/3

call(Socket, URI, Payload) -> any()

call/4

call(Host, Port, URI, Payload) -> any()

call/5

call(Socket, URI, Payload, KeepAlive, Timeout) -> any()

call/6

call(Host, Port, URI, Payload, KeepAlive, Timeout) -> any()

start_link/1

start_link(Handler) -> any()

start_link/5

start_link(Port, MaxSessions, Timeout, Handler, State) -> any()

start_link/6

start_link(IP, Port, MaxSessions, Timeout, Handler, State) -> any()

stop/1

stop(Pid) -> any()


Generated by EDoc