Uses of Class
io.grpc.internal.InUseStateAggregator
-
Packages that use InUseStateAggregator Package Description io.grpc.inprocess The in-process transport which is for when a server is in the same process as the client.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 InUseStateAggregator in io.grpc.inprocess
Fields in io.grpc.inprocess declared as InUseStateAggregator Modifier and Type Field Description private InUseStateAggregator<InProcessTransport.InProcessStream>
InProcessTransport. inUseState
-
Uses of InUseStateAggregator in io.grpc.internal
Subclasses of InUseStateAggregator in io.grpc.internal Modifier and Type Class Description private class
ManagedChannelImpl.IdleModeStateAggregator
Must be accessed from syncContext.Fields in io.grpc.internal declared as InUseStateAggregator Modifier and Type Field Description private InUseStateAggregator<ConnectionClientTransport>
InternalSubchannel. inUseStateAggregator
(package private) InUseStateAggregator<java.lang.Object>
ManagedChannelImpl. inUseStateAggregator
-
Uses of InUseStateAggregator in io.grpc.netty
Fields in io.grpc.netty declared as InUseStateAggregator Modifier and Type Field Description private InUseStateAggregator<io.netty.handler.codec.http2.Http2Stream>
NettyClientHandler. inUseState
-