Uses of Interface
io.grpc.netty.StreamIdHolder
-
Packages that use StreamIdHolder Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of StreamIdHolder in io.grpc.netty
Classes in io.grpc.netty that implement StreamIdHolder Modifier and Type Class Description static class
NettyClientStream.TransportState
This should only be called from the transport thread.static class
NettyServerStream.TransportState
This should only be called from the transport thread.Fields in io.grpc.netty declared as StreamIdHolder Modifier and Type Field Description private StreamIdHolder
SendGrpcFrameCommand. stream
private StreamIdHolder
SendResponseHeadersCommand. stream
Methods in io.grpc.netty that return StreamIdHolder Modifier and Type Method Description (package private) StreamIdHolder
SendGrpcFrameCommand. stream()
(package private) StreamIdHolder
SendResponseHeadersCommand. stream()
Methods in io.grpc.netty with parameters of type StreamIdHolder Modifier and Type Method Description (package private) static SendResponseHeadersCommand
SendResponseHeadersCommand. createHeaders(StreamIdHolder stream, io.netty.handler.codec.http2.Http2Headers headers)
(package private) static SendResponseHeadersCommand
SendResponseHeadersCommand. createTrailers(StreamIdHolder stream, io.netty.handler.codec.http2.Http2Headers headers, Status status)
Constructors in io.grpc.netty with parameters of type StreamIdHolder Constructor Description SendGrpcFrameCommand(StreamIdHolder stream, io.netty.buffer.ByteBuf content, boolean endStream)
SendResponseHeadersCommand(StreamIdHolder stream, io.netty.handler.codec.http2.Http2Headers headers, Status status)
-