Uses of Class
io.grpc.internal.AbstractStream.TransportState
-
Packages that use AbstractStream.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.io.grpc.servlet API that implements gRPC server as a servlet.io.grpc.servlet.jakarta API that implements gRPC server as a servlet. -
-
Uses of AbstractStream.TransportState in io.grpc.internal
Subclasses of AbstractStream.TransportState in io.grpc.internal Modifier and Type Class Description protected static class
AbstractClientStream.TransportState
This should only be called from the transport thread.protected static class
AbstractServerStream.TransportState
This should only be called from the transport thread (except for private interactions withAbstractServerStream
).class
Http2ClientStreamTransportState
Base implementation for client streams using HTTP2 as the transport.Methods in io.grpc.internal that return AbstractStream.TransportState Modifier and Type Method Description protected abstract AbstractStream.TransportState
AbstractStream. transportState()
Obtain the transport state corresponding to this stream. -
Uses of AbstractStream.TransportState in io.grpc.netty
Subclasses of AbstractStream.TransportState in io.grpc.netty Modifier and Type Class Description static class
NettyClientStream.TransportState
This should only be called from the transport thread.static class
NettyServerStream.TransportState
This should only be called from the transport thread. -
Uses of AbstractStream.TransportState in io.grpc.servlet
Subclasses of AbstractStream.TransportState in io.grpc.servlet Modifier and Type Class Description (package private) class
ServletServerStream.ServletTransportState
-
Uses of AbstractStream.TransportState in io.grpc.servlet.jakarta
Subclasses of AbstractStream.TransportState in io.grpc.servlet.jakarta Modifier and Type Class Description (package private) class
ServletServerStream.ServletTransportState
-