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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |