Uses of Class
io.grpc.internal.AbstractClientStream.TransportState
-
Packages that use AbstractClientStream.TransportState Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.netty 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.internal Modifier and Type Class Description class
Http2ClientStreamTransportState
Base implementation for client streams using HTTP2 as the transport.Methods in io.grpc.internal that return AbstractClientStream.TransportState Modifier and Type Method Description protected 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.netty Modifier and Type Class Description static class
NettyClientStream.TransportState
This should only be called from the transport thread.
-