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

Method Send

stream_interfaces.go:120–120  ·  stream_interfaces.go::BidiStreamingClient.Send

Send sends a request message to the server. The client may call Send multiple times to send multiple messages to the server. On error, Send aborts the stream. If the error was generated by the client, the status is returned directly. Otherwise, io.EOF is returned, and the status of the stream ma

(*Req)

Source from the content-addressed store, hash-verified

118 // is returned directly. Otherwise, io.EOF is returned, and the status of
119 // the stream may be discovered using Recv().
120 Send(*Req) error
121
122 // Recv receives the next response message from the server. The client may
123 // repeatedly call Recv to read messages from the response stream. If

Callers 15

DoHandshakeMethod · 0.65
overrideHTTPClientGoodFunction · 0.65
TestSendRequestMethod · 0.65
ParseConfigMethod · 0.65
SetMethod · 0.65
sendMetricsResponseMethod · 0.65

Implementers 12

testRPCStreamcredentials/alts/internal/handshaker/h
testUnresponsiveRPCStreamcredentials/alts/internal/handshaker/h
searchServiceV3StreamingSearchClienttestdata/grpc_testing_not_regenerated/
searchServiceV3StreamingSearchServertestdata/grpc_testing_not_regenerated/
v1AlphaServerStreamAdapterreflection/adapt.go
v1AlphaClientStreamAdapterreflection/test/serverreflection_test.
balanceLoadClientStreambalancer/grpclb/grpclb.go
streaminternal/xds/testutils/fakeclient/clie
streaminternal/xds/clients/grpctransport/grp
streaminternal/xds/clients/internal/testutil
ServerHandleinternal/xds/clients/internal/testutil
streaminternal/xds/clients/xdsclient/test/ad

Calls

no outgoing calls

Tested by 15

overrideHTTPClientGoodFunction · 0.52
TestSendRequestMethod · 0.52
ParseConfigMethod · 0.52
SetMethod · 0.52
StreamCoreMetricsMethod · 0.52
startServerMethod · 0.52