Uses of Class
io.grpc.internal.AbstractClientStream.TransportState
Packages that use AbstractClientStream.TransportState
Package
Description
Interfaces and implementations that are internal to gRPC.
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of AbstractClientStream.TransportState in io.grpc.internal
Subclasses of AbstractClientStream.TransportState in io.grpc.internalModifier and TypeClassDescriptionclass
Base implementation for client streams using HTTP2 as the transport.Methods in io.grpc.internal that return AbstractClientStream.TransportStateModifier and TypeMethodDescriptionprotected abstract AbstractClientStream.TransportState
AbstractClientStream.transportState()
Obtain the transport state corresponding to this stream. -
Uses of AbstractClientStream.TransportState in io.grpc.netty
Subclasses of AbstractClientStream.TransportState in io.grpc.nettyModifier and TypeClassDescriptionstatic class
This should only be called from the transport thread.