Module samotop::server[][src]

Structs

TcpServer

TcpServer takes care of accepting TCP connections and passing them to an IoService to handle().

UnixServer

UnixServer takes care of accepting Unix socket connections and passing them to an IoService to handle().