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

Method HandleStreams

internal/transport/transport.go:656–656  ·  view source on GitHub ↗

HandleStreams receives incoming streams using the given handler.

(context.Context, func(*ServerStream))

Source from the content-addressed store, hash-verified

654type ServerTransport interface {
655 // HandleStreams receives incoming streams using the given handler.
656 HandleStreams(context.Context, func(*ServerStream))
657
658 // Close tears down the transport. Once it is called, the transport
659 // should not be accessed any more. All the pending streams and their

Implementers 2

serverHandlerTransportinternal/transport/handler_server.go
http2Serverinternal/transport/http2_server.go

Calls

no outgoing calls