Gets all server sockets that exist in the process.
(ctx context.Context, in *GetServerSocketsRequest, opts ...grpc.CallOption)
| 65 | GetServer(ctx context.Context, in *GetServerRequest, opts ...grpc.CallOption) (*GetServerResponse, error) |
| 66 | // Gets all server sockets that exist in the process. |
| 67 | GetServerSockets(ctx context.Context, in *GetServerSocketsRequest, opts ...grpc.CallOption) (*GetServerSocketsResponse, error) |
| 68 | // Returns a single Channel, or else a NOT_FOUND code. |
| 69 | GetChannel(ctx context.Context, in *GetChannelRequest, opts ...grpc.CallOption) (*GetChannelResponse, error) |
| 70 | // Returns a single Subchannel, or else a NOT_FOUND code. |
no outgoing calls