MCPcopy
hub / github.com/grpc/grpc-go / GetServerSockets

Method GetServerSockets

channelz/grpc_channelz_v1/channelz_grpc.pb.go:67–67  ·  view source on GitHub ↗

Gets all server sockets that exist in the process.

(ctx context.Context, in *GetServerSocketsRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

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.

Implementers 3

serverImplchannelz/service/service.go
channelzClientchannelz/grpc_channelz_v1/channelz_grp
UnimplementedChannelzServerchannelz/grpc_channelz_v1/channelz_grp

Calls

no outgoing calls

Tested by 2

TestGetServerSocketsMethod · 0.52