Uses of Class
io.grpc.internal.InUseStateAggregator
Packages that use InUseStateAggregator
Package
Description
The in-process transport which is for when a server is in the same process as the client.
Interfaces and implementations that are internal to gRPC.
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of InUseStateAggregator in io.grpc.inprocess
Fields in io.grpc.inprocess declared as InUseStateAggregatorModifier and TypeFieldDescriptionprivate final InUseStateAggregator
<InProcessTransport.InProcessStream> InProcessTransport.inUseState
-
Uses of InUseStateAggregator in io.grpc.internal
Subclasses of InUseStateAggregator in io.grpc.internalModifier and TypeClassDescriptionprivate final class
Must be accessed from syncContext.Fields in io.grpc.internal declared as InUseStateAggregatorModifier and TypeFieldDescriptionprivate final InUseStateAggregator
<ConnectionClientTransport> InternalSubchannel.inUseStateAggregator
(package private) final InUseStateAggregator
<Object> ManagedChannelImpl.inUseStateAggregator
-
Uses of InUseStateAggregator in io.grpc.netty
Fields in io.grpc.netty declared as InUseStateAggregatorModifier and TypeFieldDescriptionprivate final InUseStateAggregator
<io.netty.handler.codec.http2.Http2Stream> NettyClientHandler.inUseState