Uses of Class
io.grpc.inprocess.InProcessTransport.InProcessStream
-
Packages that use InProcessTransport.InProcessStream Package Description io.grpc.inprocess The in-process transport which is for when a server is in the same process as the client. -
-
Uses of InProcessTransport.InProcessStream in io.grpc.inprocess
Fields in io.grpc.inprocess with type parameters of type InProcessTransport.InProcessStream Modifier and Type Field Description private InUseStateAggregator<InProcessTransport.InProcessStream>
InProcessTransport. inUseState
private java.util.Set<InProcessTransport.InProcessStream>
InProcessTransport. streams
-