google.golang.org/grpc/internal/transport.Stream.RecvCompress (method)

8 uses

	google.golang.org/grpc/internal/transport (current package)
		transport.go#L335: func (s *Stream) RecvCompress() string {

	google.golang.org/grpc
		rpc_util.go#L642: 	if st := checkRecvPayload(pf, s.RecvCompress(), compressor != nil || dc != nil); st != nil {
		server.go#L1130: 	if rc := stream.RecvCompress(); s.opts.dc != nil && s.opts.dc.Type() == rc {
		server.go#L1148: 	} else if rc := stream.RecvCompress(); rc != "" && rc != encoding.Identity {
		server.go#L1406: 	if rc := stream.RecvCompress(); s.opts.dc != nil && s.opts.dc.Type() == rc {
		server.go#L1424: 	} else if rc := stream.RecvCompress(); rc != "" && rc != encoding.Identity {
		stream.go#L894: 		if ct := a.s.RecvCompress(); ct != "" && ct != encoding.Identity {
		stream.go#L1227: 		if ct := as.s.RecvCompress(); ct != "" && ct != encoding.Identity {