Available on (crate features
clients or servers) and crate feature servers only.Expand description
Models specifically for the TCP Server, as opposed to the TCP Client.
Structs§
- Response
Stream Event - An event that is sent when a new connection is created, or destroyed.
Enums§
- Response
Stream Message - A channel to send messages to a connection from an “out of bound” location.
Traits§
- From
Response Stream Event - Extract any value from a Connection event.
Type Aliases§
- Underlying
OnStream Begin Service - The underlying type we use for storing your on connection handler.
- Underlying
OnStream EndService - The underlying type we use for storing your on disconnect handler.