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

Method streamId

core/src/main/java/io/grpc/internal/ServerStream.java:98–98  ·  view source on GitHub ↗

The HTTP/2 stream id, or -1 if not supported.

()

Source from the content-addressed store, hash-verified

96 * The HTTP/2 stream id, or {@code -1} if not supported.
97 */
98 int streamId();
99
100 /**
101 * A hint to the stream that specifies how many bytes must be queued before

Callers 5

decompressorNotFoundMethod · 0.65
streamCreatedMethod · 0.65
onStreamErrorMethod · 0.65
onStreamErrorMethod · 0.65

Implementers 4

InProcessServerStreaminprocess/src/main/java/io/grpc/inproc
SingleMessageServerStreambinder/src/main/java/io/grpc/binder/in
MultiMessageServerStreambinder/src/main/java/io/grpc/binder/in
AbstractServerStreamcore/src/main/java/io/grpc/internal/Ab

Calls

no outgoing calls

Tested by 2

decompressorNotFoundMethod · 0.52