[][src]Module client::pb::server

Modules

reconnect_service
test_service
unimplemented_service

Structs

ReconnectServiceServer
TestServiceServer
UnimplementedServiceServer

Traits

ReconnectService

A service used to control reconnect server.

TestService

A simple service to test the various types of RPCs and experiment with performance with various types of payload.

UnimplementedService

A simple service NOT implemented at servers so clients can test for that case.