Package io.grpc.netty

Class CreateStreamCommand

    • Field Detail

      • headers

        private final io.netty.handler.codec.http2.Http2Headers headers
      • shouldBeCountedForInUse

        private final boolean shouldBeCountedForInUse
      • get

        private final boolean get
    • Constructor Detail

      • CreateStreamCommand

        CreateStreamCommand​(io.netty.handler.codec.http2.Http2Headers headers,
                            NettyClientStream.TransportState stream,
                            boolean shouldBeCountedForInUse,
                            boolean get)
    • Method Detail

      • headers

        io.netty.handler.codec.http2.Http2Headers headers()
      • shouldBeCountedForInUse

        boolean shouldBeCountedForInUse()
      • isGet

        boolean isGet()