-
Classes Class Description io.grpc.LoadBalancer.ErrorPicker Usenew FixedResultPicker(PickResult.withError(error))
instead.io.grpc.reflection.v1alpha.ServerReflectionProto io.grpc.ServerStreamTracer.ReadOnlyServerCall Will be deleted whenServerStreamTracer.serverCallStarted(ServerCall)
is removed.io.grpc.services.ChannelzService UseChannelzService
instead.io.grpc.services.HealthStatusManager UseHealthStatusManager
instead.io.grpc.stub.StreamObservers Of questionable utility and generally not used.
-
Fields Field Description io.grpc.internal.ProxyDetectorImpl.GRPC_PROXY_ENV_VAR Use the standard Java proxy configuration instead with flags such as: -Dhttps.proxyHost=HOST -Dhttps.proxyPort=PORTio.grpc.LoadBalancer.EMPTY_PICKER Usenew FixedResultPicker(PickResult.withNoResult())
instead.
-
Constructors Constructor Description io.grpc.protobuf.services.BinaryLogProviderImpl(BinaryLogSink)