Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
decompressorNotFound
Method · 0.65
exceptionInStartCallPropagatesToStream
Method · 0.65
streamCreated
Method · 0.65
onStreamError
Method · 0.65
onStreamError
Method · 0.65
Implementers
4
InProcessServerStream
inprocess/src/main/java/io/grpc/inproc
SingleMessageServerStream
binder/src/main/java/io/grpc/binder/in
MultiMessageServerStream
binder/src/main/java/io/grpc/binder/in
AbstractServerStream
core/src/main/java/io/grpc/internal/Ab
Calls
no outgoing calls
Tested by
2
decompressorNotFound
Method · 0.52
exceptionInStartCallPropagatesToStream
Method · 0.52