MCPcopy Create free account
hub / github.com/grpc/grpc-java / Inbound

Method Inbound

binder/src/main/java/io/grpc/binder/internal/Inbound.java:149–153  ·  view source on GitHub ↗
(T transport, Attributes attributes, int callId)

Source from the content-addressed store, hash-verified

147 private boolean producingMessages;
148
149 private Inbound(T transport, Attributes attributes, int callId) {
150 this.transport = transport;
151 this.attributes = attributes;
152 this.callId = callId;
153 }
154
155 @GuardedBy("this")
156 final void init(Outbound outbound, L listener) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected