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 classNettyClientStream.TransportStateThis should only be called from the transport thread.static classNettyServerStream.TransportStateThis should only be called from the transport thread.Fields in io.grpc.netty declared as StreamIdHolder Modifier and Type Field Description private StreamIdHolderSendGrpcFrameCommand. streamprivate StreamIdHolderSendResponseHeadersCommand. streamMethods in io.grpc.netty that return StreamIdHolder Modifier and Type Method Description (package private) StreamIdHolderSendGrpcFrameCommand. stream()(package private) StreamIdHolderSendResponseHeadersCommand. stream()Methods in io.grpc.netty with parameters of type StreamIdHolder Modifier and Type Method Description (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 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)
-