Module server

Module server 

Source

Structs§

ServerOptions
ServerOptionsBuilder
Builder for ServerOptions.
TcpStreamServer
A TcpStreamServer is a TCP service that listens on a port for incoming response connections. A Response connection is a connection that is established by a client with the intention of sending specific data back to the server.

Enums§

ServerOptionsBuilderError
Error type for ServerOptionsBuilder