Expand description
Server side api
The main entry point is RpcServer
Structs§
- Accepting
- The result of accepting a new connection.
- RpcChannel
- A channel for requests and responses for a specific service.
- RpcServer
- A server for a specific service.
- Update
Stream - A stream of updates
Enums§
- RpcServer
Error - Server error. All server DSL methods return a
Result
with this error type.
Traits§
- Channel
Types - Stream types on the server side
Functions§
- run_
server_ loop - Run a server loop, invoking a handler callback for each request.
Type Aliases§
- Boxed
Channel Types - Type alias for when you want to require a boxed channel
- Boxed
Listener - A boxed listener for the given
Service
- Flume
Listener flume-transport
- A flume listener for the given
Service
- Hyper
Listener hyper-transport
- A hyper listener for the given
Service
- Iroh
Listener iroh-transport
- An iroh listener for the given
Service
- Quinn
Listener quinn-transport
- A quinn listener for the given
Service