Skip to main content

Crate re_grpc_server

Crate re_grpc_server 

Source
Expand description

Server for the legacy StoreHub API.

Modules§

shutdown

Structs§

LoopbackOnly
Interceptor that rejects any request whose peer is not on the local machine.
LoopbackServices
gRPC services to serve alongside the proxy, each restricted to connections from the local machine.
MemoryLimit
Represents a limit in how much RAM to use.
MessageProxy
MessageProxyHandle
A cloneable handle to a running MessageProxy.
ServerOptions
Options for the gRPC Proxy Server
TonicStatusError
Wrapper with a nicer error message
ViewerControl
Exposes apis to interact with a running Viewer.

Enums§

PlaybackBehavior
What happens when a client connects to a gRPC server?

Constants§

DEFAULT_SERVER_PORT
Default port of the OSS /proxy server.
MAX_DECODING_MESSAGE_SIZE
MAX_ENCODING_MESSAGE_SIZE

Functions§

cors_layer
Build a CORS layer that allows only localhost, 127.0.0.1, rerun.io, and any additional user-specified origin patterns.
serve
Start a Rerun server, listening on addr.
serve_from_channel
Start a Rerun server, listening on addr.
spawn_from_rx_set
Start a Rerun server, listening on addr.
spawn_with_recv
Start a Rerun server, listening on addr.
spawn_with_recv_and_services
Like spawn_with_recv, but additionally serves extra_services on the same port.