Uses of Class
io.grpc.internal.AbstractClientStream.TransportState
Packages that use AbstractClientStream.TransportState
-
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.