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 classThis should only be called from the transport thread.static classThis should only be called from the transport thread.Fields in io.grpc.netty declared as StreamIdHolderModifier and TypeFieldDescriptionprivate final StreamIdHolderSendGrpcFrameCommand.streamprivate final StreamIdHolderSendResponseHeadersCommand.streamMethods in io.grpc.netty that return StreamIdHolderModifier and TypeMethodDescription(package private) StreamIdHolderSendGrpcFrameCommand.stream()(package private) StreamIdHolderSendResponseHeadersCommand.stream()Methods in io.grpc.netty with parameters of type StreamIdHolderModifier and TypeMethodDescription(package private) static SendResponseHeadersCommandSendResponseHeadersCommand.createHeaders(StreamIdHolder stream, io.netty.handler.codec.http2.Http2Headers headers) (package private) static SendResponseHeadersCommandSendResponseHeadersCommand.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) privateSendResponseHeadersCommand(StreamIdHolder stream, io.netty.handler.codec.http2.Http2Headers headers, Status status)