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 TypeClassDescriptionclassBase implementation for client streams using HTTP2 as the transport.Methods in io.grpc.internal that return AbstractClientStream.TransportStateModifier and TypeMethodDescriptionprotected abstract AbstractClientStream.TransportStateAbstractClientStream.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 classThis should only be called from the transport thread.