C | |
create [LO.Server] |
Create a server listening on given port with handler function taking as
agument the path and messages received.
|
create [LO.Address] |
Create an address with given host and port.
|
D | |
default [LO.Address] |
Default address to send to, guessed by server.
|
R | |
recv [LO.Server] |
Recive messages and pass them to the handler.
|
S | |
send [LO] |
Send messages on given address, at given path.
|
stop [LO.Server] |
Stop the server.
|
T | |
to_string [LO.Message] |
String representation of a message (useful for debugging).
|