Uses of Class
io.grpc.ClientStreamTracer
Packages that use ClientStreamTracer
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of ClientStreamTracer in io.grpc
Methods in io.grpc that return ClientStreamTracerModifier and TypeMethodDescriptionClientStreamTracer.Factory.newClientStreamTracer
(ClientStreamTracer.StreamInfo info, Metadata headers) Creates aClientStreamTracer
for a new client stream. -
Uses of ClientStreamTracer in io.grpc.internal
Subclasses of ClientStreamTracer in io.grpc.internalMethods in io.grpc.internal that return ClientStreamTracerModifier and TypeMethodDescriptionprotected abstract ClientStreamTracer
ForwardingClientStreamTracer.delegate()
Returns the underlyingClientStreamTracer
.static ClientStreamTracer[]
GrpcUtil.getClientStreamTracers
(CallOptions callOptions, Metadata headers, int previousAttempts, boolean isTransparentRetry) Gets stream tracers based on CallOptions.Methods in io.grpc.internal with parameters of type ClientStreamTracerModifier and TypeMethodDescriptionstatic StatsTraceContext
StatsTraceContext.newClientContext
(ClientStreamTracer[] tracers, Attributes transportAtts, Metadata headers) Factory method for the client-side.ClientTransport.newStream
(MethodDescriptor<?, ?> method, Metadata headers, CallOptions callOptions, ClientStreamTracer[] tracers) Creates a new stream for sending messages to a remote end-point.Constructors in io.grpc.internal with parameters of type ClientStreamTracerModifierConstructorDescriptionFailingClientStream
(Status error, ClientStreamTracer[] tracers) Creates aFailingClientStream
that would fail with the given error.FailingClientStream
(Status error, ClientStreamListener.RpcProgress rpcProgress, ClientStreamTracer[] tracers) Creates aFailingClientStream
that would fail with the given error. -
Uses of ClientStreamTracer in io.grpc.util
Subclasses of ClientStreamTracer in io.grpc.utilMethods in io.grpc.util that return ClientStreamTracerModifier and TypeMethodDescriptionprotected abstract ClientStreamTracer
ForwardingClientStreamTracer.delegate()
Returns the underlyingClientStreamTracer
.