Structs§
- Server
Options - Server
Options Builder - Builder for
ServerOptions
. - TcpStream
Server - 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. The key differentiating factor is that a [ResponseServer
] is expecting a connection from a client with an established subject.
Enums§
- Server
Options Builder Error - Error type for ServerOptionsBuilder