Uses of Class
io.grpc.internal.AbstractStream.TransportState
Packages that use AbstractStream.TransportState
-
Uses of AbstractStream.TransportState in io.grpc.internal
Subclasses of AbstractStream.TransportState in io.grpc.internalModifier and TypeClassDescriptionprotected static classThis should only be called from the transport thread.protected static classThis should only be called from the transport thread (except for private interactions withAbstractServerStream).classBase implementation for client streams using HTTP2 as the transport.Methods in io.grpc.internal that return AbstractStream.TransportStateModifier and TypeMethodDescriptionprotected abstract AbstractStream.TransportStateAbstractStream.transportState()Obtain the transport state corresponding to this stream.