Uses of Package
io.grpc.netty
Packages that use io.grpc.netty
Package
Description
The main transport implementation based on Netty,
for both the client and the server.
-
Classes in io.grpc.netty used by io.grpc.nettyClassDescriptionBase class for all Netty gRPC handlers.Class for handling flow control pinging and flow control window updates as necessary.Controls whether PINGs like those for BDP are permitted to be sent at the current time.Command sent from a Netty client stream to the handler to cancel the stream.Command sent from a Netty server stream to the handler to cancel the stream.Maintainer of transport lifecycle status.A command to create a new stream.A command to trigger close and close all streams.A command to trigger close.A command to trigger close and allow streams naturally close.gRPC wrapper for
Http2ConnectionHandler
.AHttp2Headers
implementation optimized for inbound/received headers.A custom implementation of Http2Headers that only includes methods used by gRPC.A class that provides a Netty handler to control protocol negotiation.Identifies the negotiation used for starting up HTTP/2.A builder to help simplify construction of channels using the Netty transport.This class is meant to be overriden with a custom implementation ofNettyChannelBuilder.LocalSocketPicker.createSocketAddress(java.net.SocketAddress, io.grpc.Attributes)
.Client-side Netty handler for GRPC processing.This should only be called from the transport thread.ABuffer
implementation that is backed by a NettyByteBuf
.Netty-based server implementation.A builder to help simplify the construction of a Netty-based GRPC server.Server-side Netty handler for GRPC processing.This should only be called from the transport thread.A TcpInfo and additional other info that will be turned into channelz socket options.Represents a completion of a protocol negotiation stage.An class that provides a Netty handler to control protocol negotiation.A tuple of (host, port).ProtocolNegotiationHandler is a convenience handler that makes it easy to follow the rules for protocol negotiation.Command sent from the transport to the Netty channel to send a GRPC frame to the remote endpoint.Command sent from the transport to the Netty channel to send a PING frame.Command sent from the transport to the Netty channel to send response headers to the client.Container for stream ids.A queue of pending writes to aChannel
that is flushed as a single unit.Simple wrapper type around a command and its optional completion listener.