Uses of Interface
io.grpc.netty.StreamIdHolder
Packages that use StreamIdHolder
Package
Description
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 StreamIdHolderModifier and TypeClassDescriptionstatic class
This should only be called from the transport thread.static class
This should only be called from the transport thread.Fields in io.grpc.netty declared as StreamIdHolderModifier and TypeFieldDescriptionprivate final StreamIdHolder
SendGrpcFrameCommand.stream
private final StreamIdHolder
SendResponseHeadersCommand.stream
Methods in io.grpc.netty that return StreamIdHolderModifier and TypeMethodDescription(package private) StreamIdHolder
SendGrpcFrameCommand.stream()
(package private) StreamIdHolder
SendResponseHeadersCommand.stream()
Methods in io.grpc.netty with parameters of type StreamIdHolderModifier and TypeMethodDescription(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 StreamIdHolderModifierConstructorDescription(package private)
SendGrpcFrameCommand
(StreamIdHolder stream, io.netty.buffer.ByteBuf content, boolean endStream) private
SendResponseHeadersCommand
(StreamIdHolder stream, io.netty.handler.codec.http2.Http2Headers headers, Status status)