google.golang.org/grpc/internal/transport.Stream.RecvCompress (method)
8 uses
google.golang.org/grpc/internal/transport (current package)
transport.go#L342: func (s *Stream) RecvCompress() string {
google.golang.org/grpc
rpc_util.go#L700: if st := checkRecvPayload(pf, s.RecvCompress(), compressor != nil || dc != nil); st != nil {
server.go#L1269: if rc := stream.RecvCompress(); s.opts.dc != nil && s.opts.dc.Type() == rc {
server.go#L1287: } else if rc := stream.RecvCompress(); rc != "" && rc != encoding.Identity {
server.go#L1583: if rc := stream.RecvCompress(); s.opts.dc != nil && s.opts.dc.Type() == rc {
server.go#L1601: } else if rc := stream.RecvCompress(); rc != "" && rc != encoding.Identity {
stream.go#L1046: if ct := a.s.RecvCompress(); ct != "" && ct != encoding.Identity {
stream.go#L1380: if ct := as.s.RecvCompress(); ct != "" && ct != encoding.Identity {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)