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 class
This should only be called from the transport thread.protected static class
This should only be called from the transport thread (except for private interactions withAbstractServerStream
).class
Base implementation for client streams using HTTP2 as the transport.Methods in io.grpc.internal that return AbstractStream.TransportStateModifier and TypeMethodDescriptionprotected abstract AbstractStream.TransportState
AbstractStream.transportState()
Obtain the transport state corresponding to this stream.